@font-face{
    font-family: "Open";
    src: url('../fonts/OpenSans-Light.ttf');
}

@font-face{
    font-family: "OpenB";
    src: url('../fonts/OpenSans-Bold.ttf');
}

.newsInput{    
    border:none;
    border:1px solid #1779A0;
    background-color: #1779A0;
    width:130px;
    height:24px;
    padding-left:5px;
    color: #FFF !important;
    font-size: 13px !important;
    font-family: "Open";
    outline:none;        
}

.newsInput:focus{    
    color: #FFF !important;
}

.newsInput:-ms-input-placeholder, .newsInput:-ms-input-placeholder {  
   color: #B5B5B5 !important;  
   font: 13px 'Open';
}

.btnForm, .inputText{
    outline:none;    
    font-family: 'Myriad Pro';
}

.inputText{
    background-color: #FFF;
    box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;
    margin-bottom:20px;
    height:24px;
    padding:8px;
    font-family: "Open", Trebuchet MS;
    color: #666666;
}

.inputMini{
    width:20px;
}

.inputMedium{
    width:176px;
}

.inputBig{
    width: 250px;
}

.inputMaster, #inputTextarea{
    width:524px;
}

.inputBigMaster{
    width:650px;
}


#inputTextarea{
    outline:none;
    height: 120px;
    background-color: #FFFFFF;
    color: #666666;
    box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;
    margin-bottom:20px;
    min-height:20px;
    padding:8px;
    resize: vertical;    
}

#inputTextarea::-webkit-input-placeholder, .inputText::-webkit-input-placeholder {
   color: #B5B5B5 !important;  
   font: 13px 'Open';
}

#inputTextarea:-moz-placeholder, .inputText:-moz-placeholder {
   color: #52658c;
   font: 13px 'Open';
}

#inputTextarea::-moz-placeholder, .inputText::-moz-placeholder {
   color: #52658c;  
   font: 13px 'Open';
}

#inputTextarea:-ms-input-placeholder, .inputText:-ms-input-placeholder {  
   color: #52658c;  
   font: 13px 'Open';
}

/*.btnForm{
    height:auto;
    border:none;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    outline:none;
    color:#FFF;    
    font-size:13px;
    text-align:center;
    border: 1px solid transparent;
    background-color: #008BC4;
    font-family: "OpenB", Trebuchet MS;
}

.btnForm:hover{
    border: 1px solid #008BC4;
    background-color: #FFF;
    color: #008BC4;
}*/

.btnForm{
    background-color:#97D045;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.3));
    font-family: "OpenB", Trebuchet MS;
    height:auto;
    border:none;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    outline:none;
    color:#FFF;   
    border-radius:  6px;
}

.btnForm:hover{
    background-color:#7DB32D;
}

.btnFormMini{
    height:auto;
    border:none;
    padding: 2px;
    padding-left: 2px;
    padding-right: 2px;
    outline:none;
    color:#FFF;    
    font-size:13px;
    text-align:center;
    border: 1px solid transparent;
    background-image: url('../images/arrow.png');
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.btnFormMini:hover{
    border: 1px solid #008BC4;
    background-color: #FFF;
    color: #008BC4;
}

.check{
    width:18px;
    height:18px;
}

