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

label
{
	color:#666666;
	margin-bottom:5px;
	float:left;
	min-width:150px;
}

input, select, textarea
{
	height:20px;
	background-color:#fff;
	border: 1px solid #cccccc;
	width:259px;
	margin-bottom:5px;
	float:left;
	vertical-align:middle;
	padding:5px;
}

textarea
{
	width:350px;
	height:100px;
}

input[type="checkbox"]
{
	width:10px;
	height:10px;
	margin-right:10px;
	margin-top:10px;
}

input[type="file"]
{
	height:20px;
	background-color:#fff;
	border: 1px solid #cccccc;
	width:259px;
	margin-bottom:5px;
	float:left;
	vertical-align:middle;
	padding:5px;

}

select
{
	height:30px;
}

.submitImg
{
	margin-bottom:10px;
}

br
{
	line-height:1px;
	height:1px;
	font-size:1px;
	clear:both;
}

.error_form
{
	font-size:120%;
	color:red;
	font-weight:bold;
	border:1px solid red;
	padding:10px;
	margin:10px;
}

.lnkReminPassLogin
{
	margin-bottom:5px;
	color:#41a8eb;
	text-decoration:none;
	height:15px;
	display:block;
}