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

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f3f3f3;
}

legend{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#666;
}

label{
	display:block;
	font-size:11px;
	width:100%;
	margin:4px 0 4px 0;
}

input{
	width:270px;
	height: 25px;
	border:#F90 solid 1px;
}
	input.short{
		width:50px;
		text-align:center;
	}
		
input:focus{
	background:#ffeccb;
}
		
input.btn{
	width:100px;
	height: 20px;
	margin-top:5px;
	cursor:pointer;
	background:#F90;
	border:#F60 solid 1px;
}

input.btnlogin{
	margin-left:80px;
	width:100px;
	height: 20px;
	margin-top:5px;
	cursor:pointer;
	background:#F90;
	border:#F60 solid 1px;
}

input.btnauto{
	width:auto;
	height: 20px;
	margin-top:5px;
	cursor:pointer;
	background:#F90;
	border:#F60 solid 1px;
}
		
input.btn:hover, input.btnlogin:hover, input.btnauto:hover{
	background:#000;
	border:#333 solid 1px;
	color:#FFF;
	cursor:pointer;
}

textarea{
	width:550px;
	height:200px;
}

.form_highlight{
	color:#F90;
}
