#form {
	color:#666;
	overflow:auto;
	font-size:10px;
	font-family:helvetica, arial, verdana, sans-serif;
	margin:0;
	height:287px;
}

#form p {
	text-align:center;
	font-size:18px;
	color:#666;
	margin-top:20px;
	margin-bottom:20px;
}

label {
	text-align:right;
	width:150px;
	float:left;
	padding-right:10px;
	margin:0;
	margin-right:10px;
	margin-top:0.3em;
	color: #666;
}

.textfield, textarea, input, select {
	background-color: #fff;
	color:#999;
	border: 1px solid #dcdcdc;
}

.textfield:hover, textarea:hover, input:hover, select:hover,.textfield:focus, textarea:focus, input:focus,.select:focus {
	border: 1px solid #999;
}

input, select {
	margin:3px;
	height:20px;
	width:200px;
}

textarea {
	margin:3px;
	height:100px;
	width:200px; 
}

button {
	background-color: #dcdcdc;
	color:#666;
	border: 1px solid #999;
	width:100px;
	height:20px;
	margin-bottom:20px;
	margin-top:10px;
}

button:hover {
	font-weight:bold;
	color:#333;
}


