@charset "utf-8";
/* CSS Document */

label{
	float: left;
	width: 200px;
	font-weight: normal;
}

input, textarea{
width: 200px;
margin-bottom: 5px;
}

textarea{
	width: 200px;
	height: 50px;
}

#submit{
margin-top: 5px;
width: 100px;
}
#reset{
margin-top: 5px;
width: 100px;
}
/*
br{
clear: left;
}
*/

