.input {
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #CFDD7E;
	height: 20px;
	color: #245C00;
}
select {
	background-color: #CFDD7E;
	color: #245C00;
}
option {
}
.msg_box {
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CFDD7E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFDD7E;
}

textarea {
	width: 300px;
	height: 100px;
	background-color: #CFDD7E;
	border: 1px solid #CCCCCC;
	color: #245C00;
}
.buttonReset {
 color: #fcc;
 background-color: #900;
 font-size: 1.5em;
 border: 1px solid #660;
 padding: 4px;        
}
.buttonSubmit {
	background-color: #CFDD7E;
	border: 1px solid #CCCCCC;
	padding: 1px;
	height: 20px;
	color: #245C00;
}
