 /********************************
 * Fieldset
 ********************************/
fieldset {
        width: auto;
}

fieldset p.text {
        color: #154B7D;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 1.3em;
}

fieldset hr, .box hr {
        color: #AAC6DE;
        background-color: #AAC6DE;
        height: 1px;
        margin-bottom: 8px;
        margin-top: 8px;
        border: none;
}

.box hr {
        clear: both;
}

fieldset p, .box p {
        padding: 0;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 1em;
        clear: both;
}

fieldset .paragraph {
        line-height: 1.5em;
        color: #8B8350;
}

fieldset label {
        padding-top: 2px;
        width: 70px;
        float: left;
}
fieldset label.verylong {
    width: 180px;
}

fieldset label.long {
        width: 100px;
}

fieldset label.medium {
    width: 80px;
}

fieldset .link:link, fieldset .link:visited {
        color: #FF9900;
        font-weight: bold;
        text-decoration: none;
}

fieldset .link:hover {
        text-decoration: underline;
}

/********************
 * HELP BOX
 ********************/
.help_icon {
        vertical-align: bottom;
        margin-left: 5px;
        margin-bottom: 0px;
        cursor: pointer;
}

.help_box {
        position: absolute;
        background-color: #FEFDB6;
        border: 1px solid #FF9900;
        color: #000000;
        width: 180px;
        padding: 6px;

        filter: Alpha(Opacity=75);
        -moz-opacity: 0.75;
        khtml-opacity: 0.75;
        opacity: 0.75;
} 
     
/********************
 * FORMS
 ********************/
form {
        padding: 0;
        margin: 0;
}

textarea {

    border-color: rgb(170, 198, 222); 
    border-width: 1px; 
    background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; 
    padding:3px 3px 3px 3px; 
    font-size:12px; 
    color:#666; 
    border:1px solid #AAC6DE; 
    margin-right:0px; 
    margin-top:0px;
    margin-left:0px;
    margin-bottom:0px;
    //font-weight: bold;  
    font-family: Arial, Helvetica, sans-serif;  
}

input {

    border-color: rgb(170, 198, 222); 
    border-width: 1px; 
    background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; 
    padding:3px 3px 3px 3px; 
    font-size:12px; 
    color:#666; 
    border:1px solid #AAC6DE; 
    height:14px; 
    margin-right:0px; 
    margin-top:0px;
    margin-left:0px;
    margin-bottom:0px;
    //font-weight: bold;  
    font-family: Arial, Helvetica, sans-serif;  
}

select {
    padding:2px 2px 2px 2px; 
    height:22px;  
    width:248px; 
    font-family:Arial, Helvetica, sans-serif; 
    border:1px solid #AAC6DE; 
    font-size:12px; 
    color:#666;
}

input[type="submit"]{
font-size:14px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight:bold;  color:#2D5000; 
background:url(../img/grad2.gif) repeat-x; 
border:1px solid #96BF6C; 
width:90px; 
height:24px; 
padding:2px;   
}


.checkbox input, input.checkbox, input.radiobutton {
        background-color: #FFFFFF;
        border: 0px none #FFFFFF;
}

/* Form Errors */
input.error, select.error, textarea.error, div.error {
        background-color: #FFCCCC;
        border: 1px solid #CC0000;                
}

.error {
        background-color: #FFCCCC;
}

/* Buttons */
input.submit {
        width: 120px;
        background-color: #FF9900;
        font-weight: bold;
        color: #FFFFFF;
        border: 1px solid #E7E2AA;
}

input.cancel {
        width: 120px;
        background-color: #F0E7B7;
        font-weight: bold;
        color: #989060;
        border: 1px solid #FFFFFF;
}

.priority {
        cursor: pointer;
}


.center {
    text-align: center;
}

.required_field {
    color: #FF9900;
}

/********************
 * MENSAGENS
 ********************/

#msgError {
    background: #F2C0C0; 
    background-image: url(../img/msgerror.gif);
    background-repeat: no-repeat;  
    background-position: center left; 
    border: 1px solid #CC0000;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 38px;
    padding-right:5px;
    padding-top:9px;
    padding-bottom:10px;
    color:#CC0000;  
    text-align: left;
    font-size:12px; 
    font-weight:bold; 
}


#msgSuccess {
    background: #F1FBE2; 
    background-image: url(../img/msgsuccess.gif);
    background-repeat: no-repeat;  
    background-position: center left; 
    border: 1px solid #D0D7B5;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 38px;
    padding-right:5px;
    padding-top:9px;
    padding-bottom:10px;
    color:#4C9140;  
    text-align: left;
    font-size:12px; 
    font-weight:bold; 
}

#msgInfo {
    background: #FFFFCC; 
    background-image: url(../img/msginfo.gif);
    background-repeat: no-repeat;  
    background-position: center left;
    border: 1px solid #FFCC00;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 38px;
    padding-right:5px;
    padding-top:9px;
    padding-bottom:10px;
    color:#C49C00;  
    text-align: left;
    font-size:12px; 
    font-weight:bold; 
}
