﻿#ContactUs
{
	height:400px;
	margin:15px 16px;
	position:relative;
	width:700px;
	float:left;
}

#ContactUs div.TechnicalReview
{
	position:absolute;
	top:85px;
	right:0px;
}

#ContactUs div.RightSide
{
	position:absolute;
	top:0px;
	left:362px;
}

#ContactUs div.InputItem
{
	clear:both;
	height:45px;
	width:340px;
}

#ContactUs div.InputItem label.text
{
	display:block;
	float:left;
	width:72px;
	text-align:right;
	font-weight:bold;
	font-size:1em;
	padding:4px 10px 0px 0px;
	color:Black;
}

#ContactUs div.InputItem div
{
	background: url('../img/ContactUs/tbDefault.png') no-repeat top left;
	width:248px;
	height:27px;
	display:block;
	float:left;
	position:relative;
}

#ContactUs div.InputItem div input
{
	border-style:none;
	background-color:White;
	margin:5px 0px 0px 6px;
	width:236px;
}

#ContactUs div.Message
{
	height:150px;
	width:770px;
}

#ContactUs div.Message div
{
	background: url('../img/ContactUs/tbMessage.png') no-repeat top left;
	width:615px;
	height:140px;
	display:block;
	float:left;
}

#ContactUs div.Message div textarea
{
	border-style:none;
	background-color:White;
	margin:5px 0px 10px 6px;
	width:595px;
	height:125px;
}


#ContactUs #btnSend, #ContactUs #btnSend:hover
{
	float:right;
	border-style:none;
	background: url('../img/ContactUs/btnSend.png') no-repeat;
	background-position:0px 0px;
	width:92px;
	height:30px;
}

#ContactUs #btnSend:hover
{
	background-position:0px -30px;
}

#ContactUs #btnSend.disabled
{
	background-position:0px -60px;
}

#ContactUs #ResultText
{
	float:left;
	border:solid 3px #21FF00;
	background:#94FF84 none;
	width:496px;
	display:inline;
	padding:3px;
	margin-top:5px;
	height:auto;
	display:none;
}