/* form */
div.form div.textbox,
div.form div.textarea, 
div.form div.select, 
div.form div.radiobutton-list,
div.form div.radio-buttons,
div.form div.checkbox,
div.form div.file,
div.form div.value
{
	margin: 0 0 0.5em 0;
	width: 100%;
	overflow: auto;
}
div.form label, div.form span.label
{
	display: block;	
	float: left;
	margin: 0.3em 5px 0 0;
	width: 200px;
	text-align: left;
	clear: none;
}
div.form span.required
{
	font-weight: bold;	
}
/* values */
div.form span.value
{
	width: 300px;
	display: block;
	clear: none;
	float: left;
}
/* single lines */
div.form div.textbox input
{
	border: 1px solid #666;
	width: 300px;
}
div.form div.textbox.short input
{
	width: 150px;	
}
/* multi lines */
div.form div.textarea textarea
{
	border: 1px solid #666;
	width: 300px;
}
/* select */
div.form div.select select
{
	border: 1px solid #666;
}
/* radio buttons */
div.form div.radiobutton-list ul,
div.form div.radio-buttons ul
{
	margin: 0.3em 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}	
div.form div.radiobutton-list li,
div.form div.radio-buttons li
{
	margin: 0 0 0.5em 0;
	padding: 0px;
	float: left;
	clear: both;
}
div.form div.radiobutton-list label,
div.form div.radio-buttons label
{
	display: inline;
	float: none;
	text-align: left;
	width: auto;
}
div.form div.radiobutton-list input,
div.form div.radio-buttons input
{
	width: auto;
	margin: 0.1em 5px 0 0;
	height: 12px;
	width: 12px;
	display: inline;
	float: left;
}
/* check box */
div.form div.checkbox label
{
	display: inline;	
	width: auto;
	float: none;
	margin: 0;
	line-height: 1.5em;
}
div.form div.checkbox input
{
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	width: auto;
	
}
/* single lines */
div.form div.file input
{
	border: 1px solid #666;
	width: 300px;
}
/* prompt */
div.form p.prompt
{	
	margin: 10px 0 10px 205px;	
	width: 300px;
}
div.form div.checkbox p.prompt
{
	margin: 10px 0 10px 0;
	width: 505px;	
}
div.form a.help
{
	margin: 0 0 0 5px;	
}
div.form a.help img
{
	border: none;	
}