/* Minification failed. Returning unminified contents.
(74,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    background: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1em;
}

h1 {
    text-align: right;
    color: #a8a8a8;
    text-shadow: 1px 1px 0 white;
}

h2 {
    text-align: right;
    font-size: 30px;
}

h3 {
    text-align: right;
    direction: rtl;
}

h4 {
    text-align: left;
}

h5 {
    text-align: right;
    direction: rtl;
    float: right;
    display: inline;
    padding-left: 5px;
}

h6 {
    direction: rtl;
    color: #e74c3c;
    font-weight: bold;
}

a {
    text-align: right;
    direction: rtl;
    float: right;
    display: inline;
    padding-left: 5px;
}

div {
    max-width: 1000px;
    text-align: center;
    margin: 0px auto;
}

div input, div textarea, div select {
    border: 0;
    outline: 0;
    padding: 1em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    margin-top: 1em;
    font-family: Arial, Helvetica, sans-serif
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    resize: none;
}

    div input:focus, div textarea:focus {
        -moz-box-shadow: 0 0px 2px #e74c3c !important;
        -webkit-box-shadow: 0 0px 2px #e74c3c !important;
        box-shadow: 0 0px 2px #e74c3c !important;
    }

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

div #btnNext {
    color: white;
    background: #e74c3c;
    cursor: pointer;
}

div #btnNext:hover {
    -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
    -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
    box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}

div textarea {
    height: 126px;
}

.half {
    float: left;
    width: 23%;
    margin-bottom: 0.5em;
}

.right {
    float: right;
    margin-left: 2%;
}

.left {
    margin-right: 2%;
}

.long {
    width: 48%;
}

.short {
    width: 1.5%;
}

.special {
    width: 44%;
}

.line {
    width: 100%;
}

.longtext {
    width: 90%;
}

.captcha {
    float: right;
    margin-right: 5.2%;
}

@media (max-width: 480px) {
    .half {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
}
/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: baseline;
     
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}
