/*---------------------------------------------------//
//  FORMS CONFIGURATION www.hoermann.de              //
//---------------------------------------------------*/


forms {
	margin:0px;
	padding:0px;
	}
	

checkbox, textarea, option, select {
	font-family:Arial,Verdana,sans_serif;
	font-size:11px;
	}

input {
	border:1px solid #999999;
	}

.selectFieldLarge {
	width:205px;
	}	
	
.textfieldMiddle {
	width:140px;
	height:16px;
	}
	
.textfieldLarge {
	width:200px;
	height:16px;
	}
	
.submitButton {
	background-color:#232770;
	height:18px;
	width:100px;
	color:#ffffff;
	}
	

