/* CSS for notes */
	body {
		font-family:Arial, Helvetica, sans-serif;
		background-color:#FFF;
		font-size:80%;
		text-align:center;
		height:100%;
		background:#fff url(../../images/vertical-logo.gif) left top no-repeat;
		}
	select#answer, #answerrow {
		font-size:1.2em;
		font-weight:bold;
		}
	select#answer {
		background-color:#666666;
		color:#FFFFFF;
		border:#999999 1px inset;
		}
	option {
		color:#666666;
		background-color:#FFFFFF;
		}
	img {
		border:none;
		}
	h1 {
		margin-top:-5px;
		font-size:3em;
		margin-bottom:25px;
		padding:0;
		padding-bottom:5px;
		text-align:center;
		display:block;
		width:inherit;
		white-space:nowrap;
		}
	div#maincontainer {
		width:400px;
		height:400px;
		text-align:center;
		margin:5% auto;
		padding:30px;
		background:#666666 url(../img/background.png) bottom right repeat;
		border:#CCCCCC 3px ridge;
		color:#FFFFFF;
		}
	div#notecontainer {
		width:200px;
		height:133px;
		overflow:hidden;
		border:#999999 5px inset;
		margin:0 auto;
		cursor:help;
		background:#FFFFFF url(../img/C0.png) center -10px no-repeat;
		}
	div#answerrow {
		margin-top:30px;
		line-height:50px;
		}
	div#answerrow img {
		margin-bottom:-17px;
		padding-left:10px;
		padding-right:10px;
		}
	div#score {
		border:#999 1px inset;
		margin-bottom:3px;
		font-size:1em;
		line-height:1.2em;
		}
	div#url-images {
		display:none;
		}
	div#homelink {
		color:#FFFFFF;
		margin-top:20px;
		}
	div#homelink a {
		color:#FFFFFF;
		}
