/* 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: #2b3541; color: #fff;}
.jqmWindowReg {display: none; position: fixed; top: 2%;left: 50%;margin-left: -408px; width: 817px; height:580px; background-color: #EEE;color: #333; }

.jqmOverlay { background-color: #000; }

.jqmWindow .modalwindow {position: relative; background: url(/images/modal/modal_bg.jpg) left bottom no-repeat; padding: 55px 25px 25px 25px; text-align: left; border: 2px solid #556478;}
.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: url(/images/modal/modal_h1.jpg) left top repeat-x #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;}

.scroll {position: relative; margin: -20px 0 -25px -10px; padding: 20px 10px 0 0; width: 575px; height:450px;  overflow-y: scroll;}
.scroll h1 {font-size: 11pt; font-weight: bold;}
.scroll h2 {font-size: 10pt; font-weight: bold; margin-top: 15px; margin-bottom: 5px;}
.scroll h3 {font-size: 9pt; font-weight: bold; margin-top: 15px; margin-bottom: 5px;}
.scroll p {font-size: 8pt; font-weight: normal; padding: 10px 0; margin: 0;}
.scroll a, .scroll a:hover {color: white;}