input[type=submit] {
	color: #005D99;
	background: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
	cursor: pointer;
	padding: 0 10px;
}
input[type=submit]:hover {
	background: #005D99; 
	color: #FFF; 
	border: 1px solid #cac7b2; 
	padding: 0 10px;
}

input[type=text]{
	font: 1em Arial,sans-serif;
	color: #005D99;
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
	font-size: 1em;	
	width: 120px;
}

textarea{
	font: 1em Arial,sans-serif;
	color: #005D99;
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
	font-size: 1em;	
	width: 95%;
}
textarea:hover{
	border:1px outset red;
	background-color: #ffffeb;
}  

