@charset "utf-8";
/* CSS Document */

input.txt {
	border:1px outset #00008b;
	width:200px;
}

input.btn{
	color:#576047;
	border:1px outset #00008b;
	width: 150px;
	text-align: center;
}

form div{
	clear:left;
	margin:0;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: normal;
	letter-spacing: normal;
}

form div label{
	float:left;
	width:50%;
	font: bold 0.9em;
}
