 /*CSS Document */
*
{
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    list-style: none;
    font-size: 12px;
    color: #4b4b4b;
}
/*body, html
{
    margin: 0 auto;
}*/

.loginBody
{
    background: #fff url(../Images/default_bg.jpg);
    font: normal 12px Myriad Pro, Arial, Helvetica, sans-serif, "";
}
img
{
    border: none;
}
a
{
    font-size: 12px;
    color: #333;
}
/*****************/
#wrap
{
	width: 658px;
	padding-top: 7%;
	margin:0 auto;

}
/***********header********/
#loginHeader
{
    background: url(../images/default_01.jpg);
    width: 658px;
    height: 166px;
	background-repeat:no-repeat;
}
#loginHeader h1
{
    text-align: right;
    padding: 30px 30px 30px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
#imgLogo
{
    margin-top: 0px;
    margin-left: 2px;
    height: 45px;
    padding: 2px 0;
}
/***********content******/
#content
{
	background: url(../images/default_02.jpg);
	width: 658px;
	height: 186px;
	background-repeat:no-repeat
}
.remind_text
{
    text-align: left;
    margin-left: 250px;
}
.input_text
{
    padding-top: 0px;
    text-align: right;
    margin-right: 220px;
    margin-left:165px!important ;
    margin-left:130px/9;
}
#tbUserAccount1
{
    border: 1px solid #a2a2a2;
    width: 150px; background-color:#fff;
    margin-top: 2px;
    margin-left: 10px;
    padding: 2px 2px;
    text-align: left;
}

#tbValidator
{
    border-top: 1px;
    width: 10px;
    margin-top: 0px;
    margin-left: 10px;
    padding: 2px 0;
    text-align: left;
}

#tbPassword1
{
    border-top: 1px;
    width: 150px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 2px 0;
    text-align: left;
}
.validator_text
{
    padding-top: 5px;
    width: 510px;
    text-align: left;
}
.validator_input
{
    margin-left: 10px;
}
.button
{
    text-align: left;
    margin-left: 257px;
    margin-top: 0px;
}
.btnClass{border-style:none;font-size: 12px; background:url(images/button_03.gif) no-repeat left;width:75px;height:22px; cursor: hand;color: black;}

#img_logo {
	padding-top: 5px;
	padding-left:-520px;
	width: 139px;
	text-align: left; position:relative
}

.LoginButton
{
    text-align: center;
    width: 64px;
    height: 25px;
}

#submit, #reset
{
    background: url(../images/button.gif);
    border: none;
    width: 79px;
    height: 25px;
}
input
{
    background: #f4f4f4;
    border: 1px solid #d4d5d6;
    height: 24px;
    text-align: left;
    width:40px;
}
input:hover
{
    color: #cc0000;
}
/************footer*******/
#loginFooter
{
	background: url(../images/default_03.jpg);
	width: 658px;
	height: 84px;
	background-repeat:no-repeat
}
#loginFooter h3
{
    padding-top: 5px; padding-left:20px; text-align:left; color:#838a8f;
}
