.gwt-form {
	position: relative;
}

.gwt-form .page {
	position: relative;
}
.gwt-form .please-wait {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 100px;
	background-color:#000000;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
  	border:1px solid black;
  	filter:alpha(opacity=70);
 	opacity:0.7;
 	z-index: 500;
}

.gwt-form .page-toptext {

}

.gwt-form .page-bottomtext {

}

.gwt-form .field-wrapper {
	position: relative;
	padding: 0px;
}

.gwt-form .field-wrapper .field-label {

}

.gwt-form .field-wrapper .field {

}

.gwt-form .field-wrapper .text {

}

.gwt-form .field-wrapper .textarea {

}

.gwt-form .field-wrapper .dropdown {

}

.gwt-form .field-wrapper .checkbox {

}

.gwt-form .field-wrapper .field-error {

}

.gwt-form .thankyou-text {

}

.gwt-form .field-wrapper-hidden {
	display:none
}