/* Sign Up or Login page */

table.table_signup {
width:400px;
margin-right:auto;
margin-left:auto;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:12px;
margin-top:10px;
margin-bottom:10px;
text-align:left;
}
table.table_signup td.login_head {
height:20px;
/*border-bottom:1px solid #999999;*/
text-align:left;
/*color:#0055a4;*/
}
table.table_signup td.login_head h3 {
font-size:13px;
margin:0px;
padding:0px;
}
table.table_signup td.login_forgotpass h3 {
position:relative;
top:-10px;
font-size:13px;
margin:0px;
padding:0px;
padding-bottom:2px;
margin-left:20px;
margin-right:20px;
/*border-bottom:1px dotted #cccccc;
color:#000000;*/
}
table.table_signup .login {
height:25px;
padding-left:20px;
display: block;
}
table.table_signup .login label {
font-weight:bold;
display:block;
width:120px;
float:left;
}
table.table_signup .login input {
width:230px;
font-size:11px;
}


table.table_signup .login_chkbx {
height:25px;
padding-left:20px;
}
table.table_signup .login_chkbx label {
font-weight:bold;
display:inline !important;
width:auto !important;
float:none !important;
}
table.table_signup .login_chkbx input {
font-size:11px;
width: auto !important;
display:inline !important;
}

table.table_signup td.login h4 {
font-size:12px;
font-weight:bold;
margin:0px;
margin-bottom:10px;
padding:0px;
}
table.table_signup td.login span {
display:block;
margin-bottom:3px;
}
table.table_signup td.login span b {
padding-right:3px;
/*color:#FF0000;*/
}


/* Registration page */
table.registration {
width:450px;
margin-left:auto;
margin-right:auto;
text-align:left;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:12px;
}
table.registration td.info {
padding-left:20px;
line-height:18px;
}
table.registration td.label {
width:50%;
height:24px;
font-weight:bold;
text-indent:20px;
}
table.registration td.field {
width:50%;
}
table.registration td.tcol {
height:24px;
text-indent:15px;
}
table.registration td.tcols h4 {
font-size:13px;
margin:0px;
padding:0px;
padding-bottom:5px;
margin-left:20px;
margin-right:20px;
margin-bottom:5px;
/*border-bottom:1px solid #999999;
color:#0055a4;*/
}
table.registration td.field input{
width:200px;
font-size:11px;
}

/* Change Password popup */
table.change_pass {
width:370px;
margin-left:auto;
margin-right:auto;
text-align:left;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:12px;
}
table.change_pass td.info {
padding-left:20px;
line-height:18px;
}
table.change_pass td.label {
width:50%;
height:24px;
font-weight:bold;
text-indent:20px;
}
table.change_pass td.field {
width:50%;
}
