/* CSS Formulare */

.countryselect {
	height: 22px;
	width: 238px;
	border: 1px solid #778899;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	float: left;
}

.countryselect option {
	text-indent: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 36px;
	background: no-repeat 2px;
}

input[type=text], input[type=password] {
	border: #808080 1px solid;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	background-color: #FFFFFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

textarea, select {
	border: #808080 1px solid;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	background-color: #FFFFFF;
	float: left;
/*	width: 147px; */
	margin-right: 10px;
	margin-bottom: 4px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #5B84BB;
}

input[type=submit]:hover, input[type=reset]:hover{
	background-color:#EBEBEB !important;
}

/* AB HIER A L T */


br {
	clear:both;
}

.label_req, .label_opt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	display: block;
	float: left;
	width: 240px;
	border-right-width: 4px;
	border-right-style: solid;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 6px;
}

.label_req {
	font-weight: bold;
	border-right-color: #FFA500;
}

.label_opt {
	border-right-color: #7FFF00;
}

.label_check {
	font-family: "Courier New", Courier, monospace;
	width: 200px;
	font-size: 12px;
	color: #000000;
	height: 12px;
	line-height: 15px;
	margin-top: 4px;
	float: left;
}

.inner_fieldset {
	display: block;
	float: left;
	padding-top: 3px;
	width: 260px;
}

.input_text {
	height: 16px;
	/* width: 150px; */
	border: 1px solid #778899;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	float: left;
}

.input_textarea {
	/* height: 250px;
	width: 300px; */
	border: 1px solid #778899;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	float: left;
}

.input_select {
	height: 18px;
	/* width: 157px; */
	border: 1px solid #778899;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 1px;
	float: left;
}
.hint {
	font-family: "Times New Roman", Times, serif;
	width: 300px;
	font-size: 12px;
	color: #555555;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	height: 12px;
	margin-top: 5px;
	font-style: italic;
	float: left;
}

.input_check, .inner_input_check {
	height: 15px;
	width: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

.inner_input_check {
	margin-left: 25px;
}

.button_action, .button_reset {
	letter-spacing:1px;
	color:#555555;
	font-variant:small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	background-color: #DDDDDD;
	margin-top: 5px;
	margin-bottom: 5px;
}

.button_action {
	width: 170px;
	font-weight: bold;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005500;
	border-left-color: #005500;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}

.button_reset {
	width: 100px;
	margin-left: 10px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AA0000;
	border-left-color: #AA0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
.label_option {

	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	height: 12px;
	line-height: 15px;
	margin-top: 4px;
	float: left;
}
.input_option {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
