div { 	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.left-element {
   float: left;
   width: 49%;
}
.right-element {
   float: right;
   width: 49%;
   text-align: right;
   padding-right: 5px;
} 
.banner{
	clear:both;
	background-color: #BF3220;
}
.list_bg{
	background-image:url('/images/general_frame.png');
	background-repeat:no-repeat;
	background-position:center top;
	vertical-align:top;	
}
.greeting {
	font-size: 16px;
	font-weight: bold;
	color: black;
}
.caption {
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}
.message {
	font-size: 14px;
	font-weight: bold;
	color: #BF3220;
	text-align: center; 
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

