#bugReport {
	background-color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;  
	padding: 20px;
	position: relative;
}

#bugReportClose {
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	border: 1px solid gray;
	display: block;
	width: 14px;
	height: 14px;	
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	cursor: pointer;
}

#bugReport th {
	font-weight: bold;
	text-align: right;
}

#bugReport td, #bugReport label {
	font-weight: bold;
	text-align: left;
}

#bugReport input, #bugReport textarea {
	width: 100%;
}

#bugReport caption {
	font-size: 2em;
	margin: 1em;
}