/**  BEGIN RoundedCornerBox Styles  **/

/** BEGIN main rcb sytles **/
.rcb 							{	float: right; 
										width: 370px;
										margin: 20px 10px 20px 10px;
										background: #efefef url(../images/rcb_grad.gif) repeat-x top left; }

.rcb_top div 			{ background: url(../images/rcb_tl.gif) no-repeat top left; }

.rcb_top 					{ background: transparent url(../images/rcb_tr.gif) no-repeat top right; }

.rcb_bot div 			{ background: url(../images/rcb_bl.gif) no-repeat bottom left; }

.rcb_bot 					{ background: transparent url(../images/rcb_br.gif) no-repeat bottom right; }

.rcb_top div, 
.rcb_top,
.rcb_bot div, 
.rcb_bot					{ width: 100%;
										height: 10px;
										font-size: 1px; }

.rcb_content 			{ margin: 10px 10px; }

.rcb p,
.rcb li						{ color: #333333; 
										font-size: 11px; }
/** END main rcb sytles **/

/** BEGIN sidebar rcb sytles **/
.rcb_sb						{	margin: 40px 0 20px 0;
										width: 165px; 
										background: url(../images/rcb_sb_tl.png) no-repeat top left; }

.rcb_sb_top 			{ background: url(../images/rcb_sb_tr.png) no-repeat top right; }

.rcb_sb_bot 			{ background: url(../images/rcb_sb_bl.png) no-repeat bottom left; }

.rcb_sb_bot div 	{ background: url(../images/rcb_sb_br.png) no-repeat bottom right; }

.rcb_sb_content 	{ background: url(../images/rcb_sb_r.png) repeat-y top right; }

.rcb_sb_top div,
.rcb_sb_top,
.rcb_sb_bot div, 
.rcb_sb_bot 			{ width: 100%;
										height: 10px;
										font-size: 1px; }

.rcb_sb_content, 

.rcb_sb_bot 			{ margin-top: 0px; }

.rcb_sb_content 	{ padding: 5px 10px; }

.rcb_sb h3				{ margin: 0 0 5px 0;
										padding: 0; }
.rcb_sb p					{ color: #333333; 
										font-size: 11px;
										margin: 0 5px 0 5px; }
										
.rcb_sb_content form	{ margin: 0px; }
										
/** END sidebar rcb sytles **/

/**  END RoundedCornerBox Styles  **/
