﻿/*
    全局样式
    */
/**通用表格*/
.commtable {
width:100%;
border:1px solid #ddd;
border-collapse:collapse;
}
.commtable th{
line-height:35px;
height:35px;
background:#DCDCDC url(../../Img/icon/trbg.png);
color:#555;
text-align:center;
border:1px solid #D2D2D2;
}
.commtable td {
text-align:center;
color:#555;
border:1px solid #D2D2D2;
line-height:30px;


}

.commalert {
border:1px solid #ddd;
box-shadow:3px 5px 10px  #ddd;
background:#fff;
}
.commalert .head {
line-height:35px;
overflow:hidden;
color:#fff;
background:#10AE59;
}
.commalert .head label {
float:left;
margin-left:20px;
}
.commalert .head span {
float:right;
margin-right:20px;
cursor:pointer;
font-size:20px;
}
.commalert .con {
padding:10px;
min-height:100px;
}
.com_btn {
background:#10AE59;
text-align:center;
border-radius:3px;
color:#fff;
cursor:pointer;
line-height:25px;
padding:0 15px;
}