h3 {
    font-size: 18px;
    font-weight: normal;
    color: #3D434C;
}

.steps a {
    color: #3D434C;
}

.steps a:hover {
    text-decoration: none;
}

.progress-bar {
    background: #e0e0e0;
    width: 384px;
    height: 20px;
    margin-top: 10px;
    padding: 3px;
    border-radius: 10px;
}

.progress-bar .progress {
    background: url('../img/progress-bar.png') #018D19 repeat-x;
    height: 100%;
    border-radius: 10px;
}

#progress-window {
    margin: 0;
    width: 400px;
}

input[type=file] {
    cursor: pointer !important;
}

.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style:none;
    font-size: 15px;
}
.qq-upload-list li { margin:0; padding: 5px}

.qq-upload-spinner, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-cancel {
    font-size:11px;
    display: inline-block;
    float: right;
}

.file-size {
    float: right;
}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

.guidelines img {
    float: left;
    width: 54px;
}

.guidelines {
    margin: 0;
    padding: 0;
}

.guidelines li {
    list-style: none;
    margin-bottom: 20px;
    text-align: justify;
}

.guidelines span {
    margin-left: 60px;
    display: block;
}

.guidelines .title-text {
    display: block;
    text-align: center;
    clear: both;
}

#next-button {
    margin: 0;
}

.next-button-wrapper {
    display: block;
    text-align: center;
}

.next-button-wrapper .btn{
    margin: 0;
}

.error-message {
    color: red;
}

.crop {
    text-align: center;
}

.jcrop-holder {
    display: inline-block;
}

#blurred-sheet {
    text-align: center;
}

.link-like-button {
    color: #018D19;
    text-decoration: underline;
    border: none;
    background: none;
    cursor: pointer;
}

.small {
    font-size: smaller;
}

.right {
    text-align: right
}

#login-container {
    position: relative;
}

.login {
    position: absolute;
    background: white;
    border: solid 1px #e0e0e0;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    display: inline;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -210px;
}

.login .title-text {
    margin: 10px 0;
}

.time-left {
    color: #3D434C;
}

#skip-btn {
    color: #8c9299;
    text-decoration: none;
    font-size: smaller;
    float: right;
}

#email-login {
    display: none;
}

#content-logged-in {
    display: none;
}

.note .btn {
    background: url("../img/sprite.png") no-repeat scroll -55px -156px transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    height: 33px;
    line-height: 24px;
    margin: 0 36px 0 0;
    padding: 16px 12px;
    text-align: center;
    text-shadow: 0 1px 3px #000000;
    vertical-align: middle;
    width: 255px;
}

.note .btn:hover{
    background-position:-52px -225px;
    text-decoration:none;
}

.note .btn:active{background-position:-52px -294px;}

.free-download-sheet {
    margin: 20px;
}

#email-login-button, #email-login-cancel {
    cursor: pointer;
}
