
P { text-align: justify; }

#brief {
	background-color: #eeeeee;
	width: 240px;
	position: relative;
	margin: 0px 0px 0px 0px ;
}

#brieftitle {
	font-size: 18px;
}

#brieftext {
	font-size: 12px;
	margin-left: 1em;
}

#briefprice {
	color: #eebbff;
	font-weight: bold;
	align: right;
	position: absolute;
	top: 1px;
	right: 1px;
}

#briefsign {
	font-size: 36px;
	vertical-align: top;
}

#briefdollar {
	font-size: 84px;
}

p.briefprice2 {
	color: #eeaaff;
	font-size: 76px;
	font-weight: bold;
	align: right;
	text-align: right;
	position: fixed;
	vertical-align: top;
	top: 1px;
	right: 1px;
	position: absolute;
}

#briefsign2 {
	font-size: 36px;
	vertical-align: top;
}

.briefmoreinfo {
	background-color: #ffff00;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	position: absolute;
	right: 1px;
	bottom: 1px;
}

.briefmoreinfo A {
	background-color: #ffff00;
	padding-left: 1em;
	padding-right: 1em;
}

.briefmoreinfo A:hover {
	background-color: #3333ff;
	color: #ffffff;
}

.fineprint {
	font-size: 10pt;
}

