﻿/* General window style */
.Rade_PopupBackground
{
	background-color: #7aa1b7;
	z-index: 99;
	position: absolute;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.Rade_PopupWindow
{
	padding: 10px 15px 10px 15px;
	border: solid 3px #7aa1b7;
	width: 500px;
}

.Rade_PopupH1
{
	color:White;
	margin:2px 0px 15px 0px;
	padding:0px;
}

.Rade_PopupHr
{
	color:#D1D8E8;
	height:1px;
	margin:10px 0 5px 0;
	border:dotted 1px #ffffff;
}
/* -------------------- */