ul,li{list-style:none;}
#wrapper{width:650px;position:relative;}

#boxTest1{width:590px;}
#boxTest1 ul,#boxTest2 ul{background:url(hhhh.gif) no-repeat  0px 0px;    margin-left: 30px;}
#boxTest1 li{margin:10px;background:#EEEEEE;padding:5px;border: 1px solid #CCC;cursor: pointer; }

#boxTest1 li.placeHolder {
	background-color:#FFF;
	border: 1px dashed #CCC;
}

#boxTest1 li.separate{
	background-color:#FFFFFF;
	border:1px dashed #CCCCCC;
	height:20px;
	width:590px;
}

#boxTest2{width:590px; display:none;}
#boxTest2 li{margin:10px;background:#EEEEEE;padding:5px;border: 1px solid #CCC;cursor: pointer; }

#boxTest2 li.placeHolder {
	background-color:#FFF;
	border: 1px dashed #CCC;
}

#boxTest2 li.separate{
	background-color:#FFFFFF;
	border:1px dashed #CCCCCC;
	height:20px;
	width:590px;
}

#boxAns{display:none;}
#boxAns .headAns{display:block;color:#000000;}
#boxAns .headAns.f-h{ text-decoration: underline;}
#boxAns p{    
	color: #666666;
    font-family: tahoma;
    font-size: 14px;
    padding-left: 30px;
}


#nextstep,#submit{   
	display: block;
    margin: auto;
    text-align: center;
    width: 75px;
}
#nextstep{ width:114px;}
#submit{width:90px;}
#nextstep:hover, #submit:hover{text-decoration: underline;}
