@charset "utf-8";
/* CSS Document */
body {
    background-color: #36393D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
a img { border: none }
a:hover img { border: none }
.pasi {
    width: 615px;
    padding: 10px 0 0 10px;
    float: left;
    margin-bottom: 12px;
    font-weight: bold;
    color: #ff6600;
    font-size: 16px;
}
.sectiuniBox {
    width: 615px;
    float: left;
    border: 1px solid #dddddd;
    margin: 10px;
}
#sectiuniFinal {
    width: 615px;
    float: left;
    margin:10px;
}
.sectiuniTitluBox {
    width: 400px;
    height: 37px;
    float: left;
}
.sectiuniTitluImag {
    width: 48px;
    height: 45px;
    float: left;
    background-image: url(images/titlu_cerc.jpg);
    background-repeat: no-repeat;
}
.sectiuniTitluNo {
    width: 20px;
    float: left;
    margin: 11px 0 0 5px!important;
    margin: 11px 0 0 2px;
    font-weight: bold;
    color: #ff6600;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.sectiuniTitluInfo {
    width: auto;
    float: left;
    margin-top: 11px;
    font-weight: bold;
    color: #ff6600;
    font-size: 16px;
}
.sectiuniContinut {
    width: 520px;
    float: left;
    margin: 0 0 0 60px!important;
    margin: 0 0 12px 30px;
    text-align: left;
    font-weight: normal;
}
    .sectiuniContinut p {
        text-align: left;
        font-weight: normal;
        text-decoration: none;
    }
    .sectiuniContinut a {
        font-weight: bold;
        text-decoration: underline;
        color: #bd4026;
    }
    .sectiuniContinut span {
        font-weight: bold;
        color: #333333;
    }
    .sectiuniContinut a:hover { color: #666666 }
    .sectiuniContinut textarea {
        width: 515px;
        height: 100px;
        float: right;
        margin-bottom: 10px;
    }
.imputformBox {
    width: 400px;
    float: left;
}
    .imputformBox p {
        width: 110px;
        margin-right: 15px;
        float: left;
    }
    .imputformBox label {
        width: 110px;
        font-weight: bold;
    }
    .imputformBox input { width: 110px }
    .imputformBox input:focus {
        width: 110px;
        background-color: #FFFFCC;
    }
/* ___________________________ PLUS ______________________________ */
.imputformBox2 {
    width: 400px;
    float: left;
    font-weight: bold;
    margin-top: 12px;
    color: #333333;
}
span.required { color: #ff6600 }
.imputformBox input.error { border: 1px solid #bd4026 }
.imputformBox input.error:focus { border: 1px solid #cccccc }
.imputformBox2 input.error { border: 1px solid #bd4026 }
.imputformBox2 input.error:focus { border: 1px solid #cccccc }
span.error {
    color: #ff1200;
    font-size: 13px;
    font-weight: bold;
}
