#login_forms {
    width:90%;
    background:#fff;
    margin:0;
}
#pswd_forms {
    width:90%;
    background:#fff;
    margin:0;
}

.input{
border: 1px solid #99b3b4;width: 220px;background: #e4ebeb url(../images/input_stripe.gif);font: 11px verdana, sans-serif;color:#443;padding:3px;outline:none;}

.input:focus{
border:1px solid #567475;background: #e4ebeb;}

.submit-btn{
width: 54px;height: 20px;background:url(../images/submit.gif) no-repeat;outline: none;vertical-align:top;border:0;margin:5px 0 0 0;}

.submit-btn{
margin:1px 0 0 0;}


.form {margin:0;padding:0;}

.login_box{
    background:url(../log-images/box.png) 0 100% no-repeat;
    padding:0 0 7px 0;
    color:black;
    margin:10px 0;
    clear:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    min-height:45px;
    font-size: 11px;	
    max-width:400px
}

.login_box div {
    background:url(../log-images/box.png) 0 0 no-repeat;
    padding:1px 10px 0 50px;
    min-height:45px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.login_box ul {line-height: 1.0em}

.login_box p {
    margin-bottom:0;
    max-width:350px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.login_box h3{font-size:105%;color:black;font-weight:bold;margin-bottom:0.2em;}

.box_error{
	background:url(../log-images/error.png) 0 100% no-repeat;
	padding:0 0 7px 0;
	color:#bb1212;
	font-size: 11px;
	margin:10px 0;
	clear:left;
    min-height:45px;
    font-size: 11px;	
	max-width:450px;
}

.box_error div{
	background:url(../log-images/error.png) 0 0 no-repeat;
	padding:1px 10px 0 50px;
	min-height:45px;
    font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.box_error p { margin-bottom:0; }
.box_error h3{ font-size:105%;color:#a51010;font-weight:bold;margin-bottom:0.2em;}
.box_error1{ color:#bb1212;background-image:url(../log-images/error.png);}

.box_info{
    background:url(../log-images/alert.png) 0 100% no-repeat;
	padding:0 0 7px 0;
	color:#a60;
	margin:10px 0;
	clear:left;
	max-width:450px;
	font-size: 11px;
}

.box_info div{
	background:url(../log-images/alert.png) 0 0 no-repeat;
	padding:1px 10px 0 50px;
	min-height:35px;
    font-family: Verdana, Arial, Helvetica, sans-serif;		
}

.box_info p {margin-bottom:0;}
.box_info h3{font-size:105%;color:#a60;font-weight:bold;margin-bottom:0.2em;}

.normal{
    font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: black;
	padding:1px;
}

.title_tabMain{
margin:-10px 0 10px 0;
font-family:arial,helvetica,sans-serif;
font-size:125%;
letter-spacing:-1px;
font-weight:normal;
clear:left;
color:#4e463f;
float:left;
line-height:1;
position:relative;
top:8px;
}

.title_tabMain a{
text-decoration:none;font-weight:normal;color:#4e463f;}

.title_tabMain a:hover{
background-color:#f4f4f4;border:1px solid #CCC;padding:2px;}

.tabs{
background:url(../log-images/tab-line.gif) bottom repeat-x;float:left;padding-right:5px;width:99%;}

.tabs_arround{
    background:url(../log-images/left-top-corner-box1.jpg) top left no-repeat;
    padding-left:10px;
    min-height:80px;
    height:auto !important;
    height:80px;
    margin-bottom:5px;
}

.tabs h1 {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.tabs_bottom{
    background:url(../log-images/right-bottom-corner-box.jpg) bottom right no-repeat;
    padding-top:5px;
    padding-bottom:10px;
    padding-right:10px;
}

.tabs ul{
margin:0.5em 0 0 0;padding:0 0 0 1em;list-style:none;font-size:85%;}

.tabs li{
margin:0 1px 0 0;
padding: 3px 5px 0 0;
background:url(../log-images/tab-back.gif) 100% -100px;
border-bottom:1px solid #bbb;
text-align:center;
float:right;}


.tabs li.active{
    border-bottom:1px solid #fff;
    background:url(../log-images/tab-back.gif) 100% 0;
    height: 16px;

padding: 0px 10px 0 0; 
margin-top: 3px;

}


.tabs li a,.tabs li a:visited,.tabs li span{
display:block;
float:left;
padding:3px 11px 0px 16px;
text-align:center;
white-space:nowrap;
background:url(../log-images/tab-back.gif) 0 -100px;
text-decoration:none;
min-height:0px;
height:auto !important;
height:0px;
color:#666;
outline:none}


.tabs li.active a,.tabs li.active span{
background:url(../log-images/tab-back.gif) 0 0;}


.tabs li:hover{background-position:100%;}

.tabs li.active:hover{background-position:100% 0;}


.clear{clear:both}

.register tr td   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.states option {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/* The password strength box */
.hint {
    position: absolute;
    width: 120px;
	text-align: left;
    margin-top: -34px;
    border: 1px solid #c93;
    padding: 10px 12px;
	margin-left: 230px;
    background-color: #ffc;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url( ../log-images/pointer.gif) left top no-repeat;
}

.buttons-orig{
    background:#e3e3db;
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;	
    color: #3d3d3d;
    padding:3px 14px;
    border-width: 1px;
    border-style:solid;
    border-color: #3d3d3d #3d3d3d #3d3d3d #3d3d3d;
    text-decoration:none;
}

.buttons {
   background: url(../images/button.png) repeat-x top center #ACACAC;
   border: 1px solid black;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding: 3px 8px;
   color: black;
   font-weight: normal;
   font-size: 12px;
   text-align: center;
}

.buttons:hover {
   background: url(../images/button-hover.png) repeat-x top center #ACACAC;
/*   background: white; */
   border: 1px solid black;
   color: black;
}