/* MODAL WINDOW 530px wide */
.modal-container {width:530px; margin:0px auto;}
.modal-top {background:url(../images/modal-top.png) no-repeat; height:41px; text-align:right; padding-right:20px;}
.modal-mid {
	background:url(../images/modal-mid.png) repeat-y;
	width:468px;
	padding:0 36px;
	font:11px Verdana, Arial, sans-serif;
	color:#666;
}
.modal-btm {background:url(../images/modal-btm.png) no-repeat; height:36px;}
.modal-close-btn {margin:10px -20px 0 0;}

.modal-container1 {width:810px; margin:0px auto;}
.modal-top1 {background:url(../images/modal-top1.png) no-repeat; height:41px; text-align:right; padding-right:20px;}
.modal-mid1 {
	background:url(../images/modal-mid1.png) repeat-y;
	width:766px;
	padding:0px 0px 0px 36px;
	font:11px Verdana, Arial, sans-serif;
	color:#666;
}
.modal-mid-iframe {
	background:url(../images/modal-mid1.png) repeat-y;
	width:100%;
	padding:0px 0px 0px 60px;
	font:11px Verdana, Arial, sans-serif;
	color:#666;
}
.modal-btm1 {width:810px; background:url(../images/modal-btm1.png) no-repeat; height:36px;}
.modal-close-btn1 {margin:14px -16px 0 0;}

.modal-content { width:94%; max-height:420px; overflow:auto; padding:10px; margin: 0px auto ;
}
.modal-content1 { width:96%; max-height:500px; overflow:auto; padding:5px; margin: 0px auto ;
}
td {
	color:#FFF;
	font:11px Verdana, sans-serif;
}