#form {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F2F2F2;
	border: 4px double #DFDFDF;
}
#form li {
	float: left;
	clear: left;
	list-style-type: none;
	width: 450px;
	margin-bottom: 5px;
	font-size: 12px;
	margin-left: 25px;
}
#input_holder {
	width: 300px;
	float: right;
}
#form #check {
	width: 20px;
	float: none;
}


#form input {
	float: right;
	width: 300px;
}
#form textarea {
	float: right;
	width: 100%;
	height: 120px;
}
#form #button {
	float: right;
	width: 90px;
	margin-left: 20px;
}
#form h2  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5F1FF;
	margin-bottom: 10px;
	padding-bottom: 3px;
	margin-top: 15px;
}
