.xddp_container {
    position: relative;
}
body .post-meta{
    overflow: visible;
}
.xddp_preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/preloader.gif) center 100px no-repeat rgba(255,255,255,0.5);
    background-size: 45px;
    z-index: 1000;
    display: block;
}
body #order_form select{
    height:23px;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 23px;
}
body #order_form #total_amount h2{
    line-height: 1.3;
    margin: 1em 0 0.2em;
}
body #order_form h4{
    font-family:"Century Gothic",Verdana,Tahoma;
    margin:18px 0;
    font-size:13px;
    color:#000;
}
body #order_form h2 {
    font-size: 17px;
    color:#000;   
}
body #order_form h3 {
    line-height: 30px;  
    margin: 0px;  padding-bottom: 0px;  
    padding-left: 10px;
    color:#004b76;
    font-size:17px;
}
body #order_form table td{
    border: 0;
    background: none;
}
body #order_form #ctable td.rtable1{
    text-align: right;
}



body #order_form {
    font-family:"Century Gothic",Verdana,Tahoma;
    text-align:left;
    font-size:13px;

}
body #order_form table{
    max-width: 100%;
}
#order_form .personal_info #firstname{
    width:30%;
}
#order_form .personal_info #lastname{
    width:55%;
}

#order_form .personal_info #s2id_country, #order_form .personal_info #country{
    width:31%;
    vertical-align: top;
    padding-right:3px;
}
#order_form .personal_info #phone{
    width:55%;
}

#order_form .order_table .ot1 {
    text-align: right;
    width: 82%;
    font-weight:normal;
}
#order_form .editional_info textarea{
    width:100%;
}
#order_form #price2,  #order_form #price{
    font-size:23px;
}

#order_form .editional_info h3{
    text-align:center
}
#order_form .order_table .ot1 img{vertical-align:middle;}
#order_form .order_table .ot1 select{
    width:41%;
}
#order_form input.invalid, #order_form select.invalid{
    border: 1px solid #ff0000;

}
#order_form #attachment_button{
    background:url(../images/choose.png) no-repeat !important;
    width: 134px;
    height:29px;
    font-size: 0;
    border:0;
    cursor: pointer;
    vertical-align:middle;
}
#order_form div.invalid, #order_form span.invalid {
    clear: both;
    color: #ff0000;
    font-size: 10px;
    //position:absolute;
    line-height:12px;
    margin-top:2px;
    width: 100%;

}
#order_form .member_cpassword_error{
    font-size:10px;
    display:block !important;
    visibility: hidden;
    height:23px;
}
#order_form .errorPasswords .member_cpassword_error{
    visibility: visible;
}
#order_form .preffered div{
    position: relative;
}
#order_form .membersarea_new_customer .invalid{
    position:relative;
}
#order_form .additional_info_block .columns div span{
    position:relative;
}

body #order_form .services_block h4{
    background: url(../images/additional.png) no-repeat left;
    padding: 10px 0 5px 20px;
    margin-bottom: 0;
}
#order_form .services_block table{
    border-spacing: 0;
}
#order_form .services_block table tr:nth-child(odd){
    background: #e6ecef;
}
#order_form .services_block table td{
    padding: 2px;
    font-size: 13px;
}
#order_form .services_block table input[type=checkbox]{
    margin:4px 4px 4px 15px;
}
#order_form .details_btn{
    display: none;
}


#order_form .services_block table tr td:nth-child(1){
    width:4%;
}
#order_form .services_block table tr td:nth-child(4){
    width:18%;
}
#order_form .services_block table tr td:nth-child(3){
    width:6%;
}
#order_form .services_block table .mark{
    font-weight:bold;   
}
#order_form .services_block table .mark span{
    font-weight:bold; 
    color:#ff0000;
    padding-left:3px;
}
#order_form .services_block table .mark .price_free{
    color: #278100;
    text-transform: uppercase;
}

