@charset "ISO-8859-1";
#answerDiv {
	width:100%;
	height:45px;
	background-color:#7E4101;
    margin: 8px 0 0 0;
}
.startBox {
	float:left;
	display:none;
	width:25px;
	height:25px;
	background-color:#FFCCFF;
	margin:2px 2px 0px 2px;
}
.letter, .spacer, .hyphen, .letterNoShow {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	font-weight:bold;
	text-align:center;
	margin:2px 2px 0px 2px;
	resize:none;
	border:solid 1px silver;
    height:32px;
	padding-top:4px;}
.letter {
	width:32px;
	text-transform: uppercase;
	color: #7E4101;	
}
.letterNoShow {
	display:none;
	width:32px;
	text-transform: uppercase;
	color: #FF0000;	
}
.spacer {
	width:16px;
	border:none;
	background-color:#CCFFFF;
}
.hyphen {
	width:16px;
	border:none;
	background-color:#CCFFFF;
}
#clueTextarea.clueTextarea {
    resize:none;
    margin:8px 0;
	background:url(/stylesheets/images/clueTextarea_bg.png) center center no-repeat;
}
#answer {
    resize:none;
	background:url(/stylesheets/images/answerTextarea_bg.png) center center no-repeat;
}
.searchInput {
	border:solid #7E4101 1px;
}