/* CSS Document */



#ky_errorCallout_eleTop {

height:1px;

text-align:right;
 
margin-left:3px;

}

#ky_errorCallout_eleBody {
 
cursor:move;

	font-size: 12px;

}

#ky_errorCallout_eleContainer{ /*CSS for pop up hint box */

	position:absolute;

	top: 0;

	background-color: lightyellow;

	width: 200px; /*Default width of hint.*/

	padding: 3px;

	font:normal 9px Verdana;

	z-index:2000;

	visibility: hidden;

	filter:alpha(opacity=87);

	opacity:0.87;

	border-top-width: 1px;

	border-right-width: 3px;

	border-bottom-width: 3px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #333333;

	border-right-color: #333333;

	border-bottom-color: #333333;

	border-left-color: #333333;

	color:#FF0000;

}



textarea {

	color: #AF3601;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	width:70%;

}

select {

	color: #AF3601;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

select.ln {

	width:150px;

	}

input {

	color: #AF3601;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

.inputsubmit {

	border-top-width: 1px;

	border-left-width: 1px;

	border-bottom-width: 1px;

	border-right-width: 1px;

	border-top-color: #D9DFEA;

	border-left-color: #D9DFEA;

	border-bottom-color: #E64A00;

	border-right-color: #E64A00;

	background-color: #996128;

	color: #FFFFFF;

	font-size: 11px;

	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

}

/* Contact Us  */



.field_required

{

  color:#AF3601;

  font-style:italic;

  }






