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

*
{
	marginb:0px;
	padding:0px;
}
body
{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
	background:#b3b090 none;
	text-align:center;
}

.wrapper
{
	background:#f9f6ed url(../images/topbg.png) no-repeat top center;
	width:1003px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	min-height:741px;
}
.loginform
{
	margin:0px 0px;
	padding:100px 0px 0px;
}
.loginformdiv
{
	background:transparent url(../images/loginbg.png) no-repeat center;
	width:604px;
	height:305px;
	margin:0px auto;
	padding:0px;	
}
.logo
{
	text-align:center;
	padding:20px 0 10px;
	margin:0px;
}
.logindetail
{
	width:61%;
	margin:0px auto;
	font-style:italic;
}
.logindetail .formfield
{
	margin:5px 0px;
	padding:0px;
	overflow:hidden;
}
.logindetail .formfield label
{
	float:left;
	width:25%;
	line-height:25px;
	color:black;
}
.logindetail .formfield .formtextfield
{
	float:left;
	width:75%;
}
.logindetail .formfield .formtextfield input
{
	width:90%;
	padding:4px 0;
	border:1px solid #c6c6c6;
}
.logindetail .loginbtn input
{
	background:transparent url(../images/login.png) no-repeat center;
	width:56px;
	height:25px;
	border:none;
	line-height:25px;
	margin-left:25%;
}
.logindetail .forgetlink
{
	margin-left:25%;
	margin-top:5px;
}
.logindetail .forgetlink a
{	
	color:black;
	padding-left:2px;
}
