.islas-button, .islas-button:link, .islas-button:visited {
	background:#5A5955;
	border: none;
	display: inline-block;
	color: #ffffff;
	line-height:normal;
	font-size: 1em;
	font-weight:bold;
	text-decoration:none;
	padding: .5em;
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3-4 */
	border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome */
}
.islas-button:hover, .islas-button:focus {
	background:#25A0C9;
	color: #ffffff
}
.login-button, .login-button:link, .login-button:visited {
	font-size: 1.5em;
	padding: .3em 1em;
}

 .islas-button, .islas-button:link, .islas-button:visited, {
 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .2)), color-stop(1, rgba(255, 255, 255, 0)));
 background-image: linear-gradient(top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) )
}
.islas-button:hover, .islas-button:focus, {
 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, .2)));
 background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2))
}
em.georgia
{
	font-family: Georgia;
}
