@charset "utf-8";
/* CSS Document */
form {
	margin-top: 10px;
} 
label{
	float: left;
	width: 200px;
	font-weight: normal;
}

input, textarea{
	background-color:#FFFFFF;
	margin-bottom: 5px;
	color: #000000;
}

textarea{
	width: 400px;
}

#submit{
	margin-top: 5px;
	width: 70px;
}
#reset{
	margin-top: 5px;
	width: 70px;
	margin-left: 10px;
}

/*
br{
clear: left;
}
*/
