/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    color: #000000;
}

.jqmOverlay { 
	background: #000;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}

.butoane_jqm {width:100%;text-align:center;}
.btn_cancel {float:right;padding-top:10px;}
.btn_ok {float:left;padding-top:10px;}
.btn_ok_cancel {margin:auto;display:inline-block;padding-top:10px;}
.bg_btn_jqm_small_left {height:30px;width:10px;background: transparent url('imagini/small_btn_left.png') scroll 0 0 no-repeat;float:left;}
.bg_btn_jqm_small_center {height:30px;background: transparent url('imagini/small_btn_middle.png') scroll 0 0 repeat-x;float:left;}
.bg_btn_jqm_small_right {height:30px;width:10px;background: transparent url('imagini/small_btn_right.png') scroll 0 0 no-repeat;float:left;}
.bg_btn_jqm_small_center a {line-height:20px;padding: 3px 5px;display:block;color:#FFFFFF;font-size:13px;font-weight:normal;text-shadow: 0 2px 3px #171717;}
.bg_btn_jqm_small_center a:hover {color:#F35712;}


