
a{
    color: #00abdf;
    text-decoration: none;
}
a:hover{
    color:#000099;
}
.error{
    height:15px;
}




/* error message */
div.errorimg {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

div.errorimg{
    padding-left:10px;
    float:left;
    height:15px;
    width:140px;
}




.login{
    width: 400px;
    height: 340px;
    border: 0px solid #ccc;
    margin: 50px auto 0 auto;
    padding: 15px;
    text-align:left;
}
.register{
    width: 400px;
    height: 350px;
    margin: 50px auto 0 auto;
    padding: 15px;
    text-align: left;
}
.login form, .register form{
    float:left;
    width:100%;
}
.login form label, .register form label{
    display: block;
    margin: 3px;
}
.login_row{
    float:left;
    clear:both;
}
.login_row input[type=checkbox]{
    float:left;
}
.login_row label{
    float:left;
}
.login input[type=button]{
    float:right;
    clear:both;
    background-color: #00abdf;
    font-weight:bold;
    color:#fff;
    padding:4px;
    width:143px;
    margin:10px 0px 10px 3px;
    border:1px solid #fff;
    cursor:pointer;
}
.login p{
    float:left;
    clear:both;
}
.login a.register{
    float:right;
    clear:both;
    text-decoration: none;
}
.register form fieldset{
    border:1px solid #ccc;
    padding:6px;
    margin:10px;
    float: left;
    width:165px;
    height:195px;
}
.register form legend{
    text-align:right;
    color:#888;
    font-size:14px;
    padding:0px 4px 0px 4px;
    margin-left:5px;
}
.register form label, .login form label{
    font-weight:bold;
}
.register .error{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:18px;
    clear:right;
    width:100%;
    font-weight:100;
}
.register .error_captcha{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:20px;
    width:75px;
    font-weight:100;
}
.captcha_message{
    width:70px;
    float:left;
}
.button, .button:visited{
    clear:both;
    background-color: #00abdf;
    border:1px solid #fff;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    font-weight:bold;
    text-align:center;
    outline: none;
    float:right;
    margin:10px;
    clear:both;

}
.button:hover{
    background-color: #777;
    color:#fff;
}
img.ajaxload{
    float:right;
    margin:10px 10px 35px 10px;

}
.linkback{
    margin:0 auto;
    width:100px;
    text-align:center;
    height:30px;	    	
}


div #reg .register h3 { color:white; text-align:center; width:100%; }
div #reg .register p { color:white; text-align:center; width:100%; }