@charset "UTF-8";
/* CSS Document */
form {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color:#666;
}
fieldset {
	width:300px;
	border:0;}
fieldset input {
	margin:2px;
	height:21px;
	width:375px;
	background: transparent;
	background-image:url(file:///Andita/Users/Andita/Documents/Business/Lenntek/SonixCases/images/forminputbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #333;
	border: 1px solid #999;
	margin-bottom: 15px;
}
form fieldset .submit input {
	width: 80px;
}
fieldset textarea {
	width:375px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: transparent;
	background-image: url(file:///Andita/Users/Andita/Documents/Business/Lenntek/SonixCases/images/forminputbgtextfield.gif);
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	border: 1px solid #999;
	margin-top: 5px;
}
select, input, textarea, button {outline:none; resize:none; border:0;}

form select {
	height:27px;
	width:200px;
	background-repeat: repeat-x;
	color:#333;
	padding-left:3px;
	background-color: transparent;
	background-image: url(file:///Andita/Users/Andita/Documents/Business/Lenntek/SonixCases/images/forminputbg.gif);
	margin: 10px;
}
	
	form select option {
		position:relative; 
		background:#fff;
		margin-top:0;  
		color:#333; 
		z-index:4; 
		max-height:200px; 
		overflow-y:auto; 
		overflow-x:hidden; 
		left:0; 
		top:0;}
