/* 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; top: 2%; left: 50%; margin-left: -300px; width: 603px; background-color: #E0EBF7; color: #0D5881;}

.jqmOverlay { background-color: #000; }

.jqmWindow .modalwindow {position: relative; background: #E0EBF7; padding: 55px 25px 25px 25px; text-align: left; border: 2px solid #ffffff;}
.jqmWindow .modalwindow h1 {position: absolute; color: #fff; width: 100%; text-indent: 15px; top: 0; left: 0; padding: 7px 0 6px 0; font-size: 12pt; background: #911c1d;}
.jqmWindow .modalwindow .close {position: absolute; top: 9px; right: 9px; display: block; width: 16px; height: 16px; overflow: hidden; text-indent: -3000px; background: url(/images/modal/modal_close.jpg) left top no-repeat;}
.modalwindow .submit {font-weight: bold; font-size: 7pt; color: white; display: inline-block; border: 0px; width: 67px; height: 32px; padding-bottom: 4px; cursor: pointer; background: url(/images/modal/btn.png) center 0  no-repeat;}
.modalwindow .textfield {color: #000; background: url(/images/modal/bg_modal_input_text.jpg) left top no-repeat ; width: 300px; height: 19px; padding-left: 2px;}

