#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 998;
	background-color: #000000 !important;
	opacity: .5;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:fixed;
	top: 50%;
	margin-top: -180px;
	margin-left: -175px;
	left: 50%;
	border: 0 solid;
	text-align:left;
	width: 300px;
	z-index:10000;
}
#MB_window[id] {
	position: fixed !important;
	transform: translate(0%, 0%);
	/* background: url('/images/layout/cons/MB_fade_bg.gif') repeat-x scroll center bottom #FDFDFD;*/
	border-radius: 10px;
	-ms-border-radius: 10px;
	-ms-behavior:url(/images/layout/border-radius.htc);
}
 

#MB_frame {
	position:relative;
	height:100%;
}

#MB_header {
	position: relative;
	margin:0 15px;
	padding: 0;
	height: 20px;
	/*background: transparent url(/images/layout/cons/MB_hd_bg.gif) repeat-x;*/
}

#MB_header img#corner_tl{
	position: absolute;
	top: 0px;
	width: 270;
	left: -15px;
	display:none;
}

#MB_header img#corner_tr{
	position: absolute;
	top: 0px;
	right: -15px;
	display:none;
}




#MB_bottom img#corner_bl{
	position: absolute;
	top: 0px;
	width: 270;
	left: -10px;
	display:none;
}

#MB_bottom img#corner_br{
	position: absolute;
	top: 0px;
	right: -10px;
	display:none;
}


#MB_caption {
	font: bold 13px Arial, sans-serif;
	line-height: 20px;
	color:#333333;
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	
}


#MB_content {
	position: relative;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
	font-family: arial, verdana, 'sans serif';
	
	/*background: #fdfdfd url(/images/layout/cons/MB_fade_bg.gif) repeat-x;
		background-position: bottom;
		height:100px;
		float:left;
		width:300px;*/
}

.warning input {font-size:15px;}

#forgotContainer {
	line-height: 12px;	/* Fix for bug 4435 in IE6 & 7 */
}

#forgotContainer, #loginContainer, #accountContainer{
background: #fdfdfd url(/images/layout/cons/MB_fade_bg.gif) repeat-x;
		background-position: bottom;

padding:10px;
_margin-top: -2px;

}

.leftsideModal{
position: absolute;
right: 0px;
}

.rightsideModal{
position: absolute;
left: 0px;
}

#MB_bottom {
	position: relative;
	padding: 0;
	margin: 0px 10px 0px 10px;
	height: 10px;
	background-color: #fdfdfd;
	float:left;
	min-width:280px;
}

#MB_close {
	display:block;
	position:absolute;
	right:-13px; 
	top:2px;
	height: 20px;
	padding:0px;
	text-decoration:none;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 20px;
	font-weight:bold;
	outline:none;
	 color:#777;
}

#MB_close:after {
	content: "\2297";
	color: #000;
	font-size:20px;
	padding-right:2px;
}

#MB_close:hover {
	/*background:transparent;*/
	border: none;
	color:#000 
}

#MB_close img {
display:none;
}

#MB_loading {
	text-indent: -10000px;
	background: transparent url(/images/icons/spinner.gif) 50% 0 no-repeat;
overflow: hidden;
height:  90px;
}

/* Color scheme */
#MB_window {
	background-color:#fdfdfd;
	color:#000;
	/*width: auto !important;*/
}
/*
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color:#DDD;
  border-bottom: 1px solid #CCC;
}*/
#MB_caption { color:#333333 }



/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

/* form styling */
#MB_content form{
	margin: 0;
	padding: 0;
}

#MB_content p{
	margin: 5px 0px 0px 0px;
}

#MB_content input.text{
	position: relative;
	width: 140px;
	height: 15px;
	padding: 2px;
	margin: 2px 0px;
	background-color: #d6d5d5;
	border: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #949494;
}

#MB_content input.checkbox{
	position: relative;
	margin: 0;
	padding: 0;
}

#MB_content div.btn{
	margin-top: 3px;
	margin-bottom: 3px;
}


#login {
width: 90px;
}

div.inputform{
margin-right: auto;
margin-left: auto;
width: 246px;
}

.inputform input{
border: 1px solid rgb(191, 191, 191);
color: #999;
font-size: 10px;
padding: 3px;
padding-left: 5px;
width: 236px;
}

.inputform select{
border: 1px solid rgb(191, 191, 191);
font-size: 10px;
padding: 3px;
padding-left: 5px;
width: 246px;
}

.inputform .modal_label{
text-align: left;
}


.inputform .active{
background-color:#FFFF99 !important;
}

.inputform .exists{
color:#000000;
}

.popupAlert{
color:#FF0000;
font-weight: bold;
background-color:#FFB0B5;
display: block;
}