#order_form .details_btn{
    width:22px;
    height:22px;
    background:url(../images/details.png) no-repeat bottom;
    display:inline-block;
    margin:0 5px;
    vertical-align:middle;
    cursor:pointer;
    position: relative;
}
#order_form .details_btn:hover{
    background:url(../images/details.png) no-repeat top;
}
#order_form .details_btn .pack {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #2286d2;
    padding: 8px;
    z-index: 2;
    position: absolute;
    top: -17px;
    left: 19px;
}
#order_form .details_btn .pack_container{
    z-index:99;   
    width: 300px;   
    position: absolute;
    bottom: 22px;
    display: none;
    left:11px;

}
#order_form .details_btn:hover .pack_container{
    display:block;
}


#order_form .services_block .style_1 td{
    border-top: 2px solid #0d9218;
    border-bottom: 2px solid #0d9218;
    height: 70px;
    background: #EAF1D1;
    font-weight: bold;
    color: #19743d;
}
#order_form .services_block .style_1 td:nth-child(1){
    border-left: 2px solid #0d9218;
}
#order_form .services_block .style_1 td:nth-last-child(1){
    border-right: 2px solid #0d9218;
    background: url(../images/bestseller.png) no-repeat top right #EAF1D1;
}
#order_form .services_block .style_2 td{
    border-top: 2px solid #69c9ff;
    border-bottom: 2px solid #69c9ff;
    height: 40px;
    background: #D6ECF8;
    font-weight: bold;
    color:#155281;
}
#order_form .services_block .style_2 td:nth-child(1){
    border-left: 2px solid #69c9ff;
}
#order_form .services_block .style_2 td:nth-last-child(1){
    border-right: 2px solid #69c9ff;
    background: url(../images/linkedin-rws.png) no-repeat 70px center #D6ECF8;
}
#order_form .services_block .style_3 td{
    border-top: 2px solid #ffb769;
    border-bottom: 2px solid #ffb769;
    height: 40px;
    background: #FFF7F1;
    font-weight: bold;
    color:#b15e11;
}
#order_form .services_block .style_3 td:nth-child(1){
    border-left: 2px solid #ffb769;
}
#order_form .services_block .style_3 td:nth-last-child(1){
    border-right: 2px solid #ffb769;
    background: url(../images/distribution-rws.png) no-repeat 59px 5px #FFF7F1;
}
#order_form .services_block .style_3 td .text-default-1{
    margin: 0 30px; font-size:10px; color: #815E15;
    font-weight: normal;
}

#order_form .services_block td .text-default{
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 22px;
}
#order_form .services_block .style_2 td .text-default{
    margin: 0 10px; font-size:10px; color: #155281;
    font-weight: normal;
    display: inline;
}
#order_form .services_block td .t_link{
    margin: 0 2px; color: #2E6FAC; font-size:11px;
    padding-left: 18px;
    background: url(../images/arrow-l.png) no-repeat left top;
    font-weight: bold;
    text-decoration: none;
}

#order_form .services_block .style_4 td{
    border-top: 2px solid #ffb769;
    border-bottom: 2px solid #ffb769;
    height: 40px;
    background: #FFF7F1;
    font-weight: bold;
    color:#b15e11;
}
#order_form .services_block .style_4 td:nth-child(1){
    border-left: 2px solid #ffb769;
}
#order_form .services_block .style_4 td:nth-last-child(1){
    border-right: 2px solid #ffb769;
    background: url(../images/exclusive.png) no-repeat top right #FFF7F1;
}

#order_form .services_block .style_5 td{
    border-top: 2px solid #d2cdcd;

    height: 40px;
    background: #FFF;
}
#order_form .services_block .style_5 td:nth-child(1){
    border-left: 2px solid #d2cdcd;
}
#order_form .services_block .style_5 td:nth-last-child(1){
    border-right: 2px solid #d2cdcd;

}






#order_form .services_block td:nth-child(1){
    border-left: 2px solid transparent;
}
#order_form .services_block td:nth-last-child(1){
    border-right: 2px solid transparent;

}
#order_form .editional_info {
    margin: 15px 0;
}
#order_form .editional_info td{
    padding: 5px 15px; 
}

