﻿/* 清除内外边距 */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
img,/*图片*/
th, td { /* table elements 表格元素 */
    margin: 0px;
    padding: 0px;
}
/*for IE6*/
div, table, tr, td{border:0px;padding:0px;margin:0px; border-style:none;}
html, body, form { height:100%;}
a, a:hover, a:visited { color:#000000; text-decoration:none;}
body{position:relative;}
.main_wrapper{ position:relative;margin:auto; width:915px; height:100%; line-height:100%; vertical-align:middle;}
.main{ position:relative;margin:auto; width:100%; height:599px;vertical-align:top;}
.main_top{ position:relative;width:915px; height:159px; background:url("../Images/SignOn/main_top_bg.gif") repeat-x; }
.main_m_left { float:left; position:relative; left:0px; top:0px;width:385px; height:342px; background:url("../Images/SignOn/main_m_left.jpg") no-repeat; }
.main_m_center { float:left; position:relative; left:0px; top:0px; width:370px; height:342px; }
.main_m_right { float:left; position:relative; left:0px; top:0px;width:160px;height:342px;background:url("../Images/SignOn/main_m_right.jpg") no-repeat;}
.main_b_left{float:left; position:relative; left:0px; top:0px;width:385px;height:98px;background:url("../Images/SignOn/main_b_bg.gif") repeat-x;}
.main_b_center{float:left; position:relative; left:0px; top:0px;width:370px;height:98px;background:url("../Images/SignOn/main_b_bg.gif") repeat-x;}
.main_b_right{float:left; position:relative; left:0px; top:0px;width:160px;height:98px;background:url("../Images/SignOn/main_b_bg.gif") repeat-x;}
.main_copyright{position:relative; left:0px; top:0px;width:370px;height:98px;}
.login_top{float:left; position:relative; left:0px; top:0px;width:370px;height:112px;background:url("../Images/SignOn/login_top.jpg") repeat-x;}
.login_username{float:left; position:relative; left:0px; top:0px;width:370px;height:30px;line-height:30px;background:url("../Images/SignOn/login_username_bg.gif") repeat-x;}
.login_password{float:left; position:relative; left:0px; top:0px; margin-top:16px;  width:370px;height:30px;line-height:30px;background:#ffffff;}
.login_verifycode{float:left; position:relative; left:0px; top:0px; margin-top:16px;  width:370px;height:30px;line-height:30px;background:#ffffff;}
.login_bottom{float:left; position:relative; left:0px; top:0px; width:370px;height:56px;line-height:56px;background:url("../Images/SignOn/login_bottom.jpg") no-repeat;}
.login_label{float:left; position:relative; left:0px; top:0px; width:88px;height:30px;line-height:30px; text-align:right; font-family:宋体; font-size: 14px; }
.login_input_wrapper_long{float:left; position:relative; left:0px; top:0px; width:248px;height:30px;}
.login_input_username{ position:relative;width:240px; height:30px; line-height:30px; border:0px; border-style:none; background:url("../Images/SignOn/login_username_input_bg.gif") no-repeat; font-family:Verdana; font-size: 14px; padding-left:8px;}
.login_input_wrapper_short{float:left; position:relative; left:0px; top:0px; width:154px;height:30px;}
.login_input_password, .login_input_verify{ position:relative;width:146px; height:30px; line-height:30px; border:0px; border-style:none; background:url("../Images/SignOn/login_pwd_verify_input_bg.gif") no-repeat; font-family:Verdana; font-size: 14px; padding-left:8px;}
.login_button_wrapper{float:left; position:relative; left:0px; top:0px; margin-top:19px;width:370px;height:33px;line-height:33px;background:#ffffff;}
.login_button_input_wrapper{float:left; position:relative; left:0px; top:0px; width:79px;height:33px;}
.login_button{position:relative;width:79px;height:33px;line-height:33px;}
.login_remember, .login_verifycode_img_wrapper{float:left; position:relative; left:0px; top:0px; width:94px; height:30px; line-height:30px; vertical-align:middle;}
.login_checkbox{position:relative;width:18px; height:30px; line-height:30px; border:0px; border-style:none; float:left; margin-left:6px;}
.login_remember_label{position:relative;font-family:宋体; font-size:14px; line-height:30px; height:30px; display:block; float:left;margin-left:6px;}
.login_verifycode_img{position:relative;vertical-align:middle; margin-left:6px;  float:left;}
.login_forget{ position:relative; float:left; font-family:宋体; font-size:14px;line-height:33px; height:33px; margin-left:14px;  vertical-align:middle;}
.login_forget_text{ width:70px; height:16px; line-height:16px;margin:8px; border-bottom:1px solid #000000; }

.alertbox
{
    font-size: 12px;
    color: red;
    position: absolute;
    width: 172px;
    height: 68px;
    background: url(../Images/SignOn/t_toptext.gif) no-repeat;
    text-align:left;
    z-index: 999;
}
.alertbox span
{
    display: inline-block;
    margin-top: 10px;
    text-indent:18px;
}
.orbitaltooltip-default-top
{
    font-size: 12px;
    width: 172px;
    height: 68px;
    background: url(../Images/SignOn/t_toptext.gif) no-repeat;
}
.orbitaltooltip-default-top p
{
    padding: 16px 5px 0px 5px;
    text-indent: 18px;
    color: red;
}

