body {
	background-color: #909090;
}

.rounded {
border: 1px solid #3a4240;
background-color: #ffffff;
padding: 2px;
-moz-border-radius:  4px; 
-webkit-border-radius: 4px; 
border-radius: 4px;
}