/* Form styles */

input{
	padding:3px;
	color:#333333;
	border:1px solid #666666;
	width:200px;
	font-size:11px;
        position:relative;
        margin-top:2px;
        height:15px;
}


label{
	font-size:12px;
	text-align:right;
        font-weight:bold;
        display:block;
        float:left;
        width:120px;
        line-height:23px;
}


#div-loginForm,.registered{	
	padding:50px 40px 40px 40px;
	background:url(../images/login.png);
        background-repeat: no-repeat;
	margin:30px auto 40px auto;
	width:355px;
        height:310px; 
        display:none;
}


#div-regForm,.registered{	
	padding:50px 40px 40px 40px;
	background:url(../images/register.png);
        background-repeat: no-repeat;
	margin:30px auto 40px auto;
	width:355px;
        height:380px; 
        display:none;
}


.form-title1{
	font-size:18px;
/*	margin-bottom: 20px; */
	font-size:20px;
	font-weight:bold;
        text-align: center;
	padding:0 0 20px 0;
}


.form-title2{
	font-size:18px;
/*	margin-bottom: 20px; */
	font-size:20px;
	font-weight:bold;
        text-align: center;
	padding:0 0 0 0;
}


.greyButton{
	width:208px;
	color:white;
	background-color:#c1c1c1;
	outline:none;
	border:1px solid #666666;
	font-weight:bold;
        position:relative;
        left:120px;
        height:23px;
        top:20px;
}


#loading{
	left:10px;
	position:relative;
	top:3px;
	visibility:hidden;
}


#error{
	background-color:#ffebe8;
	border:1px solid #dd3c10;
	padding:7px 3px;
	text-align:center;
	margin-top:10px;
	visibility:hidden;
}
