.ModalBackground {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	background-color: #000;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.ModalDialog
{
	position:absolute;
	background-color:#fff;
	border:1px solid #fff;
	padding:0px;
	display:none;
	text-align:left;
}

.ModalDialog iframe {
	width:100%;
	height:100%;
	border-width:0;
}

.ModalDialogBody 
{
	padding:0;
	margin:0;
	overflow:auto;
	overflow-x: hidden;
	text-align:left;
	background-color:white;
    background-image:none;	
}

.ModalDialogBody H2
{
	font-weight:bold;
	font-size:13px;
	margin-bottom:5px;	
}

.ModalDialogHeader 
{
	height:26px;
	margin:0px;
	width:100%;
	overflow:hidden;
	background-color:#ccc;
	background:#ccc url(../img/home/wwavmenu_gradient.gif);
	padding-top:3px;
}


.ModalDialogHeader H2, .ModalDialogHeader H1
{
	font-weight:bold;
	margin:0;
	margin-top:7px;
	margin-left:10px;
	font-size:14px;
	color:#e0e0e0;	
}

.ModalDialogContent *
{
	font-size:13px;
}

.ModalDialogContent 
{
	padding:20px;
}
.ModalDialogContent .button
{
	font-size:11px;
}
	
.ModalDialogContent hr 
{
	color:#676767;
	background-color:#676767;
	
}

.ModalDialogClose {
	position:absolute;
	right:10px;
	top:5px;
}

/*define the heights for all modal dialogs*/
#ModalDialogTaf 
{
	height:400px;
	width:400px;
}

#ModalDialogAbuse 
{
	height:250px;
	width:400px;
}

#ModalDialogGuestbook 
{
	height:450px;
	width:450px;

}

#ModalDialogBlog 
{
	height:450px;
	width:600px;
}

#ModalDialognewslettersubscription
{
	height:210px;
	width:530px;
}

#ModalDialogBlogReaction
{
	height:350px;
	width:400px;
}
