/* * * --- RIGHT MARGIN BOX STYLES --- * * */

div.sm_gray_box {
	width:276px; 
	height:auto; 
	padding-top:10px; 
	background-image:url(images/sm-gray-box.png); 
	background-position:top center; 
	background-repeat:no-repeat; 
	margin:0 0 10px 0;
	}
	
div.sm_gray_box_inside {
	width:auto; 
	padding:0 10px 10px 10px; 
	height:auto; 
	background-image:url(images/sm-gray-box.png); 
	background-position:bottom center; 
	background-repeat:no-repeat;
	}
	
div.sm_gray_gray_box {
	width:276px; 
	height:auto; 
	padding-top:10px; 
	background-image:url(images/sm-gray-gray-box.png); 
	background-position:top center; 
	background-repeat:no-repeat; 
	margin:0 0 10px 0;
	}
	
div.sm_gray_gray_box_inside {
	width:auto; 
	padding:0 10px 10px 10px; 
	height:auto; 
	background-image:url(images/sm-gray-gray-box.png); 
	background-position:bottom center; 
	background-repeat:no-repeat;
	}
	
div.sm_red_box {
	width:276px; 
	height:auto; 
	padding-top:10px; 
	background-image:url(images/sm-red-box.png); 
	background-position:top center; 
	background-repeat:no-repeat; 
	margin:0 0 10px 0;
	}
	
div.sm_red_box_inside {
	width:auto; 
	padding:0 10px 10px 10px; 
	height:auto; 
	background-image:url(images/sm-red-box.png); 
	background-position:bottom center; 
	background-repeat:no-repeat;
	}
	
div.sm_gray_red_box {
	width:276px; 
	height:auto; 
	padding-top:10px; 
	background-image:url(images/sm-gray-red-box.png); 
	background-position:top center; 
	background-repeat:no-repeat; 
	margin:0 0 10px 0;
	}
	
div.sm_gray_red_box_inside {
	width:auto; 
	padding:0 10px 10px 10px; 
	height:auto; 
	background-image:url(images/sm-gray-red-box.png); 
	background-position:bottom center; 
	background-repeat:no-repeat;
	}
