@charset "utf-8";



form {
	display: block;
	width: 360px;
	text-align: center;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 310px;
	color: #999;
}

form legend {
	color: #7F7F7F;
	text-align: left;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bolder;
	position: relative;
	top: -8px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	left: -9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F7F7F;
}
	
	form fieldset {
	width: 360px;
	margin-right: 200px;
	margin-top: 15px;
	margin-bottom: 20px;
	display: block;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form div {
	display: block;
	height: 30px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}



form label {
	text-align: left;
	display: block;
	float: left;
	height: 15px;
	padding-top: 6px;
	margin-top: 12px;
	font-weight: bold;
}
form fieldset input , form fieldset select{
	width: 200px;
	height: 18px;
	float: right;
	margin-top: 12px;
}
 form input, form select, form textarea{
	background-color: #DBDBDB;
	color: #999;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #999;
}
form textarea{
	width: 355px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
	 
 form input:focus,  form textarea:focus,  form select:focus {
	background-color: #E4E4E4;
	color: #666;
	border: 1px solid #c2d3e3;
	font-family: Arial, Helvetica, sans-serif;
}
#formButton{
	width: 71px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#formButton input{
	background-color:transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/buttons/formButton.png);
	height: 28px;
	width: 71px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	padding-bottom: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}

	
	#formButton input:hover{
	background-position: left bottom;
	color: #FFF;
	}
#sprytextarea1  {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
}
#sprytextarea1 label {
	margin-top: 10px;
}


#rightContent #contactFormButton a:link, #rightContent #contactFormButton a:visited {
	background-image: url(../images/buttons/contactFormButton.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 24px;
	width: 146px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding-top: 7px;
	font-weight: bold;
	margin-left: 460px;
	color: #016983;
}

#rightContent #contactFormButton a:hover, #rightContent #contactFormButton a:active {
	background-position: left bottom;
	color: #FFF;
}
