.opened, .done {
	background-color:#F0F0F0;
	z-index:1000;
	border:1px solid #CCCCCC;
	padding:10px;
	width: 24em;
	top:0px;
	position:absolute;
	-moz-box-shadow:0 0 50px 5px #fff;
	-webkit-box-shadow: 0 0 50px #fff;
}
.done {
	text-align:center;
}
.opened a {
	float:right
}
.opened h3 {
	font-weight:bold;
	margin-bottom:1em
}
.icon-close {
	position:absolute;
	right:-15px;
	top:-15px;
	height:35px;
	width:35px;
}
.icon-close a {
	display:block;
	overflow:hidden;
	text-indent:-99999px;
	height:35px;
	width:35px;
	background-image:url(/images/close.png);
}
.opened .xform dt {
	float:none;
	width:auto;
	margin-bottom:0.2em
}
.opened .xform dd {
	float:none;
	width:auto;
	display:block
}
.opened .xform dd #email {
	width:260px;
	border:1px solid #999999; padding:3px
}
.opened .xform #submit-label {
	display:none
}
.opened .xform dt label.required {
	background-position:left center;
	padding-left:10px
}
.opened .xform #submit-element {
	margin-top:1em
}

.opened .xform #submit-element input {
	background-color:#CCCCCC;
	border:1px solid #999999;
	color:#000000;
	padding:4px 14px;
	text-decoration:none;
}




