form {
	display: inline; /* needed for IE */
}

label {
	vertical-align: middle;
}

table {
	color: #000;
}

.dotty {
	background: url(../images/CS_px_punktlinie.gif);
	padding: 2px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

div.form {
	padding: 4px;
	background-color: #FFFFFF;
}

div.formHorizontal {
	background-color: #FFFFFF;
	padding-bottom: 1px;
}

div.formGroup {
	float: left;
	margin: 10px 0 10px 30px;
	display: table;
	
	background-color: #FFFFFF;
}

div.formGroupHorizontal {
	margin-bottom: 2px;
	background-color: #FFFFFF;
	
	padding-top: 10px;
	padding-bottom: 4px;
}

div.formGroupHorizontalNoBorder {
	background-color: #FFFFFF;
	
	padding-top: 10px;
	padding-bottom: 4px;
}

div.formGroupOnlineapplication {
	background-color: #F4F4F4;
}

div.formGroupElement {
	float: left;
	margin-left: 4px;
	text-align: center;
}

div.formGroupElementHorizontal {
	clear: both;
	margin-left: 4px;
	margin-bottom: 2px;
}

div.formGroupElementHorizontal2InARow {
	float: left;
	margin-left: 8px;
	margin-bottom: 2px;
	width: 214px;
}

div.formGroupElementLabel {
	float: left;
	width: 173px;
	margin-left: 4px;
	margin-bottom: 8px;
}

div.formGroupElementLabel2 {
	float: left;
	width: 150px;
	margin-left: 4px;
	margin-bottom: 8px;
}

div.formGroupElementLabelNoWidth {
	float: left;
	margin-left: 4px;
	margin-bottom: 8px;
}

div.formGroupElementInput {
	float: left;
	margin-bottom: 8px;
}

div.formGroupElementLabelOnlineapplication {
	width: 150px;
	float: left;
	background-color: #DBDBDB;
	padding-top: 2px;
	height: 24px;
	border-bottom: 1px solid #E8E8E8;
}

div.formGroupElementLabelOnlineapplication2 {
	width: 600px;
	background-color: #DBDBDB;
	padding-top: 2px;
	border-bottom: 1px solid #E8E8E8;
}

div.formGroupSubelementLabel {
	width: 50px;
	float: left;
	text-align: center;
	background-color: #DBDBDB;
	padding-top: 2px;
	height: 24px;
	border-bottom: 1px solid #E8E8E8;
}

div.formGroupSubelementLabel2 {
	width: 100px;
	float: left;
	text-align: center;
	background-color: #DBDBDB;
	padding-top: 2px;
	height: 24px;
	border-bottom: 1px solid #E8E8E8;
}

div.formGroupSubelementLabel3 {
	width: 300px;
	float: left;
	text-align: center;
	background-color: #DBDBDB;
	padding-top: 2px;
	height: 24px;
	border-bottom: 1px solid #E8E8E8;
}

div.formGroupElementInputOnlineapplicationSmall {
	width: 150px;
	float: left;
	text-align: center;
	padding-top: 2px;
	height: 24px;
	border-bottom: 1px solid #E8E8E8;
}

div.formGroupElementInputOnlineapplication {
	width: 450px;
	float: left;
	text-align: center;
	padding-top: 2px;
	border-bottom: 1px solid #E8E8E8;
}

div.formGroupSubelementInput {
	width: 250px;
	float: left;
	text-align: center;
	padding-top: 2px;
	height: 24px;
	border-bottom: 1px solid #E8E8E8;
}

div.formGroupSubelementInput2 {
	width: 100px;
	float: left;
	text-align: center;
	padding-top: 2px;
	height: 24px;
	border-bottom: 1px solid #E8E8E8;
}

div.formGroupSubelementInput3 {
	width: 225px;
	float: left;
	text-align: right;
	padding-top: 2px;
	height: 24px;
	border-bottom: 1px solid #E8E8E8;
}

div.formGroupSubelements {
	width:300px;
	float: left;
	text-align: center;
}

div.formGroupSubelements2 {
	width:450px;
	float: left;
	text-align: center;
}

div.floatRightTextRight {
	float: right;
	margin-right: 35px;
}

div.formText {
	padding-top: 8px;
}

div.formSubmit {
	clear: left;
	float: right;
	background-color: #920E0E;
	color: #FFF;
	margin-top: 15px;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	border-bottom: 1px solid #4E1919;
	border-right: 1px solid #4E1919;
	padding: 1px 4px 1px 4px;
}

div.formsubmitButtons {
	margin-top: 10px;
}

.submitButton {
	background-color: #920E0E;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	float: right;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	border-bottom: 1px solid #4E1919;
	border-right: 1px solid #4E1919;
	padding: 0 1px 0 1px;
	overflow: visible; /* needed for IE, otherwise ugly outopadding on left and right of the button text */
	margin-left: 8px;
}

.submitButton:hover {
	color: #E37E78;
	cursor: pointer;
}

.bottom
{
	/* this is just a workaroudn */
	margin-top: 4px;
}

a.LinkButton:link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.LinkButton:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.LinkButton:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #E37E78;
	text-decoration: none;
}

.FormType0 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color: #000000;
}

.FormType4 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color: #000000;
	width: 230px;
}
