#fullPageContainer {
	background-color: black;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	opacity: .8;
	-moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

#fullPageContainer2 {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:200000;
}

#iframeBox {
	position:relative;
	width:550px;
	min-height:100px;
}

#iframeHeader{
	background-image:url('../../images/default/iframe_header.png');
	background-repeat:no-repeat;
	height: 30px;
	width: 550px;
}
#iframeClose{
	float: right;
	margin-top: 6px;
	margin-right: 5px;
	cursor: pointer;
}
#iframeBody{	
	 
	background-color: white;
	border-left: 2px solid #CB0205;
	border-right: 2px solid #CB0205;
}
#iframeFooter{
	background-image:url('../../images/default/iframe_footer.png');
	background-repeat:no-repeat;
	height: 11px;
	width: 550px;
}

#iframeBox750 {
	position:relative;
	width:750px;
	min-height:100px;
}

#iframeHeader750{
	background-image:url('../../images/default/iframe_header_750.png');
	background-repeat:no-repeat;
	height: 30px;
	width: 750px;
}
#iframeClose750{
	float: right;
	margin-top: 6px;
	margin-right: 5px;
	cursor: pointer;
}
#iframeBody750{	
	 
	background-color: white;
	border-left: 2px solid #CB0205;
	border-right: 2px solid #CB0205;
}
#iframeFooter750{
	background-image:url('../../images/default/iframe_footer_750.png');
	background-repeat:no-repeat;
	height: 11px;
	width: 750px;
}





#alertBox {
	position:relative;
	width:350px;
	min-height:100px;
}

#alertHeader{
	background-image:url('../../images/default/alert_header.png');
	background-repeat:no-repeat;
	height: 30px;
	width: 350px;
}
#alertClose{
	float: right;
	margin-top: 6px;
	margin-right: 5px;
	cursor: pointer;
}
#alertBody{	
	text-align: center;
	background-color: white;
	border-left: 2px solid #CB0205;
	border-right: 2px solid #CB0205;
}
#alertFooter{
	background-image:url('../../images/default/alert_footer.png');
	background-repeat:no-repeat;
	height: 11px;
	width: 350px;
}
