.popup_form{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.popup_form .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	opacity: 0.5;
	-moz-opacity: 0.5;
	z-index:101;
	filter:alpha(opacity=50);
}

.popup_form .content_area{
	position: absolute;
	border-top: 4px solid #b02929;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #fff;
	z-index:103;
	color: #000;	
	/*padding:30px;*/
}

.popup_form .content_area .header{
	float: left;
	margin: 0 0 7px 0; font-family: Times New Roman; font-size: 14pt; font-weight:normal;	
	padding:30px;
	}

.popup_form .content_area .close{
	cursor: pointer;
	float: right;
	width: 7px;
	height: 7px;
	background: url('/img/buttons/shut.gif') #fff no-repeat;
	margin:40px 30px 0 0;
	}

.popup_form .content_area .content .indicator{
	background: url('/img/indicator.gif') no-repeat center; width:90%; height:80%; position: absolute;
	}
	
.popup_form .content_area .content{clear:both;
	color: #000000;	
	padding:0 30px 30px 30px;
	width:90%;
	*/width:100%;
	}
	
