@import "template.css";
/* 
    Document   : common
    Created on : Jul 25, 2013, 9:27:52 AM
    Author     : xrx <QQ:1251679791 www.35zh.com>
    Description:
        Purpose of the stylesheet follows.
*/
/*气泡提示*/
.popup-tip-all{position:absolute;font: 12px/1 verdana;left:200px;top:300px;z-index:999;}
.popup-tip-body{border:1px solid #D5B058;background:#FFFFDD url(../images/tip-ico-q.png) no-repeat 8px 6px;padding:7px 7px 7px 30px;margin:7px 0;color:#AD723A;}
.popup-tip-arrows{position:absolute;bottom:0;background:url(../images/tip-arrows.png) no-repeat;width:14px;height:10px;left:15px;z-index:14;overflow:hidden;}
.popup-tip-arrows-up{top:0;background:url(../images/tip-arrows.png) no-repeat 100% 0;}
/*弹窗登陆*/
.dlg-body{border:2px solid #26537d;background:#fff;position:fixed;_position:absolute;box-shadow:2px 2px 3px #666;display:none;}
.dlg-header{background:#F4F4F5 url(../images/bg_dlg_header.png) repeat-x;height:32px;line-height:30px;font-size:14px;color:#FFF;padding-left:10px;}
.dlg-header .dlg-close{cursor:pointer;position:absolute;right: 5px;top: 6px;}
.dlg-clear{clear:both;overflow:hidden;height:0;}
.dlg-login-btn{width:87px;height:32px;float:left;display:inline;background:url(../images/btn_signin.jpg) no-repeat;cursor:pointer;}
.dlg-login-opts td{padding:4px;}
.dlg-login-opts{margin:18px;font-size:14px;}
.dlg-login-opts label{color:#aaa;font-size:12px;}
.dlg-login-opts label input{position:relative;top:-1px;}
.dlg-login-opts .input-box{border:1px solid #C7C7C7;margin:7px 0;float:left;*display:inline;position:relative;zoom:1;}
.dlg-login-opts .input-box input{border:1px solid #EBEBEB;border-width:2px 0 0 2px;width:260px;height:28px;line-height :18px;outline:none;}
.dlg-login-opts label.error {position:absolute;left:0;top:-22px;color:#ea6c27;background:none;padding-left:0;font-weight:normal;}
.dlg-lost-pwd{margin-left:10px;font-size:12px;position:relative;top: 4px;text-decoration:none;}
.dlg-lost-pwd:hover{color:red;}
.dlg-login-err{color:red;font-size:12px;position:relative;top:5px;display:none;}
.lg-other-acc {margin:5px 10px 18px 10px;padding:0 8px;line-height:24px;border-top:1px dotted #aaa;}
.lg-other-acc p {margin:5px 0;color:#666;}
.lg-other-acc img {vertical-align:middle;}
.dlg-body2 {border:1px solid #c3c3c5;box-shadow:none;}
.dlg-body2 .dlg-header {background:#f3f3f3;height:27px;line-height:27px;color:#313131;border-bottom:1px solid #c3c3c5;}
/*弹出提示框*/
.message_div{width:450px;border-radius:5px;border: 1px solid #c6c6c6; margin-left:-250px; position:relative; left:50%; top:28%;}
.message_tpl{width:440px; padding:4px;  background:#f6f6f6; border-radius:5px; border: 1px solid #ebebeb}
.message_tpl_info{padding:50px; background:#fff; border-top-right-radius:5px; border-top-left-radius:5px;}
.message_tpl_info .information,
.message_tpl_info .caution,
.message_tpl_info .success,
.message_tpl_info .error{padding-left:58px; height:50px; line-height:50px; font-size:15px;}
.message_tpl_info .information{ background:url(../images/tip_information.jpg) no-repeat; }
.message_tpl_info .caution{ background:url(../images/tip_caution.jpg) no-repeat;}
.message_tpl_info .success{ background:url(../images/tip_success.jpg) no-repeat;}
.message_tpl_info .error{ background:url(../images/tip_error.jpg) no-repeat;}
.message_tpl_bom{height:38px; line-height:38px; text-align:center; background:#fffed6; border-bottom-right-radius:5px; border-bottom-left-radius:5px; border-top: 1px solid #e2e2e2}
.message_tpl_bom a{ color:#1D7EA9;}
/*文本框*/
.mytextarea{border:1px solid #C3C3C3; width:311px; height:110px; padding:0 5px; background:url(../images/textarea_bg.png) no-repeat left top;}
