.formbutton {
       cursor:pointer;
       border:outset 0px #393939;
       background:#666;
       color:#FFFFFF;
       padding: 1px 2px;
       background:url(http://www.micro-agentur.com/templates/km-p2spalten/img/formbg.gif) repeat-x left top;
}
.required {
	color: #ffff00;
}
.field_title {
	font-size: 90%;
	width: 100px;
	vertical-align: top;
	text-align: right;
}
.textfield {
	font-family:Arial;
        color:#FFFFFF;
        font-size:90%;
        border: 0px double #888888;
        background-color: #393939;
        padding:2px;
        height: 100%;
	width: 160px;
        outline:none;
}
.textarea {
        font-family:Arial;
        color:#FFFFFF;
        font-size:90%;
        border: 0px double #888888;
        background-color: #393939;
        padding:2px;
        width: 160px;
	height: 120px;
        outline:none;
}
.field_heading {
	font-size: 90%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 90%;
}
.checkbox_label {
	font-size: 90%;
	cursor: pointer;
        margin-right: 10px;
        margin-left: 3px;        
}
.radio_label {
	font-size: 90%;
	cursor: pointer;
        margin-right: 10px;
        margin-left: 3px;
}
.email {
        font-family:Arial;
        color:#FFFFFF;
        font-size:90%;
        border: 0px double #888888;
        background-color: #393939;
        padding: 2px;
        height: 100%;	
        width: 160px;
        outline:none;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}								