/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #131313;
	cursor: pointer;
	z-index: 40;
}

div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 41;
}
div#mb_center {
	background-color: #131313;
	background-image: url(img/modal-window_bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 16px 10px 10px 10px;
	border: 1px solid #131313;
	border-bottom-style: none;
	display: block;
	border-left: 1px solid #323232;
}

div#mb_contents {
	width: 400px;
	height: 400px;
	/*border: 10px solid #131313;*/
	border: 1px solid #323232;
	overflow: auto;
	visibility: hidden;
	background-color: #131313;	
	z-index: 45;
	font-size: 10pt;
}

.mb_loading {
	background-color: #131313;
	background-image: url(img/loading-bar-black.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 44;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: left;
	border-top-style: none;
	/*padding: 0px 10px 10px 10px;*/
	background-color: #131313;
	background-image: url(img/modal_wndw_btm_tagline.jpg);
	height: 60px;
	background-repeat: no-repeat;
	background-position: 10px 4px;
	line-height: 60px;
	border-right: 2px solid #131313;
	border-bottom: 1px solid #323232;
	padding-bottom: 10px;
	border-left: 1px solid #323232;
	padding-left: 10px;
	padding: 0px 10px 11px 11px;
}

a#mb_close_link {
	display: block;
	float: right;
	width: 129px;
	height: 22px;
	margin: 5px 0;
	background-color: transparent;
	background-image: url(../img/modal_close-window-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover#mb_close_link {
	background-position: 0px -22px;
}

div#mb_caption {
	margin-right: 71px;
	font-size: 10px;
	line-height: 11px;
	margin: 2px 0px 2px 0px;
	position: absolute;
	top: 0px;
}
#mb_loading {
	background-color: #000;
	background-image: url(img/loading-bar-black.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 45;
	border: 1px solid #323232;
	width: 250px;
	height: 250px;
	position: absolute;
	top: 16px;
	left: 10px;
}
.ajax_content {
text-align: left;
color: #fff;
font-size: 10pt;
padding: 10px;
background-color: #131313;
}
.ajax_content label {
	font-size: 10px;
	color: #fff;
	line-height: 10pt;
	font-weight: bold;
	padding-right: 5px;
}
.ajax_content input {
	
	color: #807F7F;
	border:#232323 1px solid;
	background-color:#232323;
}

#frm_customer_login .txtField {
	width: 138px;
}
#frm_customer_signup .txtField {
	width: 238px;
}
#recaptcha_div {
	width: 318px;
	margin: 0 auto;
}
.formLabel {
	
	text-align: right;	
}
