.button {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}
.navButton {
	margin-bottom:5px;
	background:#729fd4 url('http://www.gsllaterraza.com/images/property_display/limited/button_transparent.png') no-repeat;
	width:170px;
	height:30px;
	border:3px solid #4f7096;
	text-align:center;
}
.navButton a {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:28px;
	text-decoration:none;
}
.navButton a:hover {
	color:#c0d2e6;
}