﻿/*修饰性*/
 .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;        
}
 .form-control_h30 {
     height :30px;     
}
.form-group {
     margin-top: 5px; 
     margin-bottom: 5px; 
}

.btn-default_ly
{
    color: #003366;
    background-color: #E9E9E9;
    border-color: #BBBBBB;
    height: 30px;
    padding-top:0px;
    padding-bottom:0px;
}

.input_ly_w1{width:400px;}
.input_ly_w2{width:230px;}

.btn-default_ok
{
    height :30px;
    padding-top:0px;
    padding-bottom:0px;
    color: #003366;
}
.marg_l30{margin-left:30px;}

/*文章编辑的控件*/
.file_bt{height:40px;padding:6px 5px;}
.file_edit{height:28px;}
.file_edit_fs{height:25px;}
.dropdown{padding: 0px 12px;}
.file_into_fj .cent input{display:inline-block}

 .btn-default_1
{
    color: #333;
    background-color: #F6F6F6;
    border-color: #adadad;
    border-color: rgb(204, 204, 204);
}
    
    
 a.btn1
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.12857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
}
 