﻿.div-inner {
	border-top:2px #FF6464 solid;
	border-left:2px #FF6464 solid;
	border-right:2px maroon solid;
	border-bottom:2px maroon solid;
}

.div-middle {
	border:1px red solid
}

.div-outer {
	border-bottom:2px #FF6464 solid;
	border-right:2px #FF6464 solid;
	border-left:2px maroon solid;
	border-top:2px maroon solid;
}

.bg-tps {
background-image:url('images/Background-tps.png');
background-attachment:fixed;background-position:center top;background-repeat:repeat
}

.bg-rks {
	background-image:url('images/background-rks-darker-grey.jpg');
	background-attachment:fixed;background-position:center top;background-repeat:repeat
}

.body {
	background:#C1C1C1 url('images/grass-b.png') repeat scroll left top 
	}

.border-lr{
	border-left:1px black solid;
	border-right:1px black solid;
	padding:10px
}


.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('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('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);
	}
