@charset "utf-8";
/*------ CSS Contact form ------*/
/*------ By Savant Media  ------*/

/* General styles */
body {
	margin: 0;
	padding: 0;
	background: #d3e0f1;
	font-family: Arial, Helvetica, sans-serif;
	color: #0076bf;
}

a:link {
	color: #0076bf;
	text-decoration: underline;
}
a:visited {
	color: #0076bf;
	text-decoration: underline;
}
a:hover {
	color: #535353;
	text-decoration: none;
}
a:active {
	color: #0076bf;
	text-decoration: underline;
}

p {
	font-size: 12px;
}
#captchaImg {
	vertical-align: middle;
}

/* Field styles */
input {
	background-color: #fff;
	color: #0177c1;
	border: none;
	font-size: 11px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
	width: 185px;
}
input#name, input#email, input#company {
	margin-right: 0px;
	margin-bottom: 5px;
}
input#captcha {
	width: 66px;
	vertical-align: middle;
}
input#scratch_submit {
	font-weight: bold;
	width: 46px;
	padding: 4px;
	vertical-align: middle;
}
input#scratch_submit:hover {
	background: #0177c1;
	color: #fff;
}


/* Help Box */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #f3f8fc;
width: 150px; /*Default width of hint.*/ 
padding: 4px;
border:1px solid #0076bf;
font: normal 11px Verdana;
z-index:100;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
line-height: 24px;
}
