.pod-alert{
	position:absolute;
}
.pod-alert .alert-top{
	background-image: url(images/f_error_bg_03.png);
	background-repeat: no-repeat;
	background-position: left top;	
	height:10px;	
}
.pod-alert .alert-container{
	padding-left:28px;
	padding-right:28px;
	padding-bottom:15px;
	padding-top:12px;
	background-color:#FFFFFF;
}
.pod-alert .alert-bottom{
	background-image: url(images/ff_error_btm_05.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:10px;
}
.pod-alert .alert-title{
	font-size:16px;
	padding-bottom:10px;	
	color:#0068A6;
}
.alert-mask{
	background-color:#000;
	z-index:99998;	
}
.pod-alert .alert-close{
	background-image: url(images/alert_close_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;	
	margin-top:12px;	
}
.pod-alert .alert-processing{
	background-image: url(images/form_processing.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2px;
	height: 64px;		
}
.pod-alert .alert-text{
	font-size:11px;	
}