.ui-helper-clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */

.ui-dialog { position: relative; }
.ui-dialog .ui-dialog-titlebar { display: none; }
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #333;
	opacity: .75; filter:Alpha(Opacity=75);
}

#wsdClose {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	outline: 0;
}

#wsdName, #wsdPhone, #wsdEmail, #wsdSubmit {
	position: absolute;
	left: 188px;
}

#wsdName, #wsdPhone, #wsdEmail {
	/*border: solid #9CD175;*/
	border: solid #2381b5;	
	border-width: 2px 5px;
	font-size: 14px;
	color: #999;
	width: 175px;
	padding: 2px 5px;
}

#wsdName {
	top: 175px;
}

#wsdPhone {
	top: 200px;
}

#wsdEmail {
	top: 225px;
}

#wsdSubmit {
	top: 255px;
}
