/*******************
Author: john e. harvey

Misc Standard Form styles
Feel free to use this however you like.  Credit is always appreciated.
*******************/
body {
	font:75%/150% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 60px;
	margin-left: 60px;
}
strong {
	color:#444
}
 input:blur {
 background-color: #FFF;
 color:#000;
 font-weight:bold;
}
 textarea:blur {
 background-color: #FFF;
 color:#000;
 font-weight:bold;
}
input:focus {
	background-color: #154734 !important;
	color:#FFFFFF !important;
}
textarea:focus {
	background-color: #154734 !important;
	color:#FFF !important;
	overflow-y:scroll;
}
/*strong {
	color: #333;
}
*/