.cssButton, .cssButtonHover, .SubmitBtn, .cssButton small_delete {
width : 210px;  
/*background: #9EA39D;*/ /*#dde6de;*/
background-image: url(../images/img_wood_back.jpg);
color : #FEEB00;
border: 3px outset #ce0823; /*#dde6de;*/

vertical-align: top;
font-weight: normal;
font-family: Verdana,Arial,Helvetica,Tahoma,sans-serif;
font-size: 12px;
line-height: 130%;
cursor: pointer;
text-align:center;

border-spacing: 1px;
margin-left: auto;
margin-right: auto;
white-space: nowrap;
display: block;
text-decoration: none;
font-weight: bold;

width: 150px;
}

.SubmitBtn {
width: 420px;
}


.cssButtonHover {
color: #04e153;
border-style: inset;
text-decoration: none;
}
 
.small_delete, .button_prev, .button_next {width: 100px;}
.button_shipping_estimator, .button_continue_shopping {width: 200px;}
.button_sold_out_sm, .button_sold_out,.button_update_cart, .button_checkout, .button_login {width: 100px;}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.button_return_to_product_list{width: 220px;}
.button_in_cart{width: 190px;}  
.button_submit {width: 180px;}
.button_update_cart {color: #FEEB00;}
.button_update_cartHover {color: #04e153;}

