@charset "utf-8";

/**
 * 通用样式
 * 
 * 米酷科技 驱动未来
 * http://www.mkcn.biz
 *
 * 注意: 本模板为商业产品, 任何未经授权许可的复制及使用均属侵权行为, 我们将追究其相关法律责任.
 *
 */

/* ================== 基本 ================== */
body { background: #FFF; }
body, input, select, textarea, pre { color: #333; font: 12px/1.5 "Microsoft YaHei", Tahoma, Helvetica, Arial, Verdana, Simsun; }
a { color: #333; text-decoration: none; }
a:hover { color: #CE0000; }
.hide { display: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.hr_10 { height: 10px; font-size: 0; line-height: 0; }
.mt_10 { margin-top: 10px; }
.mb_10 { margin-bottom: 10px; }
.ml_10 { margin-left: 10px; }

/* ================== 通用 ================== */

/* 粉色圆角按钮 & 浅灰圆角按钮 */
.c_button1, .c_button2 { width: 79px; height: 23px; text-align: center; line-height: 23px; border: none; cursor: pointer; }
.c_button1 { color: #FFF; }
.c_button2 { color: #333;  }

/* 内容主体组件 */
.uc1_mb_content { width: 700px; padding: 0 18px; color: #333; font-size: 14px; line-height: 26px; }
.uc1_mb_content a { color: #369; text-decoration: underline; }
.uc1_mb_content p { margin: 15px 0; }
.uc1_mb_content input,
.uc1_mb_content textarea { padding: 2px 0 2px 5px; margin: 0 5px 0 0; font-size:12px; border: 1px solid #d0d0d0; }
.uc1_mb_content input { height: 18px; }
.uc1_mb_content .button { height: 24px; padding: 3px 6px; margin-right: 5px; background: #DDD; border-top: 0;border-left: 0; border-right:1px solid #666; border-bottom:1px solid #666; cursor: pointer; }
.uc1_mb_content select{ padding: 2px; color: #333; vertical-align: middle; background: none repeat scroll 0 0 #F9F9F9; border-style: solid; border-width: 1px; border-color: #666 #CCC #CCC #666; }
table { width: 800px;}
table tr td,
table tr th { padding: 2px; }
.submit-btn { cursor: pointer; height: 24px !important; width: 80px; }