@CHARSET "ISO-8859-1";

div#wrapper {
	font-size: 12px;
	font-family: Arial;
}


div.title {
	background: url(/interface/text-box/title-background.gif) repeat-x;	
	padding-left: 8px;
	background-position: 0px 5px;
}

	h3 {
		margin: 0px;
		display: inline;
		background: #FFF;
		padding: 3px;
		font-size: 12px;
	}

table {
	width: 380px;
	border-collapse: collapse;
}

	table th {
		width: 30%;
		text-align: left;
	}
	
	
	table td {
		width: 70%;
		text-align: left;
	}
	
	p.small {
		margin: 0px;
		font-size: 10px;
	}