/******************************************************************************
* BEGIN Forms
******************************************************************************/

form fieldset {
	margin: 0;
	padding: 10px;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
}

form fieldset legend {
	padding: 0 5px;
	font-weight: bold;
	color: #000;
}

form div.formrow {
	position: relative;
	padding: 6px 6px 6px 135px;
}

	form div.formrow label.normal {
		position: absolute;
		top: 0;
		left: 0;
		width: 125px;
		padding-top: 6px;
		margin: 0 5px 0 0;
		text-align: right;
		font-weight: bold;
	}
	
form textarea {
	overflow: auto;
}

form input.submit {
	text-align: center;
}

form input.submit_right {
	text-align: center;
	margin-left: 10px;
}

/******************************************************************************
* END Forms
******************************************************************************/
