/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Form Structure
URL : http://wufoo.com

- - - - - - - - - - - - - - - - - - - - - */

@font-face {
    font-family: "ronus";
    src: url(../font/nassim-regular.woff) format("woff"),url("Mj_Casablanca.ttf") format("truetype");
}

html {
    background: #EEF4F9;
}

body {
    margin: 17px 0 15px 0;
    padding: 0;
    text-align: center;
    font-size: larger;
    font-family: ronus, Tahoma, Arial, Verdana, sans-serif;
    font-weight: normal;
    line-height: 40px;
}

article, aside, figure, figure img, figcaption, hgroup,
footer, header, nav, section, video, object, output {
    display: block;
}

.success {
    border: 1px solid #008000;
    border-radius: 6px;
    color: #FFF;
    background-color: #24BD24;
}

.error {
    border: 1px solid #BE3365;
    border-radius: 6px;
    color: #FFF;
    background-color: #F34545;
    text-indent: 10px;
}

.info {
    display: inline-block;
    clear: both;
    margin: 0 0 5px 0;
    padding: 0 1% 1.1em 1%;
    border-bottom: 1px dotted #ccc;
}

    .info[class] {
        display: block;
    }

#container {
    text-align: right;
    direction: rtl;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 5px;
    -o-box-shadow: rgba(0,0,0,.2) 0px 0px 5px;
    box-shadow: rgba(0,0,0,.2) 0px 0px 5px;
}

#container, #bottom {
    margin: 0 auto;
    width: 640px;
}

#bottom {
    width: 650px;
    height: 10px !important;
    margin-bottom: 10px;
    display: block !important;
}

form.wufoo {
    margin: 20px 14px 0 14px;
    padding: 0 0 20px 0;
    position: relative;
}

/* ----- LOGO ----- */
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #FFF;
    background-color: #6E96FF;
    border-color: #6E96FF;
}

.btn-error:hover, .btn-error:focus, .btn-error:active, .btn-error.active, .open .dropdown-toggle.btn-error {
    color: #FFF;
    background-color: #ff0000;
    border-color: #ff0000;
}

.transparent-btn {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: ronus;
}

.btn-success {
    color: #000;
    border-color: #6E96FF;
    width: 60%;
}

.btn-error {
    color: #000;
    border-color: #ff0000;
    width: 35%;
}

.light {
    background-color: rgba(77, 156, 229, 0.58);
    border-radius: 5px;
    padding: 2px;
    color: white;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-family: ronus;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #1e91cf;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 111, 165, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 111, 165, 0.6);
    }

    .form-control:-moz-placeholder {
        color: #999999;
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

.banks li {
    float: right;
    margin: 3px;
    padding: 1px;
    height: 29px;
    width: 29px;
    border: 1px solid #C3C3C3;
    background-image: url('../img/banks.png');
}

#clogo {
    width: 196px;
    height: 196px;
    float: left;
}

.banks {
    list-style: none outside none;
    margin: 1px;
}

#logo {
    min-height: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: #DEEAF3;
    text-decoration: none;
    line-height: 31px;
    text-indent: 19px;
}

    #logo a {
        min-height: 40px;
        height: 40px;
        display: block;
        background: url('../img/Logo.png') no-repeat left top;
        overflow: hidden;
    }

    * html #logo a {
        _background-image: none;
        _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/wflogo.png", sizingMethod="crop");
    }

img, a img {
    border: none;
    -ms-interpolation-mode: bicubic;
}

/** html #bottom {
    _behavior: url(../images/iepngfix.htc);
}*/

/*.hide, .cloak div, .cloak span, .likert.cloak tbody, .likert.cloak thead {
    display: none !important;
}*/

/*.likert.cloak table {
    border: none;
}*/

/*.btTxt {
    font-family: Tahoma;
    font-size: 8pt;
    cursor: pointer;
}*/
