html, body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	border:none;
}

p:first-child{
	margin:0px;
}
form{
	margin:0px;
}

#overlay {  display: none;  position: fixed;  top: 0px;  left: 0px;  width: 100%;  height: 100%;  z-index: 1000;  background: #000000 !important;  -moz-opacity: 0.6;  opacity: .6;  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);  } 

#centeroverlay {
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -450px;
	width: 900px;
	padding-bottom: 14px;
	background: #b2488e url(../overlay_bg.gif) bottom left no-repeat;
	padding-bottom: 10px;
	z-index: 1100;
	display: none;
}

#centeroverlay .fill {
	height: 14px;
	width: 100%;
	background: #b2488e;
}

.closediv {
	position: absolute;
	top: 36px;
	left: 50%;
	margin-left: 287px;
	height: 44px;
	z-index: 10000;
	background: #b2488e;
}

.closediv img {
	margin-left: 14px;
	margin-top: 14px;
	margin-right: 14px;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #999;
	border-right: 1px solid #666;
}


#centeroverlay .text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 23px;
	padding: 20px 30px;
	width: 492px;
	float: left;
}

#centeroverlay .image {
	float: left;
	width: 333px;
}

input.button {
	padding: 5px 40px 5px 10px;
	background: #000 url(../arrow.gif) right center no-repeat;
	border: 1px solid #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

#centeroverlay .text h4 {
	font-size: 22px;
}