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

#sman-loginform{
	width:270px;
	margin:auto;
}

#sman-loginform input{
	width:auto;
}

#sman-loginform .button{
	width:auto;
}

.sman-ltext{
	font-weight:bold;
}

.sman-prelogintext{
	font-size:22px;
}

.sman-loginfail{
	color:#C30;
}

.sman-left{
	float:left;
}

.sman-right{
	float:right;
}

.sman-clear{
	clear:both;
	line-height:0px;
}