﻿@charset "utf-8";
.frm_text {
	width: 180px;
	height: 18px;
	background:#fcfcfc; 
	color:#4A4A4A;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	border: 1px gray dotted;
	margin-top: 1px;
	margin-bottom: 5px;
	border-radius:5px;
}

.frm_text_pflicht_VaS {
	width: 180px;
	height: 18px;
	background:#C5D3FF; 
	color:#4A4A4A;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	border: 1px gray dotted;
	margin-top: 1px;
	margin-bottom: 5px;
	border-radius:5px;
}

.frm_text_pflicht_CF {
	width: 180px;
	height: 18px;
	background:#FFCC99; 
	color:#4A4A4A;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	border: 1px gray dotted;
	margin-top: 1px;
	margin-bottom: 5px;
	border-radius:5px;
}

.frm_text_klein_pflicht_VaS
{
	width: 40px;
	height: 16px;
	background:#C5D3FF; 
	color:#4A4A4A;
	font-family: Arial, Verdana;
	border: 1px gray dotted;
	margin-top: 1px;
	margin-bottom: 5px;
	border-radius:5px;
	text-align:center;
}

.frm_text_klein_pflicht_CF
{
	width: 40px;
	height: 16px;
	background:#FFCC99; 
	color:#4A4A4A;
	font-family: Arial, Verdana;
	border: 1px gray dotted;
	margin-top: 1px;
	margin-bottom: 5px;
	border-radius:5px;
	text-align:center;
}

.frm_text_klein
{
	width: 40px;
	height: 16px;
	background:#fcfcfc;  
	color:#4A4A4A;
	font-family: Arial, Verdana;
	border: 1px gray dotted;
	margin-top: 1px;
	margin-bottom: 5px;
	border-radius:5px;
	text-align:center;
}

.frm_textarea {
	width: 220px;
	height: 100px;
	background:#fcfcfc; 
	color:#4A4A4A;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	border: 1px gray dotted;
	margin-top: 1px;
	margin-bottom: 5px;
	border-radius:5px 0px 0px 5px;
}

.frm_submit
{
	width: 210px;
	height: 22px;
	background: #ffd058; 
	color:#4A4A4A;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	cursor: hand; 
	border: 1px gray dotted;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius:10px;
	cursor:pointer;
}

.frm_submit:hover
{
	height: 22px;
	background: green; 
	color:#ffffff;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	cursor: hand; 
	border: 1px gray dotted;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius:10px;
	cursor:pointer;
}

.frm_submit_small
{
	width: 160px;
	height: 18px;
	background: #ffd058; 
	color:#4A4A4A;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	cursor: hand; 
	border: 1px gray dotted;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius:9px;
	cursor:pointer;
}

.frm_submit_small:hover
{
	width: 160px;
	height: 18px;
	background: green; 
	color:#ffffff;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	cursor: hand; 
	border: 1px gray dotted;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius:9px;
	cursor:pointer;
}

.frm_submit_small_disable {
	width: 160px;
	height: 18px;
	background-color: gray;
	border: 0px silver	inset;
	color:#ffffff;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	cursor: hand; 
	border: 1px gray dotted;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius:9px;
	cursor:default;
}

.frm_select
{
	width: 45px;
	background:#fcfcfc; 
	color:#4A4A4A;
	font-family: Arial, Verdana;
	font-size: 1em;
	border: 1px dotted #C0C0C0;
	margin-top: 1px;
	margin-bottom: 5px;
	border-radius:5px 0px 0px 5px;
}

.frm_options
{
	border-width: 0px; 
	background:#fcfcfc;
}

