
div.overlay {
	width: 100%;
	height: 100%;
	background: url(./images/overlay.png);
	text-align: center;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

dl#popup {
	text-align: left;
	width: 612px;
	margin: 90px auto 0;
	background: white url(./images/midback.png);
	padding: 0;
}

dl#popup dt {
	background: url(./images/topback.png) no-repeat;
	padding: 18px 0 0 24px;
	height: 46px;
	color: white;
	font-size: 26px;
	font-family: Arial, sans-serif;
}

dl#popup dd {
	background: url(./images/botback.gif) no-repeat bottom;
	padding: 14px 25px;
	margin: 0;
}

dl#popup dd p {
	margin: 0;
	padding: 0;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

dl#popup dd p.blue {
	color: #5a75a5;
	font-size: 9px;
}

dl#popup form {
	margin: 12px 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

dl#popup form label {
	display: block;
	width: 150px;
	float: left;
	clear: left;
	text-align: right;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 4px;
}

dl#popup form input {
	display: block;
	margin-bottom: 10px;
}

dl#popup form label.checkboxLabel {
	float: left;
	clear: right;
	text-align: left;
	font-size: 12px;
}

dl#popup form input.checkboxInput {
	display: block;
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-left: 150px;
	margin-right: 10px;
}


dl#popup form select {
	display: block;
	margin-bottom: 10px;
}

dl#popup form textarea {
	display: block;
	margin-bottom: 10px;
}

dl#popup form input#submit {
	position: relative;
	left: 160px;
	margin-right: 10px;
	float: left;
	clear: both;
}

dl#popup form img#sep {
	margin-right: 10px;
	position: relative;
	left: 160px;
	top: 5px;
}

dl#popup form span#close {
	position: relative;
	left: 160px;
	font-size: 10px;
	color: #5a75a5;
	top: 1px;
	cursor: pointer;
}

dl#popup form span#close:hover {
	cursor: pointer;
	text-decoration: underline;
}

div.clear { clear: both; }