
/**** [begin : modal box] ****/
div#mb_overlay {
	position: absolute;
	left: 0;
	top: -19px;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 10000;
}
div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 10001;
}
div#mb_center {
	background-color: transparent;
}
div#mb_contents {
	width: 444px;
	height: 322px;
	border: none;
	overflow: auto;
	visibility: hidden;
	background: url(../Images/login_bgd.gif) no-repeat;
}

.mb_loading {
	background: #DDD url(../Images/loading.gif) no-repeat center center;
}
#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: #666;
	line-height: 1.4em;
	text-align: left;
	border: none;
	border-top-style: none;
	height: 50px;
	margin-top: -22px;
}
a#mb_close_link {
	display: block;
	float: left;
	width: 54px;
	height: 9px;
	background: transparent url(../Images/closelabel.gif) no-repeat center;
	cursor: pointer;
	margin-left: 30px;
}
a#mb_close_link:hover {
	display: block;
	float: left;
	width: 54px;
	height: 9px;
	background: transparent url(../Images/closelabel_hover.gif) no-repeat center;
	cursor: pointer;
	margin-left: 30px;
}
div#mb_caption {
	margin-right: 71px;
}
/**** [finish: modal box] ****/


/**** [begin : login box] ****/
table.login {
	width: 444px;
	height: 322px;
	border: none;
}
table.login td {
	width: 50%;
	vertical-align: top;
}
table.loginform {
	width: 127px;
	border: none;
	margin-top: 54px;
	margin-left: 40px;
}
table.loginform td.title {
	font: normal 18px Verdana;
	color: #4e6ba6;
	text-align: left;
}
table.loginform td.user {
	text-align: left;
	padding-top: 24px;
}
table.loginform td.password {
	text-align: left;
	padding-top: 12px;
}
table.loginform td.submit {
	text-align: left;
	padding-top: 20px;
}
table.button_login {
	cursor: pointer;
	border: none;
	background: #4e6ba6;
	color: #fff;
	height: 19px !important;
	padding: 0px !important;
	margin: 0px !important;
}
	table.button_login img { margin-bottom: -5px !important; }
	
	table.button_login .button_lft {
		width: 1px !important;
		height: 1px !important;
		padding: 0px !important;
	}
	table.button_login .button_mid {
		width: 1px !important;
		height: 1px !important;
		padding: 2px 6px 2px 6px;
		font: bold 10px Verdana;
		white-space: nowrap !important;
	}
	table.button_login .button_rgt {
		width: 1px !important;
		height: 1px !important;
		padding: 0px !important;
	}
	table.button_login:hover {
		cursor: pointer;
		border: none;
		background: #fff;
		color: #4e6ba6;
	}
table.loginform td.forgot {
	text-align: center;
	padding-top: 12px;
}
table.loginform td.forgot a {
	font: normal 11px Verdana;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.1em;
	cursor: pointer;
}
table.loginform td.forgot a:visited {
	font: normal 11px Verdana;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.1em;
	cursor: pointer;
}
table.loginform td.forgot a:hover {
	font: normal 11px Verdana;
	color: #fff;
	text-decoration: underline;
	letter-spacing: -0.1em;
	cursor: pointer;
}
table.login div.register_icon {
	margin-top: 69px;
}
table.login div.register_icon img {
	width: 67px;
	height: 43px;
}
table.login div.register {
	font: normal 11px Verdana;
	color: #4e6ba6;
	width: 175px;
	margin-top: -6px;
}
table.login div.register a {
	font: bold 11px Verdana;
	color: #ee9837;
	text-decoration: none;
}
table.login div.register a:visited {
	font: bold 11px Verdana;
	color: #ee9837;
	text-decoration: none;
}
table.login div.register a:hover {
	font: bold 11px Verdana;
	color: #ee9837;
	text-decoration: underline;
}
/**** [finish: login box] ****/
