.widgetdiv1 {width: auto;}

#bodyarea .widget h1 {
	font-weight: bold;
	text-align: center;
	float: left;
	clear: both;
}
#bodyarea .widget p.more{
	font-weight: bold;
	float: left;
	clear: both;
}
#bodyarea .widget ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#bodyarea .widget form fieldset{
	border: none;
}
#bodyarea .widget form fieldset label{
	font-size: 85%;
	display: left;
	padding: 0;
}
#bodyarea .widget form fieldset input.textfield{
	font-size: 85%;
	width: 85%;
}
#bodyarea .widget form fieldset textarea{
	font-size: 85%;
	width: 85%;
}
#bodyarea .widget form fieldset input.submitbutton{
	font-size: 85%;
	margin: 5px 0 0 0;
}
