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

body{
	margin:0px;
	padding:0px;
	font-family: lucida grande, trebuchet ms, verdana, arial, sans-serif;
	background-color:#333333;
}
img{
	border:0px;
}
div{
	float:left;
	width:100%;
}
.loginboxholder{
	float:none;
	margin:87px auto 0;
	background-image:url(../images/loginbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:410px;
	height:300px;
}
.signinboxholder{
	float:none;
	margin:87px auto 0;
	background-image:url(../images/Sign_in_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:410px;
	height:410px;
}
.signupcanvasboxholder{
	float:none;
	margin:87px auto 0;
	background-image:url(../images/Canvas_sign_up_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:600px;
	height:500px;
}
.footholder{
	font-size:10px;
	text-align:center;
	color:#999999;
	margin-top:5px;
}

.footholder a{
	color:#666666;
	text-decoration:none;
}
.textholder{
	text-align:center;
	margin-top:90px;
	font-size:12px;
}
.textboxholder{
	float:none;
	margin:0px auto;
	width:302px;
	text-align:left;
}
.textfield{
	width:300px;
	height:24px;
	border:1px solid #cdcdcd;
}
.remembermeholder{
	font-size:11px;
	line-height:17px;
	margin-left:160px;
	margin-top:5px;
	text-align:center;
	width:96px;
}
.signupcanvasitmholder{
	margin-top:20px;
	float:none;
	font-size:11px;
}
.signupcanvasitmholder_hints{
	width:auto;
	margin-left:20px;
	line-height:26px;
}
.chkholder{
	font-size:11px;
	line-height:17px;
	margin-right:4px;
	margin-top:5px;
	text-align:left;
	width:96px;
}
#notification
{
    color:purple;
    font-size:12px;
    font-weight:bold;
	text-align:center;
	line-height:24px;
	font-family:Tahoma;
    
}
.liq_loginholder{
 background-color:#FFFFFF;
 background-image:url(../images/bg.png);
 background-position:center top;
 background-repeat:no-repeat;
 float:none;
 height:auto;
 margin:10% auto 0;
 width:450px;
 overflow:hidden;
}
.liq_lt{
 float:left;
 height:5px;
 width:5px;
 background-image:url(../images/bglt.png);
 background-repeat:no-repeat;
 background-position:left top;
}

.liq_rt{
 float:right;
 height:5px;
 width:5px;
 background-image:url(../images/bgrt.png);
 background-repeat:no-repeat;
 background-position:left top;
}
.liq_lb{
 float:left;
 height:5px;
 width:5px;
 background-image:url(../images/bglb.png);
 background-repeat:no-repeat;
 background-position:left top;
}

.liq_rb{
 float:right;
 height:5px;
 width:5px;
 background-image:url(../images/bgrb.png);
 background-repeat:no-repeat;
 background-position:left top;
}























