.simpleForm select {
	font: normal 13px Arial, SansSerif, Verdana; 
	color: black; 
	width: 100%;
	height: 22px;
	background-color: #f8f8f8;
	border: 1px inset;
}

.simpleForm input {
	border: 1px inset;
	color: black; 
	height: 20px;
	width: 98.6%;
	background-color: #f8f8f8;
}

.simpleForm textarea {
	border: 1px inset;
	width: 99.6%;
	margin-bottom: 4px;
	overflow-y: auto;
}

.simpleForm input[type=text], .simpleForm input[type=password], .simpleForm input.text {
	width: 100%;
}

/* @media screen and (-webkit-min-device-pixel-ratio:0) {
	.simpleForm select { border: none; }
} */

.simpleForm input.button {
	border: 1px solid #a64600;
	background-color: #db6e1c;
	color: #ffffff;
	padding: 6px;
	height: 32px;
	width: 130px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	font: normal 13px Arial, SansSerif, Verdana; 
	cursor: pointer;
}

.simpleForm div {	
	float: left;
	display: inline;
	margin-bottom: 5px;
}

.simpleForm input.image, .simpleForm input[type=image] {
	border: 0px;
}