/* CSS Document */

#body form{
	width:400px;
	margin:auto;
}
#body form input{
	width:400px;
}
#body form textarea{
	width:400px;
	height:100px;
}
#body form input.button{
	float:right;
	margin-top:5px;
	width:auto;
}