a.t {
	font-family: verdana;
	font-size: 10px;
	color: #333366;
	text-decoration: none;
	font-weight: normal;
}

a.t:hover {
	color: #9999cc;
}

p {
	margin-left: 5px;
	margin-right: 5px;
}

.more {
	position: absolute;
	top: 85px;
	left: 470px;
	color: #330099;
	font-size: 9px;
	font-family: verdana;
}

.more:hover {
	color: #990033;
}

.dz {
	position: relative;
	width: 510px;
	height: 105px;
	
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	margin-top: 10px;
}

.flow {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 510px;
	overflow: scroll;
	border: dashed 1px #9999cc;
	background-color: #ffffff;
	z-index: 2;
	display: none;
}

#tests {
	position: absolute;
	top: 30px;
	left: 0px;
	width:530px;
}