/*Contact Page - "Continue Shopping"*/
.btnwrap {
    width: 150px;
    margin: 25px auto 0;
}

a.a_btn_large, button.a_btn_large {
    border: 1px solid #93A3B5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #e8ecf1;
    cursor: pointer;
    display: block;
    padding: 3px 4px;
    *padding: 3px 4px 0;
    height: auto;
    *height: 21px;
}

a.a_btn_large:hover, button.a_btn_large:hover {
    background: #DCE2E9;
    border: 1px solid #708296;
    text-decoration: none;
}

span.a_btn_txt_large {
    color: #E72424;
    text-shadow: 1px 1px #FFF;
    font: bold 15px Arial, Helvetica, sans-serif;
}

span.a_btn_txt_large:hover {
    text-decoration: none;
}
/*----*/





/*Product Details Page - Design Tools Links*/
.pd_option a.pd_upload {

}

.a_btn.pd_upload {

}
/*----*/

button.a_btn {
    border: 1px solid #93A3B5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #e8ecf1;
    cursor: pointer;
    display: block;
    padding: 3px 4px;
    *padding: 1px;
    height: auto;
    *height: 21px;
}

button.a_btn:hover {
    background: #DCE2E9;
    border: 1px solid #708296;
    text-decoration: none;
}

span.a_btn_txt {
    color: #E72424;
    text-shadow: 1px 1px #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
}

span.a_btn_txt:hover {
    
}

