body {
	margin: 0;
	padding: 0;
	background-color: #e7e6e1;
	background-attachment: fixed;
	font-family: "Victor Mono", monospace;
	font-size: 14px;
	font-weight: 500;
	color: #4A5759;
	line-height: 1.8;
	letter-spacing: 1.5px;
}

label, legend {
	font-weight: bold;}
	
.rightalign {
	text-align: right;
margin: 0 auto auto 15%;
width: 50%;}


.warning {
	display: block;
	width: 75%;
	letter-spacing: 1px;
	font-size: 13px;
	background-color: #eac9c8;
	color: #ce3732;
	border: 1px solid #ce3732;
	border-radius: 10px;
	margin: 20px auto;
	
}

.textbox {
	display: inline-block;
	width: 49%;
}

.foot {
	margin-top: 30px;
	font-size: 12px;
letter-spacing: 1px;}

.button {
	margin: 20px;
}

.radio label {
font-weight: normal;}

legend {
display: inline;}

small {
	letter-spacing: 0px;}
	
.wrapper {
	position: relative;
	z-index: 2;
	margin: 50px auto;
	height: 100%;
	width: 700px;
	background-color: #fff;
	padding: 20px 50px 20px 50px;
	text-align: center;
	border-radius: 10px;
}

button {
	background-color: #a8c140;
	border: 1px solid #89a028;
}
	
a, a:active, a:visited {
	letter-spacing: 0;
	text-decoration: none;
	color: #4a5759;
	font-style: italic;
}

a:hover {
	text-decoration: underline wavy #8fbc33 1.5px;
}

h2 {
	text-align: center;
	font-family: "Grandstander", cursive;
	font-optical-sizing: auto;
	font-weight: 600;
	letter-spacing: 1px;
	color: #73bd57;
	font-size: 50px;
	font-style: normal;
	margin: 15px;
	text-shadow: 2px 2px #3b8e62;
}
  
hr {
    display:block;
    border:0px;
    height:43px;
	width: 440px;
    background-image:url('layout/hr.png');
	margin: 40px auto 20px auto;
}
	
em {
	font-weight: normal;
	color: #516933;
	font-style: italic;
	background-color: #d1db60;
	letter-spacing: 0;
}