﻿#cs_login
{
	background-image: url(../images/bg_cs_login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 224px;
	width: 500px;
	position: relative;
}
#cs_login a
{
	color: White;
}
#btn_loginsubmit
{
	position: absolute;
	top: 170px;
	left: 400px;
}

#btn_registersubmit
{
	position: absolute;
	top: 150px;
	left: 125px;
}
#btn_cancelsubmit
{
	position: absolute;
	top: 145px;
	left: 16px;
}
#fld_lbl_username
{
	position: absolute;
	font-weight: bold;
	top: 40px;
	left: 270px;
	color: White;
	font-size: 2.0em;
	
}
#txt_login_descr
{
	width: 200px;
	color: White;
	position: absolute;
	top: 40px;
	left: 30px;

}
#fld_txt_username
{
	position: absolute;
	top: 60px;
	left: 276px;
}
#fld_txt_username input
{
	border: 0;
}
#fld_lbl_password
{
	position: absolute;
	font-weight: bold;
	top: 102px;
	left: 270px;
	color: White;
	font-size: 2.0em;
	
	
}
#fld_txt_password
{
	position: absolute;
	top: 122px;
	left: 276px;	
}
#fld_txt_password input
{
	border: 0;
}

#forgot_pwd
{
	position: absolute;
	top: 150px;
	left: 270px;
}
#cs_forgotpwd
{
	background-image: url(../images/bg_cs_lostpwd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 224px;
	width: 500px;
	position: relative;
}
#fld_txt_instr
{
	color: White;
	width: 350px;
	position: absolute;
	top: 30px;
	left: 30px;
}
#fld_lbl_email
{
	position: absolute;
	top: 122px;
	left: 190px;
	color: White;
}
#fld_txt_email
{
	position: absolute;
	top: 122px;
	left: 275px;
}
#fld_txt_email input,#fld_txt_email1 input ,#fld_txt_email2 input , #fld_txt_email3 input
{
	border: 0;
}
#fld_forgot_buttons
{
	position: absolute;
	top: 165px;
	left: 270px;
	border: 0;
}
#fld_lbl_result_forgot
{
	position: absolute;
	width: 140px;
	top: 90px;
	left: 270px;
	color: White;
}
#fld_txt_result_forgot
{
	position: absolute;
	width: 140px;
	top: 80px;
	left: 30px;
	color: White;
}
#cs_changepwd
{
	background-image: url(../images/bg_cs_change.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 500px;
	position: relative;
}
#fld_lbl_email1
{
	position: absolute;
	top: 65px;
	left: 160px;
	color: White;
}
#fld_txt_email1
{
	position: absolute;
	top: 65px;
	left: 275px;
}
#fld_lbl_email2
{
	position: absolute;
	top: 122px;
	left: 160px;
	color: White;
}
#fld_txt_email2
{
	position: absolute;
	top: 122px;
	left: 275px;
}
#fld_lbl_email3
{
	position: absolute;
	top: 181px;
	left: 160px;
	color: White;
}
#fld_txt_email3
{
	position: absolute;
	top: 181px;
	left: 275px;
}
#btn_change_pwd
{
	position: absolute;
	top: 225px;
	left: 270px;
	border: 0;
}
#fld_txt_changet
{
	color: White;
	width: 350px;
	position: absolute;
	top: 30px;
	left: 30px;
}
#fld_txt_changes
{
	color: White;
	width: 120px;
	position: absolute;
	top: 70px;
	left: 30px;
}
