/* global reset, thank you eric meyers */
* { font-family: Arial, sans-serif; margin: 0; padding: 0; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins {text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; }

#wrapper {
    padding: 0px;
    width: 700px;
    position: relative;
}

#wrapper a.rulesLink {
    position: absolute;
    top: 10px;
    right: 80px;
    color: #777;
    font-size: 12px;
}

#wrapper h3 {
    color: purple;
}

#wrapper small {
    color: #777;
    font-size: 11px;
}

    #wrapper small span,
    span.required {
        color: red;
    }
    
#wrapper #errors {
    border: 2px solid #E21D05;
    margin: 10px 0;
    padding: 15px;
    background: #FEBCB4;
    color: #6B352E;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    font-size: 12px;
}

    #wrapper #errors p {
        font-weight: bold;
    }
    
    #wrapper #errors ul {
        list-style-type: square;
        margin: 10px 0 10px 30px;
        line-height: 17px;
    }

#wrapper #success {
    border: 2px solid #0FB434;
    margin: 10px 0;
    padding: 15px;
    background: #B4FECA;
    color: #376241;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    font-size: 12px;
}

#wrapper .checkboxes {
    padding: 10px 0;
}

    #wrapper .checkboxes input {
        margin-right: 3px;
        vertical-align: middle;
        border: none;
        padding: 0px;
    }

    #wrapper .checkboxes span.spacer {
        padding: 0 8px;
    }

#wrapper label {
    font-size: 11px;
    color: #777;
    line-height: 16px;
    
}

#wrapper .block {
    float: left;
    width: 330px;
    margin: 0 0 10px 0;
    display: block;
    height: 40px;
}

#wrapper input {
    padding: 5px;
    border: 1px solid #DDD;
}

    #wrapper input.button {
        border: none;
        padding: 0;
    }

    #wrapper input.size-1 {
        width: 275px;
    }
    
#wrapper .block label {
    font-size: 11px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
    display: block;
}

#wrapper .block .field {
    float: left;
    margin-right: 10px;
}

#wrapper .finale label {
    color: #777;
    line-height: 25px;
}

#wrapper .finale input {
    margin-right: 3px;
    vertical-align: middle;
    border: none;
    padding: 0px;
}

/** ==[ clearfix ]============================================= **/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
