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

