#backdrop {
	visibility: hidden;
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	background: transparent url('../images/backdrop.png');
	width: 100%;
	height: 100%	
}
#popup {
	background: transparent;
	visibility: hidden;
	position: fixed;
	z-index: 11;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -170px;
	width: 300px;
	height: 340px;		
	overflow: hidden;
	padding: 10px;
}
#form {
	background: transparent url('../images/form.png');
	width: 280px;
	height: 320px;
	padding: 10px;
	font-family: Tahoma, sans-serif;	
}
.label {
	color: #444;
	font-size: 12px;
	font-family: Tahoma;
	width: 240px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;	
}
.field {
	width: 260px;
	margin: 0 auto;	
}
.field input, .field textarea {
	color: #444;
	border: 0px;
	background: transparent;
	font-size: 12px;
}
.field input {
	background: url('../images/textfield.png') no-repeat;
	height: 20px;
	width: 260px;
	margin-bottom: 5px;	
}
.field textarea {
	background: url('../images/textarea.png') no-repeat;
	height: 90px;
	width: 260px;
}
#popup #buttons{margin:10px 10px;}
#popup .button{width:100px; float:left;margin-left:10px;}
#disclaimer {
	color: #444;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;	
}