/* form */
form {
	width: 650px;
	margin-top:20px;
}
fieldset {
	border:0px solid;
	margin:0;
	padding:0
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5F78A2;
}
form div {
	padding: 10px 0;
	/*
	background: #eee;
	border-top: 1px solid #CCC
	*/
	color: #999;
}
form label {
	float: left;
	width: 33%;
	line-height: 20px;
	padding-right: 2%;
	text-align:right;
	font-size:16px;
}
fieldset input, textarea {
	width:61%;
	border:none;
	border-bottom:1px solid #ddd;
}
div.form-button input {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left:35%;
	background:#fff;
	border:none;
	color:#999;
	font-size:16px;
	cursor:pointer;
}

