/*
  OpenCms mail formular - base stylesheet
  Stylesheet created by Sebastian Himberger
  agil - mehr Internet KG (c) 2006  
 
  This stylesheet layouts the form elements. It should
  only affect generated forms (therefore there form.mailform prefix). 
  To customize the forms please override the styles.
*/


form.mailform br {
	clear: both;
}

form.mailform label.left {
	float: left;
	text-align: right;
	width: 8em;
	margin-right: .3em;
}

form.mailform span.left-input {
	float: left;
}

form.mailform span.right-input {
	float: left;
	width: auto;
	clear: both;
	margin-left: 8em;
	margin-right: .3em;
}

