@charset "UTF-8";

#contactPanel {
	background-image: url(../images/contact_form.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 1002px;
	height: 351px;
	margin-top: 10px;
	overflow: hidden;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
	/* background: aqua; */
}
#contactPanel .titleWrap {
	position: relative;
	overflow: hidden;
	top: 10px;
	/* background: aqua; */
}
#contactPanel .title {
	display: block;
	position: relative;
	left: -400px;
	/* background: blue; */
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/contact_title.png);
	width: 304px;
	height:  41px;
}
#contactPanel .envelope {
	/* background: blue; */
	width: 534px;
	height: 351px;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/envelope.png);
	display: none;
}
#contactForm {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	text-align:left;
	/* background: aqua; */
	position: relative;
	left: 600px;
	top: 15px;
	display: none;
}
#contactForm .input {
	width: 142px;
	height: 13px;
	display: block;
	text-align: left;
	position: relative;
	right: -15px;
	top: 1px;
	z-index: 1;
}

#contactForm label {
	display: block;
	width: 175px;
	float: left;
	/* text-align: right; */
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	font-size: 0.9em;
	color: #ffffff;
	margin-top: 3px;
	position: relative;
	top: 1px;
	left: 5px;
	
	text-align: left;
	text-shadow: 0px 1px 2px #191919;
	/* background: aqua; */
	position: relative;
	/*
top: 0px;
	left: 5px;
*/
	z-index: 2;
}
#contactForm label.focus{
	text-shadow: 0px 0px 0px #191919;
	color: #808080;
}
#contactForm .cc {
	position: relative;
	top: -11px;
}
#contactForm .cc label {
	position: relative;
	top: -5px;
	left: 15px;
}
#contactForm .cc input {
	position: relative;
	/* top: -5px; */
	left: -70px;
}
#contactForm #cc {
	position: relative;
	/* top: -10px; */
}
#contactForm input {
	float: left;
	display: block;
	width: 296px;
	height: 20px;
	vertical-align: middle;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	/* background: repeat; */
	padding-top: 0px;
	padding-left: 4px;
	
	text-align: left;
	position: relative;
	
	/*
width: 142px;
	height: 13px;
*/
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	border: 1px solid #ffffff;
	z-index: 1;
	/*
right: -15px;
	top: 1px;
*/
	z-index: 1;
}
#contactForm #submit {
	/* float: left; */
	background: transparent;
	cursor: pointer;
	border: 0px solid #A4A4A4;
	width: 100px;
	max-width: 60px;
	display: block;
	height: 16px;
	/* font-weight: bold; */
	position: relative;
	top: -12px;
	left: 50px;
	
	
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/send_button.png);
}
#contactForm #submit:hover {
	/*
background: #CCCCCC;
	cursor: pointer;
	border: 1px solid #A4A4A4;
*/
}
#contactForm #submit:focus {
	/*
background: #E9E9E9;
	cursor: pointer;
	border: 1px solid #A4A4A4;
*/
}
#contactForm select {
	float: left;
	display: block;
	width: 302px;
	height: 20px;
	vertical-align: middle;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
}
#contactForm select:focus {
	background: #E9E9E9;
	color: #000000;
}
#contactForm select:hover {
	background: #E9E9E9;
}
#contactForm textarea {
	float: left;
	display: block;
	min-width: 301px;
	width: 301px;
	max-width: 301px;
	min-height: 60px;
	height: 60px;
	max-height: 60px;
	vertical-align: middle;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 1px solid #ffffff;
	margin-top: 1px;
	margin-bottom: 3px;
	background: transparent;
	position: relative;
	top: -18px;

	
	
}
#contactForm textarea:focus {
	background: #ffffff;
	color: #000000;
}
/*
#contactForm textarea:hover {
	background: #E9E9E9;
}
*/
#contactForm br {
	clear: both;
}
#contactForm input:focus {
	background: #ffffff;
	color: #000000;
}
/*
#contactForm input:hover {
	background: #E9E9E9;
}
*/
#contactForm legend {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
#contactForm fieldset {
	border: 1px solid #A4A4A4;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}
#contactForm i {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	padding-left: 3px;
}

/* Item Specific */
#contactForm #subject {
	width: 296px;
}
#contactForm #cc {
	width: 18px;
	height: 18px;
}
#aboutWrapper   {
	margin: 10px;
	display: none;
}
#contactForm span {
	height: 20px;
}
#contactForm  #labelSpacer {
	margin-left: 185px;
	color: #333333;
}
#contactForm #countsprytextarea1 {
	color: #333333;
}
#contactForm #otherLine {
	width: 175px;
}
#contactForm    {
	color: #404040;
}
/*#contactForm   #ourInfo {
	float: right;
	position: absolute;
	height: 310px;
	width: 335px;
	margin-top: 0px;
	margin-right: 15px;
	right: 0px;
	overflow: scroll;
	color: #404040;
}*/
#contactForm #aim {
	height: 165px;
	width: 335px;
	background: url(../images/aim_2.jpg) no-repeat center center;
	float: right;
	position: absolute;
	right: 30px;
	visibility: hidden;
}
#contactForm #aim p {
	width: 280px;
	margin-top: 95px;
	margin-left: 60px;
	font-size: 0.85em;
	color: #404040;
}
#contactForm  #aim  i  {
	font-size: 7pt;
	font-style: normal;
	color: #999999;
	font-weight: normal;
	line-height: 6pt;
	position: relative;
	width: 305px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	text-align: justify;
}
#contactForm #aim i a {
	color: #999999;
	text-decoration: underline;
}
#contactForm #aim i a:hover {
	color: #333333;
}
#contactForm #aim a  {
	color: #404040;
	text-decoration: none;
}
#contactForm #aim a:hover  {
	text-decoration: underline;
}
#contactForm #left {
}
#contactForm #successfulMessage {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #33CC33;
	margin: 10px;
	position: relative;
	top: 100px;
	left: 20px;
}
#Contact#contactFormWrapper #contact#contactForm a {
	color:#333333;
	text-decoration: none;
}
#Contact#contactFormWrapper #contact#contactForm a:hover {
	text-decoration: underline;
}


	/*
-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
*/
