* {margin:0; padding:0}
*:focus {outline:none;}
body { 

	font-family:Arial, Helvetica, sans-serif;

	color:#ccc;

	background:#000 url(../fw/bg-contact.jpg) top center;

	font-size:13px;

}

a:link,

a:visited {

	color:#5591C6;

	text-decoration:none;

	padding:2px;

	font-size:13px;

}

a:hover {

	background:#5591C6;

	border-bottom:1px solid #666;

	color:#fff;

}

.Logo {

	text-align:center;

	padding:20px 0 10px 0;

}

.ContactForm {

	width:600px;

	margin:0 auto;

}

.ContactForm .FormLeft {

	float:left;

	width:290px;

}

.ContactForm .FormRight {

	float:right;

	width:290px;

}

label {

	display:block;

	color:#fff;

	margin:5px 0;

}

.Box,

.ReqBox,

.ReqTextBox {

	background:url(../fw/box.jpg) no-repeat top left;

	width:281px;

	height:32px;

	padding:5px 5px 0 5px;

	margin:0 0 5px 0;

}

.ContactInfo {

}

.ContactInfo p {

	padding:5px 0;

	line-height:20px;

}

.ContactInfo p.Worksheet {

	background:url(../fw/icon-msword.jpg) no-repeat top left;

	height:31px;

	padding:0 0 0 30px;

	line-height:31px;

}

.ContactInfo p.Req {

	margin:15px 0 0 0;

	background:url(../fw/req.jpg) no-repeat top left;

	height:24px;

	padding:0 0 0 15px;

	line-height:24px;

	font-weight:bold;

}

.ReqBox {

	background:url(../fw/req-box.jpg) no-repeat top left;

	width:273px;

	padding:5px 5px 0 13px;

}

.ReqTextBox {

	background:url(../fw/req-textbox.jpg) no-repeat top left;

	width:273px;

	height:93px;

	padding:5px 5px 10px 13px;

}

.Box input,

.ReqBox input,

.ReqTextBox textarea {

	background:transparent;

	border:none;

	color:#444;

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	width:265px;

}

.ReqTextBox textarea {

	height:90px;

}

.BtnSubmit {

	background:url(../fw/btn-submit.jpg) no-repeat top left;

	color:#fff;

	width:93px;

	height:30px;

	text-align:center;

	border:none;

	float:right;

	font-weight:bold;

	margin:0 5px 0 0;

	padding:0 0 5px 0;

}

.Clear {

	clear:both;

}

#msg {display:none; position:absolute; z-index:200; background:url(../fw/msg_arrow.gif) left center no-repeat; padding-left:7px; }

#msgcontent { display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:130px; max-width:200px; width:165px; color:#924949; }