#salarysurvey_panel
{
	margin-bottom: 50px;
}

#description
{
	width: 383px;
	margin-right: 10px;
	height: 170px !important;
}

#image
{
	width: 202px;
	position: absolute;
	right: 0;
	top: 0;
}

#note
{
	position: absolute;
	bottom: 10%;
	left: 0;
}

#contact_form
{
	padding-top: 20px;
}

#frm_labels
{
	float: left;
	width: 150px;
	margin-right: 10px;
}

#frm_fields
{
	float: left;
}

.labels,
.fields
{
	height: 30px;
}

.fields input
{
	border:1px solid #E6BBCE;
	color:#333333;
	padding-left:5px;
	width:380px;
}

.submit
{
	width: 545px;
	text-align: right;
}

.submit input
{
	height: 22px;
	width: 54px;
	color: #B61E57;
	border: 1px solid #B61E57;
	text-transform: uppercase;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.submit input:hover
{
	background: #A81F57;
	color: #FFF;
}
