#form {
	height: auto;
}

#form label {
	float: left;
	width: 85px;
	min-height: 22px;
}

#form label .label2 {
	width: 155px;
}


#form input {
	background-color: #f5f5f5;
	font-size: x-small;
	border: #cccccc 1px solid;
	margin-left: 10px;
	margin-bottom: 1px;
	width: 130px;
	color:#494949;
}

#form input.radio {
	background: none;
	border: none;
	width: 10px;
}

#form select {
	background-color: #f5f5f5;
	font-size: x-small;
	border: #cccccc 1px solid;
	margin-left: 10px;
	margin-bottom: 1px;
	width: 135px;
	color:#494949;
}

#form textarea {
	background-color: #f5f5f5;
	border: #cccccc 1px solid;
	margin-bottom: 8px;
	width: 225px;
	height: 75px;
	color:#494949;
	padding:0px;
	font-size: x-small;
	margin-left: 10px;

}

#form input.submit {
	border: #00bce4 1px solid;
	color: #000;
	margin: 0px;
	font-size: 10px;
	width: 150px;
}
