﻿.text-normal{
	font-family:"Times New Roman", Times, serif;
	font-size:x-large;
}

.border{
border:1px solid #7c5b2b; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:"Times New Roman", Times, serif; 
padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #a67939; background-image: linear-gradient(to bottom, #a67939, #845108);
}

#headstone{
	position:relative;
	margin:0 auto;
	background-image:url('../../../html/images/background_rksdarkergrey.jpg');
	background-attachment:fixed;background-position:center top;background-repeat:no-repeat;
	border-color:#333333;
	border-style:solid;
	border-width:5px;
	border-radius:50px 50px 0px 0px;
	padding:10px;
	height:100%;
}

#text{
	position:relative;
	margin:0 auto;
	padding:10px;
}

#sprite{
	position:relative;
	margin:0 auto;
}

#body {
	background-image:url('../../../html/images/grass-b-big.png');background-color:olive;background-attachment:fixed;background-position:left top;background-repeat:repeat;
	}
	
.button{
	border:1px solid #616261; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:"MS Sans Serif"; 
	padding: 10px 10px 10px 10px; 
	font-weight:bold; 
	text-align: center; 
	color: #FFFFFF; 
	background-color: #7d7e7d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
	background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
	background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
	background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
	background-image: -o-linear-gradient(top, #d3d3d3, #707070);
	background-image: linear-gradient(to bottom, #d3d3d3, #707070);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
	background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
	}

