div#plbForm {
	display: block;
	/*width: 38em; */
	padding: 1em 1em 1em 1em;
}

#plbForm fieldset {
	display: block;
	/*width: 38em; */
	padding: 1em 1em 1em 1em;
	margin-bottom: 22px;
}

#plbForm label{
float: left;
width: 130px;
font-weight: bold;
background: #EBEBEB;
padding: 0.2em;
margin-bottom: 12px;
margin-right: 4px;
display: block;
}

#plbForm legend{
	font-weight: bold; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.4em;
	line-height: 0.8em;
	color: #0066B3;
	padding: 0.5em;
}

#plbForm input, textarea, select{
margin-bottom: 12px;
font-size: 110%;
  padding: 1px 3px;
  margin: 0px 0px 0px 0px;
  width: auto;
}

#plbForm input.formButton {
  width: auto;
  margin: 0px;
}


#adjacentbutton{
margin-top: -1px;
}

#plbForm br{
clear: left;
}


#plbForm fieldset.radio
{
	margin: 1em 0 2em 0;
	width: 160px;
}

#plbForm fieldset.radio label
{
	background: none;
}


#plbForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.infoContainer
{
	color: #0000ff;
	background-color: #fff;
	border: 1px solid #0000ff;
	padding: 6px;
	margin-bottom: 22px;
	margin-top: 0px;
}

.errorContainer
{
	color: #ff0000;
	background-color: #fff;
	border: 1px solid #ff0000;
	padding: 6px;
	margin-bottom: 22px;
	margin-top: 0px;
}