@charset "utf-8";
/* CSS Document */

/*///////////////////////////////////////////////////////*/
/* OFFICE DETAILS */
/*///////////////////////////////////////////////////////*/
div.officeDetailsWide{
	margin-top:10px;
	border-top:1px solid #d7d7d7;
}
div.officeDetailsWide a{
	color:#005187;
	font-weight:bold;
}
div.officeDetailsWide ul{
	padding-top:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:20px;
}
div.officeDetailsWide ul li{
	font-size:12px;
	margin-bottom:6px;
	width:260px;
	background:none;
	padding-left:0px;
}
div.officeDetailsWide ul li.title{
	color:#005187;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-1px;
}
div.officeDetailsWide ul li.oName{
	padding-top:10px;
	font-weight:bold;
}
div.officeDetailsWide ul li.add{
	margin-bottom:10px;
}
div.officeDetailsWide ul li.genDetails{
	border-top:1px solid #d7d7d7;
	padding-top:4px;
}
div.officeDetailsWide ul li span{
}
div.officeDetailsWide ul li span.label{
	width:50px;
}
div.officeDetailsWide ul li span.detail{
	width:210px;
}
/*  FORM */
#genEnq{
	/*margin-top:10px;*/
	padding-top:10px;
	margin-bottom:40px;
	padding-left:10px;
}
#genEnq p{
	font-size:12px;
}
#genEnq div.head{
	margin-bottom:20px;
}
#genEnq div.rowE{
	width:600px;
}
#genEnq div.row{
	width:600px;
	padding-bottom:8px;
	border-bottom:1px dashed #d7d7d7;
}
#genEnq div.row label,
#genEnq div.rowM label{
	margin:0px;
	padding:0;
	width:150px;
	font-size:12px;
}
#genEnq div.row input{
	width:250px;
}
#genEnq div.rowS{
	margin-top:8px;
}
#genEnq input#genConSubmit{
	width:70px;
	padding:0;
	margin:0;
	margin-left:150px;
	letter-spacing:-1px;
	background:none;
	border:none;
	height:20px;
	background-color:#005187;
	color:#ffffff;
	font-weight:bold;
}
#genEnq div.rowM textarea{
	width:400px;
	height:160px;
	font-size:12px;
}
#genEnq div.rowM textarea,
#genEnq div.rowM div.ins{
	margin-left:150px;
}