/* modal windows */
#black_fon_alpha{background:#000000;position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;opacity: 0.55;-moz-opacity:0.55;filter:Alpha(opacity=55);}

.modal_styles form {font-family: Arial; font-size: 13px; color:black;}
.modal_styles form input.textbox {width:245px;height:16px;padding:7px 0 7px 0;border:1px solid #7f9db9}
.textbox {border:1px solid #7f9db9}

.modal_styles div#modal_close_btn {width:100%; height:0;position:relative;}
.modal_styles div#modal_close_btn div {position:absolute;width:9px;height:9px;background:url(close_btn.png) no-repeat top right;top:18px;right:18px;cursor:pointer;}

#modal_cart{width:622px;z-index:1011;position:fixed;top:0;left:0;visibility:hidden;}
#modal_cart div.bg_t{background:url(modal_cart_t.png) no-repeat top left; height:30px;}
#modal_cart div.bg_m{background:url(modal_cart_m.png) repeat-y left; padding:0 30px;}
#modal_cart div.bg_b{background:url(modal_cart_b.png) no-repeat bottom left; height:30px;}