form#pmbws 			{
	padding			: 0em 0em 0em 1.1em; 
	margin-bottom	: -1em;
	margin-top		: 1.2em;
	background-color: #f8f8f8;
	border-top		: 1px solid #ffffff;
	border-bottom	: 1px solid #e8e8e8;
	border-right	: 1px solid #e8e8e8;
	border-left		: 1px solid #ffffff;
	width			: 440px;
}

form#pmbws div		{
	margin-bottom	: 1em;  
}

form#pmbws div.formItem label {
	width			: 10em;
	display			: block;
	float			: left;
	padding-right	: 0.5em;
	text-align		: right;
	cursor			: pointer;
	font-size		: 1.1em;
}

#submit 	{
	cursor			: pointer;
	position		: relative;
	top				: -35px;
	left			: 10px;
}

div.formItem input, 
div.formItem textarea	{
	color			: #000000 !important;
	background-color: #ffffff !important;
}


/* error messages */

form#pmbws div span.errorMsg {
	position		: relative;
	left			: 11.6em; 
	top				: 0.2em;
	color			: #ff0000;
	display			: block;
	width			: 25em;
}

/* validation option buttons */

form#pmbws fieldset.validation_options {
	position		: relative; 
	left			: -9000px;
	margin-top		: -4em;
}