/* contact ------------------------------ */

#contact h2{
	margin-bottom: 5px ;
}

#contact .sectionForm{
	width: 455px ;
}

#contact .sectionForm table{
	width: 100% ;
}
#contact .sectionForm table .txt{
	width: 335px ;
}

#contact .sectionForm table{
	margin-bottom: 20px ;
}

#contact .sectionForm blockquote table{
	margin-bottom: 0 ;
}

#contact .sectionForm table th,
#contact .sectionForm table td{
	padding-bottom: 5px ;
}

#contact .sectionForm table th{
	width: 120px ;
	padding-right: 5px ;
}

#contact .sectionForm table td p{
	margin-bottom: 3px ;
}

#contact .sectionForm table td.colon{
	padding-right: 5px ;
}

#contact .sectionForm table td span.caption{
	color: #8b8d96 ;
}
#contact .sectionForm table td .captionTable{
	margin-top: 1px ;
}
#contact .sectionForm table td .captionTable span{
	font-size: 10px ;
	font-weight: bold ;
	color: #fff ;
	background: #ec0000 ;
	padding: 2px ;
}

#contact .sectionForm .sectionBtn{
	width: 190px ;
	margin: 0 0 0 auto ;
}

#contact .sectionForm .sectionBtn input.formBtn{
	text-indent: -9999px ;
	width: 90px ;
	height: 15px ;
	border: medium none ;
	cursor: pointer ;
	display: block ;
}

#contact .sectionForm .sectionBtn .btnConfirm input.formBtn{
	float: left ;
	background: url(/img/btnConfirm.gif) no-repeat ;
}
#contact .sectionForm .sectionBtn .btnConfirm input.formBtn:hover{
	background: url(/img/btnConfirm_ov.gif) no-repeat ;
}
#contact .sectionForm .sectionBtn .btnSubmit input{
	float: right ;
	background: url(/img/btnSubmit.gif) no-repeat ;
}
#contact .sectionForm .sectionBtn .btnSubmit input:hover{
	background: url(/img/btnSubmit_ov.gif) no-repeat ;
}

#contact .sectionForm .sectionBtn{
	text-align: right ;
}

#contact .sectionForm .sectionFormTitle{
	color: #adc4d4 ;
	margin-bottom: 10px ;
}

#contact .sectionForm .sectionFormBody{
	margin-bottom: 20px ;
}

#contact .sectionForm .sectionFormBody blockquote{
	background: #20242f ;
	border: 1px solid #454c5d ;
	padding: 15px ;
}

