.curvebox {

	padding: 10px;
	background-color: #E9E9E9;
	color: #33527B;
    width: 189px;	
}

.curveboxxx {

	 height:50px;
	 overflow:hidden
}

 .WrappingItem 
    { 
      white-space: normal; 
    } 
    
    
 .buttonx
{
   /*background-color: Blue; /*This is your regular color*/
}
 
.buttonx:hover
{  
    background-color:#D6D6CC;
    font-size:medium;
 /*The color when you pass mouser over it*/  
    
}



