
/**************************
 CSS Rules Common to Forms
***************************/

fieldset
{
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 16px;
	background: #000 url(/images/layout/listing-bgd.png) repeat-x scroll 0 0;
}

legend
{
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	color: #ccc;
	font-size: 16px;
}

label
{
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	clear: left;
}

.text-input
{
	background: #ccc;
	border: 1px solid #eee;
}

textarea
{
	background: #ccc;
	border: 1px solid #eee;
}

input
{
	display: block;
	margin-bottom: 3px;
}
