.w100{
    width:100px;
    text-align:right;
}
.form-control:focus{
	border-color: #31b546;
}
.over-hidden{overflow:hidden;}
.modal-header{padding:0px;}
html{ overflow: hidden;}
body{background:#F5F5F5;}
/*模态框头部样式*/
.title-font{
    background: #31b546;
    font-size: 15px;
    padding: 0px 15px;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 37px;
    line-height: 37px;
}
.modal-header .close {
    margin-right: 13px;
    margin-top: 10px;
}

/* 标题 */
.comon-title{
    color: #367f21;
    font: bold 11px tahoma,arial,verdana,sans-serif;
    border: 1px solid #afd7af;
    height:26px;
    line-height: 23px;
    background: #cce6cf;
    margin-top:0px;
    margin-bottom:0;
    padding-left: 10px;
      font-family: "宋体";
    font-size: 15px;
}