
body {
	background-image: url('water.jpg');
	padding: 0;
	margin: 0; 
	}

a.rbutton:hover {
	border-top: rgba(0,0,0,0.5) 2px solid;
	border-right: rgba(255,255,255,0.5) 1px solid;
	border-bottom: rgba(255,255,255,0.5) 1px solid;
	border-left: rgba(0,0,0,0.5) 2px solid;
	background-image: url('btn-hover.jpg');
}
a.rbutton {
	width: 147px;
	height: 17px;
	background-image: url('btn-passive.jpg');
	color: white;
	display: inline-block;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-top: rgba(255,255,255,0.5) 1px solid;
	border-right: rgba(0,0,0,0.5) 2px solid;
	border-bottom: rgba(0,0,0,0.5) 2px solid;
	border-left: rgba(255,255,255,0.5) 1px solid;
	text-decoration: none;
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

a.large {
	height: 37px;
	line-height: 3;
	}

