/*sfhhw batteries page: orange corners*/

			div.roundCornerGreen{
				width:325px; 		
				background: transparent;
				border: 1px solid #18a1d5;
				overflow: hidden;
			}
			
			div.greenCornerBorder{
				
				width:325px; 
				background: #18a1d5; 
				position: relative; 
			}
			
			div.roundCornerGreenContent{
				width:325px; 		
				background: #FFF;
				
			}
			
			div.greenCornerBorderContent{
				
				width:325px; 
				background: #18a1d5; 
				position: relative; 
				border: 1px solid #18a1d5;
				float: left;
			}
			
			div.roundCornerWhite{
				
				width:325px; 
				background: #FFFFFF;
				text-align: center;
				border: 0;
			
			}
			
			div.whiteCornerBorder{
				
				width:325px; 
				background: #18a1d5; 
				position: relative; 
			
				
			}
			
			.orange{
				
				color: #f37021;
				
			}