.msgBox_wrapper {
	border:#525252 4px solid;
	background-color:#f0f0f0;
	text-align:left;
	overflow: hidden; position:fixed; 
	top:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.msgBox_title_wrapper {
	border-bottom:#999999 1px solid;
	background-color: #fff; height: 30px; vertical-align: middle;
}
.msgBox_button_bar {
	text-align:left;
	padding:15px 6px 0px 0px;
}
.msgBox_title_wrapper img {
	margin-right: 8px
}
.msgBox_title {
	line-height:20px; padding-left: 12px; color: #000; font-size:18px; font-weight: normal; padding-top:2px;
	font-family:Georgia,Arial,Helvetica, sans-serif;
}
.msgBox_loading{
	background:url(../images/loadingBar.gif) no-repeat center;
	width:190px;
	margin:5px auto;
	padding:30px 0px 0px 0px;
}
.msgBox_main {
   text-align: left; color: #000; padding:2px 10px 10px 10px; font-size:12px; background-color:#f0f0f0; overflow:hidden; line-height:14px;
}
.msgBox_text{
	text-align: left; color: #000; padding:10px 10px 10px 10px; word-wrap:break-word;
}
.msgBox_alert{
    text-align: left; color: #000; overflow: hidden; padding:10px 10px 10px 54px; font-size:12px; overflow:hidden; line-height:14px;
	background: url(../images/msgbox_alert.gif) no-repeat #f0f0f0 10px 12px;
	word-wrap:break-word;
}
.msgBox_iframe{
	background: url(../images/loading.gif) no-repeat center #FFF;
}
.msgBox_confirm{
    text-align: center; color: #000; overflow: hidden; padding:10px 20px 40px 20px; font-size:12px; overflow:hidden; line-height:14px;
	background-color:#FFF;
}
.msgBox_bg {
	background-color: #000;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	
}
.msgBox_close_button{
	background: url(../images/msgbox_close_button_frontend.gif) no-repeat #5a5a5a;
	height:20px;
	width:21px;
	display:block;
	margin:0px 4px 0px 0px;
}
.msgBox_button {
	background:url('../images/msgbox_button_bg.gif') repeat-x #4e4e4e;
	padding:1px 20px 1px 20px;
	color:#FFFFFF;
	border:#333333 1px solid;
	cursor:pointer;
	text-decoration:none;
	line-height:18px;
	height:24px;
	margin:0px 4px 0px 4px;
	width:auto;
}
.msgBox_button:link,.msgBox_button:visited{
	color:#FFFFFF;
}
.msgBox_button:hover{
	color:#333333;
}