
.geouri-box{
    border-radius: 5px;
    border: 1px solid #828B87 !important;
    padding: 5px;
    background-color: gray;
    box-shadow: 3px 3px 3px #828B87;
    color: white;

	background-image: linear-gradient(bottom, rgb(122,122,122) 13%, rgb(135,135,135) 32%, rgb(186,186,186) 100%);
	background-image: -o-linear-gradient(bottom, rgb(122,122,122) 13%, rgb(135,135,135) 32%, rgb(186,186,186) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(122,122,122) 13%, rgb(135,135,135) 32%, rgb(186,186,186) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(122,122,122) 13%, rgb(135,135,135) 32%, rgb(186,186,186) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(122,122,122) 13%, rgb(135,135,135) 32%, rgb(186,186,186) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(122,122,122)),
		color-stop(0.32, rgb(135,135,135)),
		color-stop(1, rgb(186,186,186))
	);

}

.geouri-button{
    border-left: 1px solid #828B87;
    margin: 0px 0px;
    padding: 5px 10px;	
}

.geouri-button:first-child{
	border-left: none;
}

.geouri-box a{
	color: inherit;
}
