@charset "utf-8";
/* CSS Document */
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}
body{
	background:url(../img/body-bg.jpg) repeat-x #FFFFFF;
	position:absolute;
	width:100%;
	height:100%;
}
#wrapper{
	position:relative;
}
#login{
	background:url(../img/logo-trans.png) 50% 0% no-repeat;
	position:absolute;
	padding:162px 125px 0px;
	top:10%;
	width:450px;
	left:50%;
	margin-left:-350px;
}
#browser{
	text-align:right;
	font-size:10px;
	line-height:1.2em;
}
dl{
}
dl dt{
}
dl dd{
	margin:0 auto;	
	margin-bottom:10px;
	
}
input.text{
	display:block;
	margin:0 auto;
	width:440px;
	padding:5px;
	border:1px solid #DDD;
}
#footer{
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
}
#chk{
}
#submit{
	width:450px;
	text-align:right;
	margin:0 auto;
	position:relative;
}
#submit input{
	cursor:pointer;
	width:77px;
	height:33px;
	background:url(../img/button-trans.png) 50% 50% no-repeat;
	border:none;
	text-indent:-9999px;
}
a{
	outline:none;
}
#submit input:active{
	background:url(../img/button-active-trans.png) 50% 50% no-repeat;
	outline:none;
}

.cfw-error-text{
	font-weight:bold;
	color:#f00;
}
