/*--------- CSS Reset for All----------*/
.SuperForm table {
    overflow: hidden;
}
.wcus { padding:0 0 0 130px;}
.wt340 {width: 360px; }
.submit_btn {  text-align: center; }
.SuperForm .SF_SubmitButton a {
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 0 -5px 6px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
    margin: 0 10px;
    padding: 3px 10px;
    text-align: center;
    width: 60px;
    color: #555555;
}

.nc_form { padding: 0 0 0 5px;}
.nc_row { overflow:hidden; padding: 5px 0;}
.nc_form input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #555555;
    font-size: 13px;
    margin: 0;
    padding: 1px 0;
    width: 120px;
}

.fl { float:left;}
.fr { float:right;}
.wt48 { width:48%; }
.step_left { display:block; float:left; width:100px;}
.country_sty  select { width:123px}
.comments_title { text-align: center;}
.comments_area textarea { height:80px; width:95%;}
.wproduct { width:100px; }
.wselect2  select { width:120px; }
.wem input { width:373px;}


/*--------- CSS Reset for Tablet ----------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wcus { padding:0 0 0 20px;}
.nc_form input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #555555;
    font-size: 13px;
    margin: 0;
    padding: 1px 0;
    width: 235px;
}

.wselect2 select {     width: 235px; }
.country_sty  select { width:235px}
.add_input { width:610px;}

}

/*--------- CSS Reset for Mobile ----------*/
@media handheld, only screen and (max-width: 767px) { 
.wcus { padding:0;}
.wt340 {width:auto; }
.nc_form input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #555555;
    font-size: 13px;
    margin: 0;
    padding: 1px 0;
    width: 95%;
}

.fl { float:none;}
.fr { float:none;}
.wt48 { width:100%;}
.nc_form select { width:95.5%;}
}


