/* 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: 10%;left: 50%;margin-left: -304px;width: 608px;background-color: #fff; color: #ff0000; text-align: center; font-weight: bold; border: 9px solid #ff0000;}

.modalwindow {font-size: 9pt; position: relative; padding-bottom: 30px;}
.modalwindow h2 {font-size: 12pt; color: #01AEF0;}


.jqmOverlay { background-color: #000; }
/*
.jqmWindowReg .close {position: absolute; bottom: 10px; left: 245px; width: 23px; height: 23px;  z-index: 2;}
.jqmWindowReg .close a, .jqmWindowReg .close a:hover {font-weight: bold; font-size: 8pt; color: white; display: inline-block; border: 0px; width: 124px; height: 26px; padding-top: 2px; cursor: pointer; background: url(/images/registration/bg_btn.png) center 0  no-repeat;}
*/
.modalwindow .submit {font-weight: bold; font-size: 8pt; color: white; display: inline-block; border: 0px; width: 124px; height: 26px; padding-bottom: 10px; cursor: pointer; background: url(/images/modal/bg_btn.png) center 0  no-repeat;}
.modalwindow .textfield {width: 250px; padding: 1px 2px; border: 1px solid #0068b3;}

.modalwindow {width: 608px; height: auto; padding-top: 128px;}
.newpassword {background: url(/images/modal/bg_elfelejtett.jpg) 0 0  no-repeat #ffffff;}
.alert {background: url(/images/modal/bg_hibas.jpg) 0 0  no-repeat #ffffff;}

.close {position: absolute; top:5px; right: 5px; width: 16px; height: 16px;}
.close a, .close a:hover { display: block; border: 0px; width: 16px; height: 16px; cursor: pointer; background: url(/img/modal_close.png) center 0  no-repeat; overflow: hidden; text-indent: -3000px;}

.modalwindow .red {color:#ED1A21;}
