
form
{
	padding: 0px;
	margin: 0px;
}

/************************************/
/* Formular-Elemente                */
/************************************/

textarea, input.textfield
{
	padding: 0.1em;
	font-family: inherit;
	font-size: 1em;
	padding-left: 5px;
}

.button
{
	font-family: inherit;
	font-size: 11px;
	background-color: #efeeef;
	border: 1px solid #f93;
	padding: 1px 4px 1px 4px;
	margin-left: 5px;
	float:right;
}

.buttonDeleteRight
{
	font-family: inherit;
	font-size: 11px;
	background-color: #efeeef;
	border: 1px solid #f93;
	padding: 1px 4px 1px 4px;
	margin-top: 0px;
}

.remarkimagebutton
{
	font-family: inherit;
	font-size: 11px;
	border: 1px solid #f93;
	padding: 4px 4px 1px 2px;
	margin-left: 0px;
	float:right;
}

input.missingfield,
textarea.missingfield
{
	border: 1px solid #f93;
}

input.small,
textarea.small,
select.small
{
	width: 5em;
}

input.medium,
textarea.medium,
select.medium
{
	width: 20em;
}

input.large,
textarea.large,
select.large
{
	width: 30em;
}

input.full,
textarea.full,
select.full
{
	width: 95%;
}

input.right
{
  text-align: right;
}

textarea.vsmall
{
	height: 2.5em;
}

textarea.vmedium
{
	height: 6.2em;
}

textarea.vlarge
{
	height: 12em
}