div.oandp-l-subscribe, div.oandp-l-subscribe-compact {
	border: 1px #7FBFFF solid;
	background: #EBF4FD;
}
	div.oandp-l-subscribe { padding: 6px; }
	div.oandp-l-subscribe-compact { padding: 3px; }

	div.oandp-l-subscribe h3, div.oandp-l-subscribe-compact h5 {
		border-bottom: 1px #7FBFFF solid;
		margin-bottom: 5px;
		font-weight: bold;
	}
	
	div.oandp-l-subscribe h3 { font-size: 130%; }
	div.oandp-l-subscribe-compact h5 { font-size: 85%; margin-bottom: 0px; }
	
	div.oandp-l-subscribe p {
		margin-bottom: 7px;
	}
	
	div.oandp-l-subscribe-compact p {
		font-size: 85%;
		 margin-top: 4px;
		 margin-bottom: 4px;
	}
	
	div.oandp-l-subscribe-compact input {
		font-size: 90%;
	}
	
	div.oandp-l-subscribe-compact .clsButton {
		font-weight: bold;
	}
	
	div.oandp-l-subscribe .clsButton {
		width: 100%;
		font-weight: bold;
	}

div.oandp-l-message { margin-bottom: 15px; }
	
	div.oandp-l-message table { width: 100%; }
	
	div.oandp-l-message table th {
		background: transparent url(../images/background_thead_grid.gif) repeat-x bottom left;
		border: 1px #d0d0d0 solid;
		font-weight: bold;
		color: #666666;
	}
	div.oandp-l-message table td, div.oandp-l-message table th { padding: 1px 7px 1px 7px; }
	div.oandp-l-message table td.body { border-top: 1px #d0d0d0 solid; padding: 4px 7px 4px 7px; background: url(../images/background_block_list.gif) repeat-x top; }
	div.oandp-l-message table tr.spacer { height: 2px; background: #fff; }
	
	div.oandp-l-message .info {
		border-bottom: 1px #D0D0D0 solid;
		border-top: 1px #D0D0D0 solid;
		padding: 2px;
		color: #666666;
		font-size: 90%;
	}
	
	div.oandp-l-message h3 {
		font-weight: bold;
		color: #0073e5;
		font-size: 120%;
		margin-bottom: 5px;
	}

div.oandp-l-message div.message-footer {
		clear: both;
		text-align: center;
	}
	
	div.oandp-l-message div.message-footer {
		padding: 3px 0px 10px 0px;
	}
	
	div.oandp-l-message div.message-footer li {
		display: inline;
		margin-right: 40px;
	}
