/* CSS Document */

.modal_bkgdLeft {
	background-image: url(../img/modal_panelLeft.png);
	background-repeat: repeat-y;
}
.modal_bkgdRight {
	background-image: url(../img/modal_panelRight.png);
	background-repeat: repeat-y;
}
.modal_panelBkgd {
	background-image: url(../img/modal_panelBkgd.png);
	background-repeat: repeat-x;
}
#over {
	background:  url(img/modal_bkgd.png) repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	margin: 0;
	 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	 -moz-opacity:0.80;
	 -khtml-opacity:0.80;
}
#box, #box2 { 
	overflow: none;
	z-index: 150;		
	position: relative; 
}
.sh	{
	position: absolute;
	top:100px;
	z-index: 1000;
	width: 525px;
	right: 30%;
}
.modalTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0576B6;
	line-height: 19px;
}
.modalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

