/* form handling  
--------------------------------*/

#quick_form {
	margin:	80px 0 50px 10px;
	padding: 20px 20px 10px;
	color: #666;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	background: #ccc;
	color: #fff;
	border-radius: 3px;
}

#checks label {
	width: 120px;
	text-align: left;
}


#quick_form label {
	width: 150px;
	color: #666;
	line-height: 1.4em;
}


#quick_form .theinput, #quick_form .dropdown {
	width: 95%;
	margin: 0px 0 8px 0;
	padding: 4px;
	font-size: 13px;
	font-weight: 300;					
	color: #000;
	border: 1px solid #bbb;
	background-color: #EEE;
}

#quick_form .dropdown {
	width: 100%;
	border-radius: 0px;
	height: 23px;
}


#buttons {
	margin: 15px 0;
}

#buttons input {
	font-size: 13px;
	background-color:	#777;
	color: #fff;
	width: 100%;
	margin:	0 0 0 0;
	border: none;
	border-radius: 3px;
	padding: 8px 5px;
	line-height: 1em;
}


#buttons input:hover {
	background-color: #f4aa00;
	color: #000;
}

#quick_form p {
		font-size: 12px;
		line-height: 1.5em;
		text-align: center;
		color: #666;
		clear: left;
}