a.rc_oneclick {
    float: left;
    display: block;
    width: 230px;
    height: 40px;
    border-radius: 3px;
    background: url(../images/oneclick.png) no-repeat 0 0;
    outline: none;
    margin-top: 6px;
    margin-left: 9px;
    line-height: 44px;
    text-transform: uppercase;
    color: #2b2b2d;
    font-size: 13px;
    text-align: center;
}
a.rc_oneclick:hover {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
#click_box_shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 50000;
}
#click_box {
    display: none;
    width: 658px;
    height: 350px;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -329px;
    margin-top: -175px;
    padding: 30px 25px;
    -webkit-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    z-index: 55000;
    transition: all 0.3s ease 0s;
}
#click_box.done {
    height: 130px;
    margin-top: -65px;
}
#click_box.short {
    width: 500px;
}
#click_box .close_box {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -9000px;
    background: #fff url(../images/click_close.png) no-repeat 50% 50%;
    cursor: pointer;
    z-index: 60;
}
#click_box .click_in {
    font-size: 16px;
    height: 100%;
}
#click_box .click_pic {
    width: 284px;
    height: 100%;
    border: 1px solid #d5d5d5;
    float: left;
    margin-right: 20px;
}
#click_box .click_pic div {
    width: 100%;
    height: 100%;
}
#click_box .click_form {
    margin-left: 304px;
}
#click_box .title {
    font-family: Lato;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px;
}
#click_box div.input {
    position: relative;
    font-family: Lato;
    margin-bottom: 10px;
    overflow: hidden;
}
#click_box label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: Lato;
}
#click_box label .req {
    color: #ff5a00;
    font-family: Lato;
}
#click_box .input input {
    background: linear-gradient(to top, #fefefe, #e8e8e8);
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
    float: right;
    margin: 0!important;
    font-family: Lato;
    outline: none;
}
#click_box .input input.error {
    border: 1px solid #f00;
}
#click_box table {
    table-layout: fixed;
    width: 100%;
}
#click_box table tr td {
    padding: 0;
}
#click_box table tr td a {
    outline: none;
}
#click_box table tr td.first {
    width: 95px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: Lato;
}
#click_box table tr td.second {
    white-space: nowrap;
    width: 55px;
}
#click_box input[type=submit] {
    display: block;
    float: right;
    background: #f85800;
    background: -moz-linear-gradient(top, #f85800 0%, #d54b00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85800), color-stop(100%,#d54b00));
    background: -webkit-linear-gradient(top, #f85800 0%,#d54b00 100%);
    background: -o-linear-gradient(top, #f85800 0%,#d54b00 100%);
    background: -ms-linear-gradient(top, #f85800 0%,#d54b00 100%);
    background: linear-gradient(to bottom, #f85800 0%,#d54b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85800', endColorstr='#d54b00',GradientType=0 );
    padding-left: 0;
    border-radius: 3px;
    border: none;
    text-align: center;
    width: 130px;
    height: 41px;
    outline: none;
    margin: 0;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-family: "lato";
    font-weight: 900;
}
#click_box input.preorder_submit {
    background: url(../images/preorder.png) no-repeat 0 0;
    color: #2b2b2d;
    border-radius: 3px;
    padding-left: 0;
    text-align: center;
    width: 145px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 15px;
}
#spin_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}