
div.form{
	background: #ededed;
}
p.error{
	color: #c02834;
	padding: 5px 5px 5px 10px;
	border: 1px solid #c02834;
}
div.form form {
	color: #484848;
}
div.form form p{
	overflow:hidden;
	padding: 7px 0 5px 0;
	margin:0;
}

div.form label {
	color: #484747;
	padding: 2px 2px 0 0;
	float:left;	
	width: 115px;
}

div.form label.big {
	width: 310px;
}

div.form legend {
	font-size: 12px;
	font-weight: bold;
}


div.form input[type=text], form textarea, form select{
	width: 180px;
	float:left;	
}

div.form input[type=text]{
	padding: 2px 1px 1px 3px;
	font-size: 11px;
	border: 1px solid #aeaeb0;
	height: 16px;
	float:left;	
}

div.form  input.small{
	margin-right:5px;
	width:40px;
}


div.form  input.smaller{
	margin-right:5px;
	width:20px;
}


div.form textarea{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 2px 1px 1px 3px;
	height:100px;
	border: 1px solid #aeaeb0;
	float:left;
}

div.form span.multiple-options{
	float:left;
	width: 180px;
	overflow:hidden;
}

	div.form span.multiple-options label{
		display:block;
		float:none;
		padding: 2px 0 2px 15px;
		margin: 0 0 0 1px;
    	text-indent: -15px;

	}

	div.form span.multiple-options input[type=checkbox], input[type=radio]{
		width: 13px;
	    height: 13px;
	    padding: 0;
	    margin:0 5px 0 0 ;
	    vertical-align: bottom;
	    position: relative;
	    top: -1px;
	}


div.form button[type=submit]{

	float:left;
	height: 27px;
	width: 136px;
	margin: 20px 0 0 115px;
	padding:0;
	background: transparent url('/img/form_submit_button.png') center left no-repeat;
	cursor:pointer;
	border:none;
	color: #fff;
	font-size: 11px;
	
}
