div.item
{
border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border: 2px solid #126d12;

background-color: white;
text-align: center;
max-width: 400px;
margin: 10px;
float: left;
}

img.item {
	width: 90%;
}