/*
	STYLES FOR THE LIGHT SIDE OF FIELD
*/
body { background-color: #fff; }
body, p { color: #303025; }

a { color: #303025; }
a:hover { border-bottom-color: #BBEF1D; }
a.selected { border-bottom-color: #303025; }
a.tint:hover { border: none; color: #BBEF1D; }

input, textarea {
	border: none;
	border-bottom: 2px solid #000;
	background-color: #ffffff;
}

textarea {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

input.submit {
		background-color: #ffffff;
}

h2, #footer a { font-weight: bold; }

div.block { color: #929292; }

#background { color: #BBEF1D; }
