body
{
	font-size:20px;
}
input[type="text"],input[type="number"]
{
	width:150px;
	padding:5px;
	margin:4px;
}
input[type="button"],input[type="submit"]
{
	min-width:100px;
	height:26px;
	margin:4px;
}
form
{
	width:720px;
	margin:auto;
	border:1px solid #000000;
}
.row
{
	height:35px;
	border-bottom:1px solid #000000;
	padding:5px;
}
.row span
{
	display:block;
	float:left;
}
.col_one
{
	width:300px;	
}
.col_two
{
	width:400px;	
}
.even
{
	background:#E9F2FB;
}
.result,.msg
{
	color:#ff0000;
	width:170px;
}
.msg
{
	width:700px;
}
