A.normal:link{color:#FF0000; text-decoration:none}
A.normal:visited{color:#FF0000; text-decoration:none}
A.normal:hover{color:#FF9900; text-decoration:none}
A.normal:active{color:#FF9900; text-decoration:none}

.requiredHeader,
.wrongHeader
{
	color: red;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
}
.required,
.wrong,
.wrongCaptcha
{
	color: red;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
}
.busy
{
	color: blue;
	font-weight: bold;
}

body
{
	color: #FFFFFF;
	background-color: black;
}

.greeting{
	color: #60D5FF;
	font-size:14px;
	font-weight: bold;
	font-family: Arial;
}

.message{
	color: #60D5FF;
	font-size:15px;
	font-family: Arial;
}

.hiddenPic {display:none;}

#login_form{
	width:374px;
	height:40px;
    font-size:12px; font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/login_form.png);
	background-repeat: no-repeat;
	position: relative;
	left:13px;
	top:-55px;
	z-index: -5;
	}	
#login_form_fields{
	font-size: 15px;
	font-weight: bold;
	color: #F4A0FF;
	position: relative;
	left:28px;
	top:-23px;
	z-index: 5;
}
.
.login_button{
	width:202px;
	height:71px;
	}
#login_button_div{
	width:202px;
	height:71px;
	background-image: url(../images/login_button.png);
	background-repeat: no-repeat;
	position: relative;
	left:15px;
	top:-193px;
}
#divrecaptcha{
    width:400px;
	height:159px;
    font-size:12px; font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/recaptcha.png);
	background-repeat: no-repeat;
	z-index: 3;

}
#recaptcha_controls{
	width:46px;
	position: relative;
	left:235px;
	top:-147px;
	z-index: 5;
}
#recaptcha_help{
	width:34px;
	height:34px;
	background-image: url(../images/recaptcha_help.png);
	position: relative;
	left:339px;
	top:-285px;
	z-index: 5;
}
#recaptcha_refresh{
	background-image: url(../images/recaptcha_refresh.png);
	width:46px;
	height:32px;
}
#recaptcha_audio{
	background-image: url(../images/recaptcha_audio.png);
	width:46px;
	height:34px;
}
#recaptcha_frame{
	position: relative;
	left:8px;
	top:-53px;
	z-index: 5;
}
#recaptcha_image{
	width: 360px;
	position: relative;
	left:14px;
	top:-118px;
	z-index: 4;
}
#recaptcha_response_text{
	font-size: 15px;
	color: #F4A0FF;
	position: relative;
	left:50px;
	top:-90px;
	z-index: 4;
}
#recaptcha_response_field {
   width: 170px !important;
   z-index: 4;
}

#divrecaptcha a{
     font-size:11px;    font-family:Verdana;
    text-decoration:none; color:#FF3300;
}
#divrecaptcha a:hover{
     color:#FF9900; text-decoration:underline;
}
.bkgrndlogin {background-image: url(http://www.andes-studio.com/decor/bkgrnd-login.jpg); background-repeat: no-repeat; background-position: 15% 0%;}
