@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
:focus{ outline:none;}
body { color:#333; font:13px 'Microsoft Yahei',Tahoma, Geneva, sans-serif; }
input,textarea,select{font-size:12px;font-family:'Microsoft Yahei', Verdana, Geneva, sans-serif ;*font-size:100%}
ul,ol,li { list-style:none;}
/**clearfix**/
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
  /* Hides from IE-mac \*/
  * html .clearfix {height: 1%;} 
  .clearfix {display: block;} 
  /* End hide from IE-mac */
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both;}
/**End clearfix***/
a{ text-decoration:none; color:#333; cursor:pointer;}
a:hover { color:#666;}

/**信箱列表**/
.mailbox_multi { display:block; width:100%;}
.mailbox_multi li { display:inline-block; width:258px; margin-bottom:30px; margin-left:50px; float:left; position:relative;}
.mailbox_multi li .mailbox_avatar { width:auto; height:auto; background-color:#fff; border:1px solid #ccccca; padding:2px; float:left;}
.mailbox_multi li .mailbox_avatar a { display:block; width:56px; height:56px; background:url(../../_images/leadermail/avatar.jpg) no-repeat center;}
.mailbox_multi li .mailbox_title { margin:0 15px 0 74px; white-space:nowrap; height:27px; line-height:27px; overflow:hidden; font-size:13px; font-weight:normal; overflow:hidden;}
.mailbox_handle { margin:0 10px 0 74px; overflow:auto; zoom:1}
.mailbox_handle .handle { margin:5px 5px 0 0; white-space:nowrap;}
.multi_btn { display:inline-block; float:left; height:24px; padding-left:10px; background:url(../../_images/leadermail/multi_btn.png) no-repeat 0 0;}
.multi_btn .btn_inner { display:inline-block; height:24px; line-height:24px; padding-right:10px; background:url(../../_images/leadermail/multi_btn.png) no-repeat right -24px;}
/**弹出写信表单**/
#mailbox_wrap { width:100%; height:100%; position:fixed; _position:absolute; left:0; top:0; z-index:10000; display:none;}
#mailbox_layer { width:100%; height:100%; background-color:#000000; filter:alpha(opacity=70); opacity:0.7;}
#mailbox_box { width:510px; height:454px; position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-227px; z-index:11000; overflow:auto;}
#mailbox_form_title { height:34px; line-height:34px; border-bottom:1px solid #ccc; margin-bottom:10px;}
#mailbox_form_title h3 { font-size:16px; font-weight:bold; color:#252525; text-indent:1em; float:left;}
#mailbox_close { display:block; width:34px; height:34px; float:right; background:url(../../_images/leadermail/close.png) no-repeat center; cursor:pointer;}
#mailbox_close:hover { filter:alpha(opacity=70); opacity:0.7;}
#mailbox_close span { display:none;}
#mailbox_form { border:5px solid #787878; border-radius:10px; overflow:hidden; background-color:#fff;}
#mailbox_form_wrap { width:500px; height:399px; margin:0 auto;}