/*
	STYLES FOR THE DARK SIDE OF FIELD
*/
body { background-color: #161613; }
body, p { color: #999999; }

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

input.submit { font-weight: normal; }

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

h2 { font-weight: normal; }

