/* CONTACT */
DIV.contactBox {
	width:640px;
	height:auto;
	position:relative;
	background-image:url(../images/box650g_bkgbottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#5787B7;
	text-align:right;
}
DIV.contactBoxTop {
	width:650px;
	height:5px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../images/box650g_top.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	line-height:5px;
}
DIV.contactBox INPUT{
	width:500px;
	padding-left:2px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	border:solid 1px #DDDDDD;
	background-color:#FFFFFF;
	margin-top:5px;
}
DIV.textArea {
	position:relative;
	float:right;
	width:503px;
	height:auto;
	margin-right:1px;
	margin-top:5px;
}
DIV.textArea TEXTAREA{
	width:500px;
	height:250px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	border:solid 1px #DDDDDD;
	background-color:#FFFFFF;
	margin:0px;
}
SPAN.labelCorrection {
	line-height:24px;
}
DIV.btnsContainer {
	width:100%;
	position:relative;
}
DIV.btnsContainer INPUT.sendBtn{
	width:72px;
	height:25px;
	line-height:25px;
	background-image:url(../images/send_btn.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	border:0px;
}
DIV.btnsContainer INPUT.goBackBtn{
	width:72px;
	height:25px;
	line-height:25px;
	background-image:url(../images/back_btn.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	border:0px;
}

