input, select {
	border-width:1px;
	border-top-color:#E5E5E5;
	border-bottom-color:#E5E5E5;
	border-left-color:#E5E5E5;
	border-right-color:#E5E5E5;
	border-bottom-style:solid;
	background:#E5E5E5;
	padding:2px;
	margin-bottom:3px;
}
table {
	/*padding-left:14px;*/ 
}
option {
	border-bottom-color:#000000;
	border-bottom-style: groove;
	border-bottom-width:thin
}
optgroup {
	border-bottom-color:#000000;
	border-bottom-style: Solid;
	border-bottom-width: thin
}
th {
	padding-right: 9px;
	padding-bottom:3px;
	font-weight:bold;
}

