/* -------------------------------------------------------
----------------------------------------------------------
Title:		Style seet - Is It 2.0 ? 
File : 		reset.css
CSS:		2.0 valid W3C
Author:	******
email:	contact(arobe)isit20.com
website:	www.isit20.com
----------------------------------------------------------
------------------------------------------------------- */
.loginbox{
	font-family : "Lucida Sans Unicode","Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1px solid #ff0084;
	width : 300px;
	height : 230px;
	margin-left : 5px;
	margin-right : 5px;
	background : #000;
	color : #ff0084;
	padding-top : 20px;
}
.loginbox label.loginlabelmain{
	clear : both;
	display : block;
	height : 20px;
	width : 100px;
	margin : 0px 30px;
	font-weight : bold;
}
.loginbox input#loginloginmain, .loginbox input#loginpasswordmain{
	color : #666;
	font-size : 14px;
	display : block;
	height : 18px;
	line-height : 18px;
	width : 240px;
	margin : 2px 30px 20px 30px;
	padding-top : 2px;
	background-color: #eee;
}
.loginbox input#loginloginmain, .loginbox input#loginpasswordmain{
	background-color: #fff;
}
.loginbox input#inputremembermain{
	margin-left : 30px;
	margin-right : 4px;
}
.loginbox label#labelremembermain{
	font-weight : normal;
	font-size : 12px;
	font-weight : bold;
}
.loginbox a#loginsubmitmain{
	margin-left : 30px;
	margin-top : 20px;
	display : block;
	text-indent : -5000px;
	height : 20px;
	width : 240px;
	background-image : url(../images/login-submit.png);
	background-position : top;
}
.loginbox a:hover#loginsubmitmain{
	background-position : bottom;
}
.loginbox p.loginforgotmain{
	margin-left : 47px;
}
.loginbox p.loginforgotmain a{
	font-family : "Lucida Sans Unicode","Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #999;
	font-size : 10px;
	text-decoration : none;
}
.loginbox p.loginforgotmain a:hover{
	text-decoration : underline;
	color : #fff;
}
.loginbox h6.loginregister{
	margin : 0px;
	margin-left : 30px;
	font-weight : bold;
	font-size : 16px;
	height : 20px;
}
.loginbox .loginregister{
	height : 61px;
}
.loginbox p.loginregister{
	margin : 0px 30px;
	color : #fff;
	height : 40px;
}
.loginbox a#loginregister{
	margin-left : 30px;
	display : block;
	text-indent : -5000px;
	height : 20px;
	width : 240px;
	background-image : url(../images/login-register.png);
	background-position : bottom;
}
.loginbox a:hover#loginregister{
	background-position : top;
}
