#cms form {
	margin: 0;
	padding: 0px;
}

#cms label {
	clear: both;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	width: 140px;
}

#cms .sublabel {
	color:#666666;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}


#cms input, #cms textarea, #cms select {
	float: left;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	margin: 2px 0 6px 6px;
}

.spantext {
	float: left;
	display: block;
	width: 200px;
	margin: 8px 0 0px 6px;
}

#cms select[multiple] {
	height: 100pt;
}


#cms input[type="radio"], #cms input[type="checkbox"] { 
	width: 22px;
	border: none;
}

#cms .formValueContainer {
	clear: both;
	display: block;
	padding-left: 170px; /* compensate the missing label width*/
}

#cms textarea.small {
	width: 150px;
	height: 30px;
}

#cms textarea.normal {
	width: 400px;
	height: 80px;
}

#cms textarea.large {
	width: 600px;
	height: 90px;
}

#cms input.small {
	width: 50px;
}

#cms input.normal {
	width: 100px;
}

#cms input.large {
	width: 200px;
}

button{
	margin-left:20px;
	width: 150px;
	height: 31px;
	background:#666666 url(../imgages/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#cms fieldset {
	padding: 10px;
}

#cms fieldset fieldset {
	width: 95%;
}

fieldset .buttonContainer {
	text-align: center;
}

#studienrichtungContainer {
	clear: both;
}

.clear {
	clear: both;
}

#reisekostenrichtlinie {
	margin-left: 20px !important;
}


/* IE6 Hack */
* html #hsHochschulen {
	width: auto;
}

/* IE7 Hack */
html* #hsHochschulen {
   width: auto ! important;
}
