dl.widgets dt {
	font-weight      : bold;
	font-size        : 11px;
	color            : #000;
	background-color : #edecec;
	padding          : 7px 0 7px 10px;
	margin           : 0;
	background-image : url(../../../admin/images/table_bg.gif);
}
dl.widgets dd {
	margin           : 0;
	padding          : 10px;
	background-color : #f2f2f2;
	border-bottom    : 1px solid #ddd;
}
dl.widgets dd.last {
	margin-bottom : 15px;
}
dl.widgets input[type="text"],
dl.widgets textarea {
	width       : 300px;
	font-family : Tahoma;
	font-size   : 11px;
}
dl.widgets textarea {
	height : 100px;
}