form label{
    font-size: 13pt;
    display:block;
    font-weight: bold;
}
#Post_certificate label,
#Post_certificate_l label,
#Post_how_many_certificates label,
#how_many_certificates_l label,
.t_norm{
    font-weight: normal;
}
form legend{
    font-size: 21pt;
}
form fieldset fieldset legend{
    font-size: 16pt!important;
}
fieldset legend{
    background: white;
}
form fieldset{
    border: 1px dashed #DDDDDD;
    width: 100%;
    position: relative;
}
select,
input{
    height: 28px;
}
input{
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input,
textarea{
    width: 60%;
    padding: 0.2em;
    margin: 0;
    padding: 0 1px;
}
select,
input,
textarea{
    border: 1px solid #A1A1A1;
}
textarea,
textarea:focus,
input,
input:focus {
    outline:0 !important
}
textarea{
    /*resize: none;*/
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #333
    font-family: Trebuchet MS;
    font-size: 10pt;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #333
    font-family: Trebuchet MS;
    font-size: 10pt;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #333
    font-family: Trebuchet MS;
    font-size: 10pt;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color:    #333
    font-family: Trebuchet MS;
    font-size: 10pt;
}
form .row.checkbox *{
    vertical-align: middle;
    display: inline-block;
}
input[type=checkbox]{
    width: 25px;
    height: 25px;
    border: none;
    color: #000;
    background-color:#c1c1c1;
    -moz-appearance:none;
    /** -webkit-appearance:none; **/ /* Для оперы мешает*/
    -o-appearance:none;
    border: 0px inset ThreeDFace ! important;
    margin: 0 10px 0 0;
    padding: 5px 4px 3px 5px;
}
input[type=radio]{
    width: 15px;
    height: 15px;
}
form .row{
    margin: 18px 0;
}

button:disabled{
    background: #CCCCCC;
    border:1px solid #AEB4C1;
}
button:disabled:hover{
    text-decoration: none;
    cursor:default;
}
.errorText,
.errorMessage,
span.required{
    color:#F93A43;
}
.errorBorder{
    border: 1px solid #F93A43;
}
.button-column img{
    width: 16px;
    height: 16px;
}
.add_btn{
    position: relative;
    padding-left: 202px;
    padding-right: 160px;
    box-shadow: 0 -2px 0 #999 inset;
}
.add_btn:before{
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 160px;
    top: 9px;
    background: url(../images/plus.png) no-repeat;
}
.button-column img{
    width: 16px;
}
.redactor_toolbar li a, .redactor_toolbar li a span{
    padding: 0!important;
}
#CompetitionWork_how_many_certificates *,
#CompetitionWork_how_many_certificates_l *{
    display: inline;
}