.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
        background: #ffffff;
	/*background: #131313;*/
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 101;
}



.modal-box {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 99999999;
	background: #ffffff;
	border: 3px solid #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.close-box {
	position: absolute;
	width: 47px;
	height: 47px;
	right: -23px;
	top: -23px;
	background: transparent url(modal_box/close-button.png) no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}

.modal-overlay2 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
/*	background: #ffffff;  #e1e1e1;*/
        background: #ffffff;
        opacity: 1;
	filter: alpha(opacity=100);
	z-index: 9999999;
}

.modal-box2 {
	position: absolute;
	top: 0;
        left: 0;
	padding: 0;
	z-index: 99999999;
	/*background: #e1e1e1;*/
	/*border: solid 3px #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
}

.modal-box2_new{
    position: absolute;
    left:0; 
    top:0; 
    right:0; 
    bottom: 0;
    margin:0 auto;
    width:1080px;
    margin-top:0px;
    padding: 0;
    z-index: 99999999;
}

.modal-overlay3 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
  background: #ffffff;
	/*background: #cccccc;*/
  opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 101;
}

.modal-box3 {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 99999999;
	background: #ffffff;
	border: 1px solid #666666;
}

.close-box3 {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 6px;
	top: 6px;
	background: transparent url(modal_box/closeX.png) no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}

.modal-overlay5 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 800px;
	width: 1080px;
	margin: 0;
	padding: 0;
	background: #ffffff;
        opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 9999999;
}

.modal-box5 {
	position: absolute;
	top: 300px;
        left: 530px;
	padding: 0;
	z-index: 99999999;
	background: #ffffff;
	border: 3px solid #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
