/**
* form.css
* Forms and input fields
*/
form {
	margin				: 0px;
}

/**
* Layout of a standard form
*/
.itemform td {
	padding				: 2px;
}

/**
* Class of a sub table of itemform
*/
.subitemform, .subitemform td {
	padding				: 0px;
	margin				: 0px;
}

fieldset {
	padding				: 5px;
	margin				: 5px;
}

input, textarea, select, button {
	background			: #FFF6EF;
	font-family			: ms sans serif, arial, sans-serif;
	font-size			: 1.0em;
}

.formkey {
	width				: 120px;
}
/**
* Standard inputfield sizes
*/
.inputxsmall {
	width				: 72px;
}

.inputsmall {
	width				: 115px;
}

.inputmedium {
	width				: 170px;
}

.inputlarge {
	width				: 350px;
}

.inputxlarge {
	width				: 460px;
}

/**
* TR with button row for items: save, cancel, ...
*/
.buttonrow {
	text-align			: right;
}

button {
	height				: 26px;
	padding				: 0px 0px 0px 0px;
	margin				: 1px 1px 1px 1px;
}

button * {
	vertical-align		: middle;
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;
}

/**
* If an <option> background is dark, the text color must be white
*/
.darkoption {
	color				: #FFFFFF;
}

