input {
	margin: 2px 0px 7px 0px;
}

label {
	line-height: 110%;
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 90%;
}

#requestform .errorfield {
	border: 1px solid #CCCCCC;
	padding: 2px 20px 7px 2px;
	background-image: url(error.gif) no-repeat right center;
	background-color: #EEEEEE;
}

#requestform .errorfield:focus {
	background-color: #FFFFFF;
}

#error_msg {
	font-size: 0px;
	line-height: 0px;
}

#error_msg.errorbox {
	padding-top: 5px;
	line-height: 130%;
	color: #DD0000;
	font-size: 12px;
	margin: 0px auto;
	width: 200px;
	text-align: center;
	padding-bottom: 5px;
}

.errorbox img {
	margin-bottom: -5px;
}

#coverup {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	z-index: -1;
	display: none;
}

#coverup.freeze {
	background: #666666; 
	display: block;
	z-index: 50; 
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#requestform {
	display: none;
	position: fixed;
	left: 40%;
	top: 25%;
	width: 60%;
	max-width: 305px;
	z-index: -1;
	padding: 0px;
	margin: 0px;
}

#requestform form {
	padding-bottom: 10px;
	background: url(popup.gif) no-repeat -610px bottom;
}

#requestform #form_top {
	padding: 20px 20px 2px 20px;
	background: url(popup.gif) no-repeat left top;
}

#requestform #form_mid {
	padding: 0px 20px 0px 20px;
	background: url(popup.gif) repeat-y -305px top;
	overflow: auto;
	max-height: 380px;
}

#requestform form h3 {	
	padding: 0px;
	margin-top: 0px;
	color: #CC0000;
}

#requestform.popup {
	display: block;
	z-index: 60;
}
.closelink {
	background: url(redx.png) no-repeat left center;
	padding-left: 16px;
}

#requestform #message_label {
	margin-top: 10px;
}

#requestform .box, #requestform textarea {
	border: #CCCCCC 1px solid;
	background: #EEEEEE;
	padding: 5px;
}

#requestform .box:focus, #requestform textarea:focus {
	border: #CCCCCC 1px solid;
	background: #FFFFFF;
}

#requestform .button {
	background: url(thin_button.gif) no-repeat left top;
	padding: 5px 0px 11px 0px;
	margin: 0px;
	width: 144px;
	border: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	vertical-align: middle;
	cursor: pointer;
	bottom: 10px;
}

#requestform .button:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#requestform .button:active {
	background: url(thin_button.gif) no-repeat -144px top;
}

#requestform #button_group {
	text-align: center;
	padding: 10px 0px;
	vertical-align: middle;		
}