/* 
    Document   : readMore
    Created on : Nov 16, 2013, 9:34:16 PM
    Author     : sargisbudaghyan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.order{
    margin-top: 15px;
    padding-top:155px;
    height: 350px;
    background-color: white;
    border-radius: 8px;
    
    font-family: Regular;
    font-size: 12px;
    color: black;
    text-transform: uppercase;
}

.countryName{
    background-image: url('../images/read-more-cover.png');
    height: 60px;
    position: absolute;
    top: 170px;
    width: 960px;
    color: white;
    font-size: 50px;
    line-height: 60px;
}

.countryName img{
    width: 56px;
    padding-right: 10px;
    vertical-align: middle;
    margin-top: -10px;
}

.inputs{
    padding-top:0px;
}

.inputs input{
    -webkit-appearance: none;
    height: 20px;
    border: 1px solid lightgray;
    margin-bottom: 5px;
    color: gray;
}

.inputs select{
    width: 100px;
    margin-bottom: 5px;
    border: 1px solid lightgray;
    height: 24px;
    margin-left: 2px;
}

.button{
    margin-top: 32px;
    margin-left: 263px;
}

.button input[type=button]{
    -webkit-appearance: none;
    width: 70px;
    height: 24px;
    background-color: #8b0000;
    border: 0px;
    color: white;
}

.button input[type=submit]{
    -webkit-appearance: none;
    width: 70px;
    height: 24px;
    background-color: #8b0000;
    border: 0px;
    color: white;
}

.rf-cal-popup {
    background-color: white !important;
}