/* CSS Document */

body{
	margin:0px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(images/backgroundbg.jpg);
}
.contactusbg{
	background:url(images/contact-bg.gif);
	width:280px;
	height:205px;
}
.contactus{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#860000;
	font-weight:bold;
}
.contactusheadding{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
}
.clickhere{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.clickhere:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#860000;
	font-weight:bold;
	text-decoration:underline;
}
.emaillink{
	text-decoration:none;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.emaillink:hover{
	text-decoration:none;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff0000;
	text-decoration:underline;
}
.cssbutton{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:normal;
	color: #ffffff;
	height: 22px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but-bg.gif);
}
.textfield{
	width:150px;
	height:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#954222 solid 1px;
}
.textarea{
	width:215px;
	height:50px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#954222 solid 1px;
}
.footerbg{
	background:url(images/footerbg.gif) repeat-x;
	color:#ffffff;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	text-align:left;
}
