/* 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;
    text-align: left;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -190px;
    width: 380px;
    border: 0px none black;
    padding: 0px;
}

.jqmWindow h2, .jqmWindow p {color: #320000!important;}
.jqmWindow p { padding: 20px 0 0 0;}
.jqmWindow h2.post-head span {
	display: block;
	background:url('../images/modal_title.png') no-repeat;
	padding-left: 32px;
}
.jqmWindow .post-foot {min-height: 40px; }

.jqmOverlay { background-color: #000; }

.jqmClose { position: absolute; top: 6px; right: 7px; display: block; width: 15px; height:14px;background:url('../images/close_btn.png') no-repeat; cursor:pointer; z-index:9999;}
