@charset "UTF-8";

/******************************************** about styling ********************************************/

#expertlink {
	color: #333333;
	background-color:#fff2b2;
	font-size: 12px;
	text-decoration: none;
	line-height:22px;
	display:block;
}
#mainContent {
	width: 709px;
	float: left;
	margin-top: 38px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 20px;
}
#imageBar {
	background-repeat: no-repeat;
	background-image: url(../images/image_BGs.jpg);
	height: 174px;
	width: 730px;
	margin-top: 40px;
	float: left;
}

/* form styles */

#formwrapper {
	position: relative;
	background-color: #84a4c8;
	width: 420px;
	margin-top: 20px;
	padding: 10px;
	float: left;
	overflow: hidden;
}
#expertform {
	position: relative;
	background-color: #84a4c8;
	padding: 10px;
	width: 398px;
	text-align: right;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	overflow: hidden;
	float: left;
}
#expertform .left {
	text-align: left;
}
input {
	width: 200px;
	margin-right: 85px;
}
label {
	float:left;
}
label.top {
	display: block;
	float: none;
	text-align: left;
	margin: 0px;
}
textarea {
	width: 395px;
	height: 100px;
}
#submit {
	width: 100px;
	margin-right: 150px;
}
