 .ooc_description {

    font-size: 14px!important;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.2em;
    color: #40465a;
    padding: 10px 20px 0;
    font-family: 'HelveticaNormal';
    text-align: center;
    margin-top:10px;
}
#ooc-window-modal .modal-header {
    border-bottom: 1px solid #e5e5e5;
}
.ooc_title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'HelveticaBold';
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 18px;
    text-align: center;
    margin-top: 40px;
}
.ooc_center strong {
    text-align: center;
    margin-bottom: 0;
    color: #000;    font-family: 'HelveticaBold';
}

.ooc_footer a.btn-default {    color: #fb0102;
    font-family: 'HelveticaNormal';
    font-size: 14px;}

    .ooc_footer a.btn-default:hover {  text-decoration: none; color:#ff0000; background: none; border:0 solid;box-shadow:none}
    .ooc_footer a.btn-default:active {  text-decoration: none; color:#ff0000; background: none; border:0 solid;box-shadow:none}
.ooc_label {
    margin: 20px 0 0 0;
    color: black;
    padding: 0;
}

.ooc_footer {
    text-align: center;
    margin-top:30px
}

.ooc_center {
    text-align: center;
}

.ooc_error_field {
    color: red;
}

.ooc_required {
    color: red;
}

.ooc_agree {
    margin-top:30px
}

.ooc_tip {
    color:red;
}


