/* 
    Document   : contact
    Created on : 13-dic-2011, 23:56:26
    Author     : ArielOS
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.content .contentMain .banner{
    margin-top:5px;
}

.content .contentMain .contentDown{
    border-top:4px solid #A1A1A1;
    margin-top:5px;
}

.contentMain .columnLeft{
    width:390px;
    margin-top: 5px;
    display:block;
    float:left;
    position:relative;
    
}

.contentMain .columnLeft .image{
    width:380px;
    border:1px solid #CCC;
    padding:4px 4px 3px 4px;
    background-color: #FFF;
}

.contentMain .columnLeft .text{
    font-size: 14px;
    color:#333;
    margin:5px 0px;
    line-height: 30px;
}

.contentMain .columnLeft .text a{
    text-decoration: none;
    color:#333;
}

.contentMain .columnLeft .text a:hover{
    text-decoration: underline;
}

.contentMain .columnRight{
    border-left:1px dotted #CCC;
    width:390px;
    margin-top: 5px;
    display:block;
    float:left;
    position:relative;
    margin-left: 15px;
    padding:10px;
    color:#333;
}

.contentMain .columnRight form{
    margin:25px 0px;
}

.contentMain .columnRight form span{
    font-size: 14px;
    padding:10px;
}

.contentMain .columnRight form input
,.contentMain .columnRight form textarea{
    padding:7px 3px;
    margin:5px;
    border:1px solid #CCC;
    font-size: 13px;
}

.contentMain .columnRight form input.button{
    background-color: #CCC;
    width:100px;
    cursor:pointer;
}

.contentMain .columnRight form .Message{
    border:1px solid #CCC;
    font-size: 15px;
    padding:10px;
    margin-bottom: 10px;
    font-style: italic;
}

.content .contentMain .columnRight table{
    border:0px solid #CCC;
}

.content .contentMain .columnRight table tr td{
     border:0px solid #CCC;
     padding:3px;
}
