/*This is for your quiz question*/
/*For example, in mine: it's
Are you the one for Dodo?
*/
.quizheader {
	}

/*This is for your individual question*/
.rings {
	}

/*This is for your listed answers*/
.just {
	}

/*This is for your form fields*/
.form {
	}

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}

