@charset "UTF-8";

.checker, .radio {
    float: left;
}

select {
    cursor: pointer;
}

.input_text, #captcha-input {
    font-family: DINWeb, Arial,sans-serif;
    font-size: 13px;
    line-height: 15px;
    height: 15px;
    padding: 7px 11px 4px 11px;
    border: #999 1px solid;
    width: 219px;
    margin-bottom: 15px;
    color: #000;
}

.input_text:focus {
    -webkit-box-shadow: 0 1px 6px #ccc;
    -moz-box-shadow: 0 1px 6px #ccc;
    -o-box-shadow: 0 1px 6px #ccc;
    box-shadow: 0 1px 6px #ccc;
}

label {
    display: block;
    margin-bottom: 8px;
}

label.error {
    position: absolute;
    background: #000;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 3px 24px 0 12px;
    margin: -46px 0 0 237px;
    border-left: #c00 6px solid;
    opacity: 0.7;
    z-index: 200;
}

input.error {
    border-color: #c00;
}

textarea {
    font-family:"myriad-pro",Arial,sans-serif;
    resize: none;
}

.placeholder {
    width: 200px;
    color: #bbb;
    padding-left: 8px;
    padding-top: 6px;
}

#captcha-input-label {
    width: 91px;
    float: left;
}

#captcha-element {
    width: 230px;
    float: left;
}

#captcha-element img {
    border-width: 1px;
}

#captcha-element input {
    margin-top: 10px;
    width: 186px;
}

#captcha-reload {
    float: left;
}

/******** Layouted Select *********/

.select_replace {
    position: relative;
    height: 27px;
    width: 200px;
    background: url('../img/elements/select_replace_div.png') right no-repeat;
    padding-right: 24px;
}

.select_replace span {
    display: block;
    height: 25px;
    padding-left: 17px;
    padding-top: 2px;
    color: #fff;
    line-height: 24px;
    background: url('../img/elements/select_replace_span.png') left no-repeat;
}

.select_replace select {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    height: 27px;
    width: 100%;
}


/******* Uniform Override ********/

div.selector {
    width: 237px;
    margin-left: -2px;
}

div.selector span {
    width: 212px;
}

div.selector select {
    min-width: 237px;
}

div.small_select div.selector {
    width: 84px;
}

div.small_select div.selector span {
    width: 59px;
}

div.small_select div.selector select {
    min-width: 94px;
}

div.uploader span.filename {
    padding-top: 2px;
    line-height: 22px;
    height: 22px;
}