/* Static */

#static {
    padding: 30px;
}
    
    #static .side {
        float: left;
        width: 270px;
        margin-right: 30px;
    }
        
        #static .side .banner {
            width: 220px;
            height: 220px;
            margin: 5px 0px 10px 0px;
        }
        
        #static .side .callback {
            width: 200px;
            margin-top: 30px;
            padding: 10px;
            font-size: 13px;
            border: solid 1px #E5E5E5;
        }
            
            #static .side .callback h4 {
                margin: 15px 0px;
                font-size: 18px;
                font-weight: normal;
                text-transform: uppercase;
                text-align: center;
            }
            
            #static .side .callback input[type="text"] {
                height: 28px;
                margin: 0px;
            }
            
            #static .side .callback input#fieldCallbackName {
                width: 188px;
            }
            
            #static .side .callback input#fieldCallbackPhonePrefix {
                width: 20px;
            }
            
            #static .side .callback input#fieldCallbackPhoneNumber {
                width: 146px;
            }
            
            #static .side .callback input[type="submit"] {
                width: 180px;
                height: 30px;
                margin: 10px 0px 15px 10px;
                font-size: 14px;
                text-transform: uppercase;
                color: #FFFFFF;
            }
            
            #static .side .callback input[type="submit"]:hover {
                color: #DDDDDD;
            }
            
            #static .side .callback label,
            #static .side .callback span {
                display: block;
                font-size: 12px;
                font-style: italic;
            }
            
            #static .side .callback span {
                font-size: 10px;
            }
            
            #static .side .callback p {
                margin-bottom: 22px;
                line-height: 15px;
                text-align: center;
                color: #000000;
            }
    
    #static .content {
        margin-left: 300px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
/********************** contact *************************/

.kotelezo {
    font-size: 12px;
}

.subtitle {
    margin-top:35px;
    font-size:17px;
}    

.full {
    margin-bottom: 10px;
}
    
div.full input, div.full textarea {
    background-color: #ededed;
    font-style: italic;
    font-size: 12px;
    width:640px;
    font-family: arial;
    padding: 5px;
}

div.full textarea {
    height: 50px;
}

div.rightSubmit {
    text-align: center;
}

div.rightSubmit input {
    background: #F27823;
    background: linear-gradient(to bottom, #FC8F34, #E96815);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 55px;
    cursor: pointer;  
}
