.border {
	border: 1px solid black;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#B0C4DE;
}