
div.quotebox {
	background-color: #00477f;
	width: 480px;
	float:right;
	margin-top: 15px
}
.quotebox_top
{
	background-image:url(quotebox_top.jpg);
	background-repeat:no-repeat;
	height: 21px
}
.quotebox_bottom
{
	background-image:url(quotebox_bottom.jpg);
	background-repeat:no-repeat;
	height: 21px
}
.quotebox_content
{
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	background-color: #00477f;
	line-height: 16px
}

