/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

input {
	border: 1px solid #B6C3C3; 
	background:#FDF8ED; 
	padding:2px;
}

fieldset {
	margin-bottom:40px;
	border: none;
}

legend {
	font-size:15px; 
	font-weight:bold;
}

#selfemp  {
	margin-left: -40px;
}

#otherinc {
	margin-left: -40px;
} 

#numprops {
	margin-left: -40px;
}

.formset {
	margin:10px 0;
}

.formset li {
	list-style:none; 
	margin-bottom: 10px;
}

.formset li label {
	float:left; 
	width:320px;
	margin-left: -40px;
}

.submitbtn {
	background:#f9f0d6; 
	border:3px solid #c7b093; 
	padding:3px; 
	text-transform:uppercase; 
	color:#2d1904; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	cursor:pointer;
}