/* @group Message Box */
.msgmodal{
	background: #eee url(images/dialog_bg.png) no-repeat center center;
	height:580px;
	left: 50%;
	text-align: left;
	position: relative;
	margin-left: -400px;
	margin-top: -230px;
	width: 800px;
	z-index: 105;
}
.msgmodal h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0.8em;
	border-bottom: 1px solid #2a537e;
	padding-bottom: 2px;
	display: block;
	height: 30px;
	padding-top: 16px;
	color: rgb(44, 72, 101);
	text-shadow: rgba(250, 250, 250, 0.496094) 0px 1px 0px;
	padding-left: 10px;
	background: url(images/prefs.png) repeat-x 0 -128px;
}
.S_l_t_corner{
	height: 40px;
	width: 40px;
	position: absolute;
	left: -20px;
	top: -20px;
	background: url(images/shadow_corners.png) 0 -160px;
}
.S_t_tile{
	height: 40px;
	position: absolute;
	left: 20px;
	right: 20px;
	top: -20px;
	background: url(images/shadows_repeat_x.png) 0 -60px;
}
.S_r_t_corner{
	height: 40px;
	width: 40px;
	position: absolute;
	right: -20px;
	top: -20px;
	background: url(images/shadow_corners.png) 0 -240px;
}
.S_r_tile{
	width: 20px;
	position: absolute;
	top: 20px;
	right: -20px;
	bottom: 20px;
	background: url(images/shadows_repeat_y.png) -90px 0;
}
.S_l_tile{
	width: 20px;
	position: absolute;
	top: 20px;
	left: -20px;
	bottom: 20px;
	background: url(images/shadows_repeat_y.png) -60px 0;
}
.S_r_b_corner{
	height: 40px;
	width: 40px;
	position: absolute;
	right: -20px;
	bottom: -20px;
	background: url(images/shadow_corners.png) repeat-x 0 -280px;
}
.S_l_b_corner{
	height: 40px;
	width: 40px;
	position: absolute;
	left: -20px;
	bottom: -20px;
	background: url(images/shadow_corners.png) repeat-x 0 -200px;
}
.S_b_tile{
	height: 20px;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -20px;
	background: url(images/shadows_repeat_x.png) 0 -90px;
}
.msg_bg{
	z-index:105;
	background: #eee;
	position: absolute;
	-webkit-border-radius: 10px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.ext_form{
	position: absolute;
	top: 50px;
	bottom: 60px;
	left: 10px;
	right: 10px;
	overflow: auto;
}
.btnholder{
	background: url(images/controls.png) repeat-x 0 -5600px;
	padding: 14px 0 12px 30px;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0 ;
}
.closeme{
	right: 5px;
	top: 8px;
	z-index: 110;
	position: absolute;
}
/* @end */

.msgBox{
	font-family: Arial, Helvetica, sans-serif;
	background: #ddd;
	width: 500px;
	height: 230px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -180px;
	/*height: 370px;
	width: 650px;
	left: 50%;
	position: relative;
	margin-top: -150px;
	margin-left: -325px;*/
	text-align: left;
	z-index: 105;
	border: 4px #eee solid;
	-webkit-border-radius:12px;
	-webkit-box-shadow: 0 0 12px #000;
	-moz-box-shadow: 0 0 12px #000;
	-moz-border-radius:12px;
	font-size: 13px;
}
.msgBox .msgBox_outline{

}
.msgBox .msgBox_header{
	border: 2px solid #777;
	border-bottom: 1px solid #eebf58;
	height: 30px;
	padding: 10px 17px 4px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	font-size: 20px;
	text-shadow: #8f6e33 0 1px 0;
	text-align: left;
	color: #fff;
	text-transform: capitalize;
}
.msgBox .msgBox_content{
	padding: 20px 20px 10px;
	/*height: 240px;*/
	position:absolute;
	top: 46px;
	left: 0;
	right: 0;
	bottom: 11px;
	border-left: 2px #777 solid;
	border-right: 2px #777 solid;
	background: #ededed;
	/*border-bottom: 1px solid #888;*/
	border-top: 1px solid #888;
	overflow: hidden;
}
.msgBox .msgBox_controlbar{
	height: 10px;
	left: 0;
	right: 0;
	/*padding: 5px 10px;*/
	position:absolute;
	bottom: 0;
	border: 2px #777 solid;
	border-top: none;
	background: #EDEDED;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}


/*............new styles...................*/

.msgBox .msgBox_header h3.modal_title{
	margin: 0;
	padding: 0;
	color: #1e405b;
	font-size: 20px;
	text-shadow: #8ebfe7 0 1px 1px;
}
.msgBox .msgBox_header h3 span.close_ico{
	float: right;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(../images/close_dialogue.png) left top no-repeat;

}
.msgBox .msgBox_header h3 span.close_ico:hover{
	background: url(../images/close_dialogue.png) left -16px no-repeat;
}
.msgBox .msgBox_header h3 span.close_ico:active{
	background: url(../images/close_dialogue.png) left -32px no-repeat;
}
.msgBox  .msgBox_content .label_content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.msgBox  .msgBox_content .label_content  li{
 margin:0px; list-style-type:none;
  }
.msgBox  .msgBox_content .label_content ul li{
	margin-bottom: 10px;
}

.msgBox  .msgBox_content .label_content label{
	display: block;
	float: left;
}

