@import url(public.css);

.tricky {
display: none;
}

#contact_section {
	width:465px;
	font-size:11px;
	background:url(image/contact_bg.gif) #eee9e4 repeat-x top center;
	margin-top:5px;
	padding-top:8px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border: 1px #c9c0b7 solid;
	margin-bottom: 5px;
}

.contact_segment {
	margin-top:10px;
}

.contactrow{
	margin-top:26px;
}

.messagebox {
	color:#003563;
}


.messagebox ul{
	margin: 20px 0 30px 0;
	list-style:none;

}
.messagebox li{
	font-size:11px;
	color:#003563;
	list-style:none;
	margin-bottom: 2px;
}


.messagebox  .right{
	width:80px;
	margin-right: 4px;
	text-align: right;
	float: left;
}

.an {
	border: 1px solid #d0cac4;
	background-color: #f1ede9;
	overflow: auto;
}

.anright {
	margin-top:5px;
	margin-right:10px;
}

.btnSubmit, .btnSubmitHover {
	background: url(image/btn_submit.gif) no-repeat;
	width: 55px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	text-indent: -9999em;
	float: right;
	margin-right: 8px;
	display: inline;
}
.btnSubmitHover {
	background-position: -56px 0;
}