#order_form #uploadedfile{
    width:171px;
}
#order_form .editional_info img{
    vertical-align: middle;
}
#order_form .btn_order button[type=submit]{
    background: rgb(255, 204, 0) !important;
    background: -moz-linear-gradient(90deg, rgb(255, 204, 0) 0%, rgb(255, 144, 0) 22%) !important;
    background: -webkit-linear-gradient(90deg, rgb(255, 204, 0) 0%, rgb(255, 144, 0) 22%) !important;
    background: -o-linear-gradient(90deg, rgb(255, 204, 0) 0%, rgb(255, 144, 0) 22%) !important;
    background: -ms-linear-gradient(90deg, rgb(255, 204, 0) 0%, rgb(255, 144, 0) 22%) !important;
    background: linear-gradient(180deg, rgb(255, 204, 0) 0%, rgb(255, 144, 0) 22%) !important;

    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    0px 1px 0px 0px rgba(50, 50, 50, 0.7);
    box-shadow:         0px 1px 0px 0px rgba(50, 50, 50, 0.7);
    color:#fff;
    font-size:15px;
    text-transform: uppercase;
    font-weight:bold;
    border:0;
    display:inline-block;
    margin:10px 103px;
    cursor: pointer;
    margin-top:25px;
    padding:8px 25px 9px 25px;
    font-family:Tahoma;
    text-shadow: 0px -1px 1px rgba(91, 91, 91, 1);
}
#order_form table button[type="submit"] {
    background-color: transparent !important;
    border: 0 none;
    color: transparent !important;
    cursor: pointer;
    display: inline-block;
    background-image: url("../images/order_now_cc.png") !important;
    font-size: 15px;
    font-weight: bold;
    height: 46px;
    margin: 25px 0;
    position: relative;
    text-transform: uppercase;
    width: 219px;
}
#order_form .order_update{
    margin-bottom: 20px;
}
#order_form table #checkout {
    background-image: url("../images/order_now_cc.png") !important;
}
#order_form table #paypal {
    background-image: url("../images/order_now_pp.png") !important;
}

#order_form .btn_order{
    text-align:center;
    clear: left;
}


#order_form .modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
#order_form .modal-backdrop.fade {
    opacity: 0;
}
#order_form input.invalid {
    border: 1px solid #ff0000;
}

#order_form .personalinformation span.req{color: #ff0000;}
#order_form .modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
}
#order_form .modal {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 560px;
    z-index: 1050;
}
#order_form .modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
#order_form .modal.fade.in {
    top: 10%;
}
#order_form .modal-header {
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
}
#order_form .modal-header .close {
    margin-top: 2px;
}
#order_form .modal-header h3 {
    line-height: 30px;
    margin: 0;
}
#order_form .modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    position: relative;
}
#order_form .modal-form {
    margin-bottom: 0;
}
#order_form .modal-footer {
    background-color: #f5f5f5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 0 #ffffff inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
#order_form .modal-footer:before, #order_form .modal-footer:after {
    content: "";
    display: table;
    line-height: 0;
}
#order_form .modal-footer:after {
    clear: both;
}
#order_form .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
#order_form .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
#order_form .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}



body #total_amount h2{

    font-size: 16px;
    color: #004b76;
    text-transform: uppercase;
}
body #total_amount h2 span{
    color:#f00;
}
body #total_amount h2 .old{
    font-size:13px; text-decoration: line-through;
    color:#666666;
}
body #total_amount h2 .old span{
    color:#666666;
}
#order_form .preffered{
    overflow: hidden;
    margin:15px 0;
}
#order_form .preffered input{
    vertical-align: middle;
}
#order_form table td{
    padding: 4px 8px;
}
#order_form .preffered label{float:left; margin-right:5px;}
#order_form .preffered > div{float:left;}
#order_form #ctable select{
    width:205px;
}

#order_form .personal_info, #order_form .additional_info_block .columns, #order_form .personal_info_block .columns3{
    margin:15px;
}

#order_form .additional_info_block .columns input[name=topic_paper]{
    width:295px;
} 

#order_form .additional_info_block .columns select{
    width:300px;
}
.xddp_container img{
    background: none;
    padding:0;
    margin: 0px auto;
    display: block;
}

#order_form input, #order_form textarea, #order_form select{
    border:1px solid #aaa;
}
body .select2-search input{
    width:76%;
    padding-left: 2px;
    padding-right: 2px;
}
body #order_form  .select2-container .select2-choice{
    border: 1px solid #AAA;
    border-radius:0;
}
#order_form .error_block ul{
    list-style:none;
    padding:15px;
    text-align:center;
    font-weight:bold;

}

