/* CSS Document */


/* FORM STYLESHEETS */


 
#contactus {  
	width: 450px; 
	background-image: url('images/gra-678_graybox01.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	font: 11px New Gothic MT, New Gothic, Arial, Verdana;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	text-align: LEFT; 
	padding: 20px 15px 10px 15px;
	margin: 0px 0px -10px 0px;
}



contactName { 
	background-color: #CCCCCC; 
	color: #000000; 
	font: 11px New Gothic MT, New Gothic, Arial, Verdana;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	text-align: LEFT; 
	left: 20px;
	padding: 14px 14px 0 14px;
}
 
login_contact { 
	position: absolute;
	background-color: #CCCCCC; 
	color: #000; 
	font: 11px New Gothic MT, New Gothic, Arial, Verdana;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	left:100px;
	text-align: LEFT; 
	padding: 14px;
}
 
#logincontact { 
	position: absolute;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	font: 10px New Gothic MT, New Gothic, Arial, Verdana;
	font-style: normal;
	font-weight: normal;
	left: 110px;
	width: 250px;
	height: 14px;
	margin-right: 6px; 
}

#queryFieldcontact { 
	position: absolute;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	font: 10px New Gothic MT, New Gothic, Arial, Verdana;
	font-style: normal;
	font-weight: normal;
	left: 110px;
	width: 250px;
	height: 50px;
	margin-right: 6px; 
}
 
#contactClose {
	width: 450px; 
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/gra-678_graybox02.gif');
	background-repeat: no-repeat;
	background-color: transparent;
}
	



/* SUBMIT BUTTON STYLE */

#contactus.input.btn {
	position: absolute;
	color:#000000;
	font-family: New Gothic MT, New Gothic, Arial, Verdana;
	font-size: 11px;
	border:1px solid;
	border-color:#666;
	left: 110px;
	margin: 0px;
	padding: 0px 05px 0 05px;
}

#contactus.input.btnhov{
	border-color:#999;
}