div.grayBox
{
    background-color: #fff;
    margin: 0 2px 0 2px;
    width: 200px;
    
}
div.grayBox .top
{
  
    height: 8px;
}

div.grayBox .bottom
{
    
    height: 8px;
}

div.grayBox .content
{
	background-color: #fff;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
