
.bug_list {
	position: relative;
	width: 650px;
}

.bug_report {
	position: relative;
	border: dashed #AAA 1px;
	background: #EFEFEF;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bug_title {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	height: 25px;
	width: 500px;
	overflow: hidden;
	top: 5px;
	left: 5px;
	margin-bottom: 10px;
}

.bug_status {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	color: #000;
	border: solid #666 1px;
	width: 110px;
	height: 22px;
	top: 5px;
	left: 530px;
}

.bug_version {
	position: absolute;
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	width: 110px;
	height: 22px;
	top: 32px;
	left: 530px;
}

.bug_date {
	position: relative;
	font-size: 14px;
	font-variant: small-caps;
	height: 20px;
	top: 5px;
	left: 5px;
}

.bug_finder {
	position: relative;
	font-size: 14px;
	font-variant: small-caps;
	color: #396;
	height: 20px;
	top: 5px;
	left: 5px;
}

.bug_fixer {
	position: relative;
	font-size: 14px;
	font-variant: small-caps;
	color: #36C;
	height: 20px;
	top: 5px;
	left: 5px;
}

.bug_description {
	position: relative;
	font-size: 14px;
	border: solid #999 1px;
	background: #fff;
	top: 5px;
	margin: 10px;
	padding: 5px;
}
