/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
	border-width : 1
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

.helpline {
	background-color : #000000
	color : #FFFFFF
}

body {
	background-color : #000000;
	color : #FFFFFF;
	vlink : #0099FF;
	alink : #0099FF;
	link : #0099FF;
	font : normal 14px century gothic;
}

label {
	font-size : 10px
	text-transform : uppercase
}