


 /* set background images for corners */

.rbtop div  { background: url(corner-top-left.gif) no-repeat top left; }
.rbtop      { background: url(corner-top-right.gif) no-repeat top right; }
.rbbot div  { background: url(corner-bottom-left.gif) no-repeat bottom left; }
.rbbot      { background: url(corner-bottom-right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox { width: 100%; margin: auto; }

.rbroundbox { background-color: #e1deef; margin-top:10px; }

div.SkinContainer {	margin: 0 0 14px 0; }
	div.SkinContainer .AdminToolbar { background-color: #FFE1E1; }
	div.SkinContainer .Content { padding: 5px 0 0 0; clear: both; }
	div.SkinContainer .PlainContent { padding: 2px 0 0 0; clear: both; border-top:2px dotted #75549c }
	
	
	
.newsletter{
background:#333;
}

.newsletter .Head{
color:#fff;
font-size:16px;

}

.newsletter h2{
	border-bottom:2px dotted #fff;
	padding:10px 0;
	text-align:center;
}

.newsletter .Content{
	clear: both; 
	margin:10px 0 0 0;
	padding:10px;

}
