fieldset {
	border:none;
	width:230px;
	float:left;
}

/* These are for the standard twoColumns layout */
.twoColumns label, .twoColumns .label {
	font-weight:bold;
	clear:both; 
	padding:4px; 
	float:left; 
	width:270px;
}

.twoColumns label span, .twoColumns .label span{
	width:100px;
	display:block;
	float:left;
}

.input{
	float:left; 
	display:block;
	width:166px;
}
.input label {
	display:block;
	padding:2px;
	font-weight:normal;
	margin:0px; 
	width:156px;
}
.labelHelp {font-weight:normal}
.button{
	font-weight:bold;
	color:black;
	cursor:pointer;
}
.searchButton{
	background:#c7debb url(/graphics/glass.gif) no-repeat left;
	border:1px solid black;
	padding:2px 0px 2px 15px;
	font-weight:bold;
	color:black;
	cursor:pointer;
}