select.invalid{
    border:1px solid #ff0000;
}
#select2-drop{
    padding:0 2px 0 2px;  
    border-color: #abadb3;
}

.additional_info_block textarea{
    width: 99% !important;

}
#select2-drop .select2-search{
    text-align: left;
}
.select2-search input{
}
#order_form .filename .clearfile{
    color: #ff0000;
    display: inline-block;
    font-size: 17px;
    padding:0 5px 7px 5px;
    vertical-align: middle;
    cursor:pointer;
}
#order_form .error_block p{padding:10px;}
#order_form .upload_fl{text-align: center;}
#order_form .upload_fl .filename{
    display:block;
    margin:5px;
    font-weight:bold;
}
#order_form .error_block {
    padding: 15px;
    text-align: center;
}


#order_form .columns3 .member_switcher {
    margin: 0 2%;
}
#order_form .columns3 .half-part {
    margin: 0 2%;
    text-align: center;
    width: 29%;
}

#order_form .left {
    float: left;
}
#order_form .personal_info_block{
    background:url("../images/first.png") no-repeat  right 30px #c0f0f6;     
}
#order_form .personal_info_block .row-1{
    clear:both;
}
#order_form.membersarea .personal_info_block .row-1 div:first-child,
#order_form.membersarea .personal_info_block .row-1 .control-label{
    margin-left:16.5%;
}
#order_form .personal_info_block h3{
    border-bottom: 1px solid #009db1;
    margin-bottom:10px;
}
#order_form .personal_info_block .col-smc-9{
    position:relative;
}
#order_form .order_information{
    background:url("../images/second.png") no-repeat  right 30px #feddb2;     
}
#order_form .order_information h3{
    border-bottom:1px solid #e78200;    
}

#order_form .order_summary{
    background:url("../images/third.png") no-repeat  right 30px #d3ff93;     
}
#order_form .order_summary h3{
    border-bottom:1px solid #80d800;    
}

#order_form .additional_info_block{
    background:url("../images/fourth.png") no-repeat  right 30px #fcffb0;     
}
#order_form .additional_info_block h3{
    border-bottom:1px solid #f2d900;    
}

#order_form .personal_info_block .half-part input[type=text] {
    width: 96%;
}
#order_form .personal_info_block #s2id_country{
    width: 96%;
}
#order_form .personal_info_block .col-smc-9{
    text-align: center;
}
#order_form .personal_info_block .col-smc-9 #s2id_country{
    text-align: left;
}
#order_form .personal_info_block .inner{
    overflow: hidden;
    padding-bottom:5px;

}

#order_form #ctable td{
    border-bottom: 1px solid #f5c68b;
}
#order_form #ctable{
    width:80%;
    margin:0 auto;
}
#order_form .order_information, #order_form .personal_info_block, #order_form .additional_info_block, #order_form .order_summary{
    padding-bottom: 15px;
}
#order_form .contain_order {
    float:left;
    margin-top:15px;
}
#order_form .costs_block{
    margin:0 2%;
}


.select2-container .select2-choice {
    background: none repeat scroll 0 0 #fafafa;
    border-radius: 0;
    height: 23px !important;
    box-sizing: border-box;
    line-height:23px;
    width: 100%;
}
.select2-container .select2-choice .select2-chosen{
    height: 19px;
    line-height: 19px;
}
#select2-drop {
    text-align: left;
}
#select2-drop .select2-search:after{
    top:11px;
    right:14px;
}
#order_form input{
    padding:0 2px;
    height:23px;
    line-height: 23px;
    box-sizing: border-box;
}
body #order_form #country{
    width:98%;
}
#order_form .modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
}
#order_form .modal {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 560px;
    z-index: 1050;
}
#order_form .modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
#order_form .modal.fade.in {
    top: 10%;
}
#order_form .modal-header {
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
}
#order_form .modal-header .close {
    margin-top: 2px;
}
#order_form .modal-header h3 {
    line-height: 30px;
    margin: 0;
}
#order_form .modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    position: relative;
}
#order_form .modal-form {
    margin-bottom: 0;
}
#order_form .modal-footer {
    background-color: #f5f5f5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 0 #ffffff inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
