@charset "utf-8";
/* CSS Document */

#contactWrapper {
	width: 565px;
	height: 540px ;
	margin-left: 55px;
}
html>body #contactWrapper {
	padding: 45px 0 0 0;
	*padding: 0;
}
#contactWrapper #contactLeft {
	width: 290px;
	float: left;
}
#contactWrapper #contactLeft #email {
	width: 277px;
	height: 165px;
	background-image: url(/images/overlay/formBg.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	margin: 20px 0;
	text-align: right;
}
#contactWrapper #contactLeft #email .radio {
	padding: 7px 5px 15px 0;
}
#contactWrapper #contactLeft #email .radio #radPhone {
	margin: 0 0 0 70px;
}
#contactWrapper #contactLeft #email #txtPhoneArea {
	margin-top: 20px;
}

#contactWrapper #contactRight {
	width: 223px;
	float: left;
	margin-left:20px;
}
#contactWrapper #bottom {
	clear: both;
}
#contactWrapper #bottom #button {
	float: right;
	margin-right: 23px;
}
html>body #contactWrapper #bottom #button {
	margin-right: 45px;
}
#contactWrapper #contactRight #contactList {
	width: 223px;
	height: 305px;
	margin-top: 10px;
	background-image: url(/images/overlay/contactsBg.jpg);
	background-repeat: no-repeat;
}
#contactWrapper #contactRight #contactList #list ul
{
	padding-top:5px;
}
#contactWrapper #contactRight #contactList #list ul li {
	
	margin-left: 30px;
	line-height: 12px;
}
.spnlist
{
	margin: 10px 0 0 10px;
	padding-top:15px;
}

#contactWrapper #contactRight a {
	color: #990000;
}
.emailList {
	list-style-image: url(/images/overlay/contactBullet.jpg);
	
}
#contactWrapper #contactLeft .dishRed {
	width: 175px;
	border-bottom: #d2d2d2 dotted 2px;
	color: #990000;
	font-weight: bold;
}
#contactWrapper p {
	color: #505050;
	line-height: 1.2em;
	margin: 5px 0;
}
.inputClass
{
	border: solid 1px #666666;
	height: 16px;
}
.errorMsg
{
	color: #990000;
}
.sucessMsg
{
	color: green;
}


