.required { color: #FF0000; }


input {	background-color:#efefef;
		width:230px;
		height:19px;
		margin-bottom:1px;
		border: none;
}

.button {
		background-color:#31b3e4;
		color:#fff;
                font-weight:bold;
		width:90px;
		height:25px;
		margin:auto;
		margin-left:90px;
		border: none;
}

label {	        width:90px;
                font-size:0.7em;
		float:left;
		text-align:left;
		font-weight:normal;
		margin:1px;
}
.radio {width:auto;}
.radiotext {font-size:0.7em; }
textarea {
		background-color:#efefef;
		font-size: 12px;
		width:250px;
		height: 140px;
}

.titel label{   width:80%;
                font-size:0.7em;
		float:none;
		font-weight: bold;
		padding-top: 10px;
}


/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier { display:none; }

