
/* Styles for ./wowslider-free-setup.zip */

/* Basic */
.free-download #header { max-width: 960px !important; }
.free-download #logo a { margin-left: 12px; }
.free-download .notice {
    background: #b02d15;
    color: #fff;
    font-family: MisoBold;
    font-size: 22px;
    margin: 12px 0 0 12px;
    padding: 12px 12px 14px;
    width: 349px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.free-download .pagetitle {
    border: 0;
    color: #5c5c5c;
    font-family: MisoBold;
    line-height: 34px;
    padding-top: 0;
}
.free-download .container .button {
    -webkit-transition: background 0.2s linear 0s;
       -moz-transition: background 0.2s linear 0s;
         -o-transition: background 0.2s linear 0s;
            transition: background 0.2s linear 0s;
}
.free-download .container .button:active {
    margin: 0 5px;
    padding: 6px 12px;
}

.free-download .container p { line-height: 20px; }
.free-download .form-intro {
    margin-bottom: 0;
    position: relative;
    top: 5px;
}
.free-download .form-box {
    background: #fff;
    border: 3px solid #dbd6c7;
    padding: 40px;
    width: 400px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

/* Form */
#register-form { margin: 7px 0 45px 0; }
#register-form input { font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial; }
#register-form .submit { margin-left: 12px; }
#register-form .submit input {
    box-sizing: content-box;
    font-family: MisoBold;
    font-size: 27px;
    padding: 12px;
    text-transform: none;
    width: 349px;
    -webkit-transition: background 0.2s linear 0s;
       -moz-transition: background 0.2s linear 0s;
         -o-transition: background 0.2s linear 0s;
            transition: background 0.2s linear 0s;
}
#register-form .submit input:hover { background-color: #63b4ca; }
#register-form .label {
    display: block;
    float: none;
}
#register-form input.input_text {
    border: 2px solid #ddd;
    margin: 5px 0 0 12px;
    padding: 10px;
    width: 349px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    -webkit-transition: border 0.2s linear 0s;
       -moz-transition: border 0.2s linear 0s;
         -o-transition: border 0.2s linear 0s;
            transition: border 0.2s linear 0s;
}
#register-form input.input_text:hover,
#register-form input.input_text:focus { border-color: rgb(101,182,207); }
#register-form input.incorrect { border-color: rgb(191,55,31) !important; }
#register-form small {
    color: #999;
    display: block;
    font-size: 12px;
    padding-left: 12px;
    position: relative;
    top: 6px;
}