#answerclock {
    width: 164px;
    margin: 5px 156px 5px 0px;
    float: right;
    height: 28px;
    clear: none;
}

img#clockimg {
    float: left;
}

#answerclock #timbar {
    width: 139px;
    position: relative;
    top: 12px;
    left: 10px;
    float: left;
    background: url(../images/percentimageback.gif) no-repeat bottom;
    height: 7px;
    padding-top: 2px;
}

#answerclock #timbar span {
    float: right;
    display: block;
    width: 139px;
    height: 7px;
    background: url(../images/timebar.gif) no-repeat 0 0;
    overflow: hidden;
    text-indent: -1000px;
    clear: left;
    position: relative;
    top: -1px;
    left: -1px;
}

#answerclock #timbar em {
    float: right;
    display: block;
    position: relative;
    width: 139px;
    height: 7px;
    background: url(../images/bg_cover.gif) repeat-x 0 0;
    top: 0px;
}
.quiz_root {
	float: left;
	clear: none;
	 margin: 15px 0px -7px 10px;
	padding: 0;
	width: 320px;
	height: 30px;
	overflow: hidden;
	
}
#inner .quiz_root p {
	width: 100%;
	font-weight: bold;
	line-height: 14px;
	color: #185791;
	padding: 0;
	margin: 0;
}
#inner p.answer_tip {
	
	float: left;
	clear: both;
	margin-top: 10px;
	
	
}
