#form{
   /*background-color:#111111;*/
   border-color:#000000;
   border-width:1px;
   display: block;
}

#qNum{
	font-family: Verdana,sans-serif;
	font-size: larger;
    font-weight:bold;
	color:#b81414;
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 1.0em;	
}

#status{
   width: 662px;
   /*background-color:#333333;*/
   display: block;
   top:2px;
   bottom:2px;
   overflow: hidden;
}

.ques{
}

.li{
   font-family:Verdana,sans-serif;
}

.input{
   background-color:#333333;	
}

.showhide{
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#dddddd;
   background-color:#1e5e79;
   border-color:#000000;
   border-width:1px;
   display: block;
   padding-left: 3px;
   padding-top: 2px;
   padding-bottom: 2px;
   line-height: 2.0em;
}

a.showhide {
	color: #dddddd;
}

.light{
   display: block;
   background-color:#333333;	
}

.heavy{
   display: block;
   background-color:#000000;
}

#qinfo{
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;	
	border: dashed;
	border: #ffffff;
}

#qtitle {
	font-size: x-large;
	font-family: Garamond, serif;
	color: #b81414;
	/*background-color: #111111;*/
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 1.0em;
}

#ctrl{
	/*position: fixed;
	top: 40px;
	right: 30px;
	left: auto;*/
}

#questions{
	width: 800px;
}

.qbrief{
	color: #eeeeee;
	cursor:hand;
}
.del{
	color: #ff0000;
	cursor:hand;
}