#order_form .modal-footer:before, .modal-footer:after {
    content: "";
    display: table;
    line-height: 0;
}
#order_form .modal-footer:after {
    clear: both;
}
#order_form .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
#order_form .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
#order_form .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
#order_form tr td {
    border-top: 0 none;
}
#order_form .modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.price_update .price_setts td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
}
.prices_table td{
    background:#fff;
}
body #order_form .columns3 .member_switcher{
    margin:0;
}

#order_form .member_switcher .customer-half{
    float:left;
    margin: 0 2%;
    text-align: center;
    width: 29%;
    position:relative;
}
#order_form .member_switcher .customer-half input{
    width: 96%;
}
#order_form .personal_info_block .authorization_columns{
    margin-bottom: -17px;
}

.entry-content img#cryptogram {
    /*  max-width: inherit;*/
}

#order_form .details_btn .pack_container p {
    margin-bottom: 10px;
    line-height: 1.6;
}

#order_form img#cryptogram{
    float: left;
    width: 70%;
    box-sizing: border-box; 
}

#order_form #reload_captcha_btn_link {
    display: block;
    float: left;
    height: 34px;
    width: 30%;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

#order_form #reload_captcha_btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#order_form input.captcha_code {
    box-sizing: border-box;   
    width:100%;
} 

#order_form table p.just_one_payment_link button[type="submit"] {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4b04f+0,f29b21+100 */
    background: #f4b04f!important; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4b04f 0%, #f29b21 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4b04f 0%,#f29b21 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4b04f 0%,#f29b21 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b04f', endColorstr='#f29b21',GradientType=0 )!important; /* IE6-9 */
    color: #fff!important;
    border-radius: 4px;
}

#order_form table p.just_one_payment_link button[type="submit"]:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f29b21+0,f4b04f+100 */
    background: #f29b21!important; /* Old browsers */
    background: -moz-linear-gradient(top,  #f29b21 0%, #f4b04f 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f29b21 0%,#f4b04f 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f29b21 0%,#f4b04f 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29b21', endColorstr='#f4b04f',GradientType=0 )!important; /* IE6-9 */
    border-radius: 4px;
}

#order_form table p.just_one_payment_link button#paypal {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4b04f+0,f29b21+100 */
    background: #f4b04f!important; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4b04f 0%, #f29b21 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4b04f 0%,#f29b21 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4b04f 0%,#f29b21 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b04f', endColorstr='#f29b21',GradientType=0 )!important; /* IE6-9 */
    color: #fff!important;
    border-radius: 4px;
}

#order_form table p.just_one_payment_link button#paypal:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f29b21+0,f4b04f+100 */
    background: #f29b21!important; /* Old browsers */
    background: -moz-linear-gradient(top,  #f29b21 0%, #f4b04f 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f29b21 0%,#f4b04f 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f29b21 0%,#f4b04f 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29b21', endColorstr='#f4b04f',GradientType=0 )!important; /* IE6-9 */
    border-radius: 4px;
}

#order_form table p.just_one_payment_link button#checkout {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4b04f+0,f29b21+100 */
    background: #f4b04f!important; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4b04f 0%, #f29b21 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4b04f 0%,#f29b21 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4b04f 0%,#f29b21 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b04f', endColorstr='#f29b21',GradientType=0 )!important; /* IE6-9 */
    color: #fff!important;
    border-radius: 4px;
}

#order_form table p.just_one_payment_link button#checkout:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f29b21+0,f4b04f+100 */
    background: #f29b21!important; /* Old browsers */
    background: -moz-linear-gradient(top,  #f29b21 0%, #f4b04f 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f29b21 0%,#f4b04f 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f29b21 0%,#f4b04f 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29b21', endColorstr='#f4b04f',GradientType=0 )!important; /* IE6-9 */
    border-radius: 4px;
}
#quote_form .filename {
    word-wrap: break-word;
}
.files-extensions-tooltip {
    text-align: left;

}
.files-extensions-tooltip  p {
    font-weight: normal;
}