/**
* (C) by Matthias Gally 2008,
* Gally Websolutions, www.websolutions.gally.ch
* Forms
**/

#content label {
	width:110px;
	font-weight:none;
	float:left;
	margin:4px 0px;
	}

#content input, #content select {
	display:block;
	float:left;
	margin:4px 0px;
	font-size:13px;
	}

#content input.error {
	border:1px solid #FF0000;
	}

#content select.error {
	background-color:#FF0000;
	}

#content form br {
	clear:both;
	}

#content fieldset {
	margin:0;
	padding:0;
	border:0;
}

#content input.submit_r {
	float:right;
	}

#content input.submit_l {
	float:left;
	}