/* 
    Document   : registerForm
    Created on : 28/Abr/2013, 13:12:35
    Author     : paulo
    Description:
        Purpose of the stylesheet follows.
*/


div.register_form {
    padding: 20px 20px 20px 20px;
    color: rgb(100, 100, 100);
}

table.register_form td {
    padding: 0px 10px 0px 5px;  
}

.register_form label {
    color: rgb(100, 100, 100);    
}

.register_form label.required {
    color: rgb(100, 100, 100);    
}

table.register_form input {
    /*display: block;
    background-color: rgb(230, 230, 230);*/
    
    border-left: 1px solid rgb(140, 140, 140);
    border-top: 1px solid rgb(140, 140, 140);
    border-right: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    margin: 0px;
    width: 280px; 
    font-weight: normal;
    color: rgb(100, 100, 100);
    cursor: text;
}

input {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(214, 212, 200);
    color: rgb(0, 170, 221);
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    padding: 4px 5px;
   
}

.top_message {
    padding: 37px 20px 0px 20px;
    color: rgb(100, 100, 100);
}

div.resgistrationSubmit input {
    background-color: rgb(0, 170, 221);
    border: 1px solid rgb(0, 170, 221);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    padding: 4px 5px;
}

td.termsCheckbox input {
    width: 50px;
    cursor: pointer;
}

a.fieldJustificationMsg {
    text-decoration: none;
    color: rgb(0, 170, 221);
    font-size: 10px;
}


