<html><body><p>@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, sans-serif;
}


#cert_wrapper {
	position: relative;
	width: 900px;
	height: 638px;
	z-index: 5;
	margin: 0;
	clear: both;
}

#cert {
	position: relative;
	top:0;
	left:0;
	width: 900px;
	height: 638px;
	z-index: 5;
}

input#name {
	position: absolute;
	display: block;
	text-align: center;
	top:130px;
	left: 190px;
	z-index: 10;
	width: 565px;
	height: 40px;
	padding: .5em;
	font-size: 2.5em;
	background-color:transparent;
	border: 0px solid;	
	color: #000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

p#name {
	position: absolute;
	display: block;
	text-align: center;
	top:130px;
	left: 185px;
	z-index: 10;
	width: 565px;
	height: 40px;
	padding: .5em;
	font-size: 2.5em;
	background-color:transparent;
	border: 0px solid;	
	color: #000;	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

p#month {
	position: absolute;
	top:435px;
	left:460px;
	width:50px;
	z-index: 10;	
	font-size: 1.8em;
	font-style: italic;
	text-align: center;
}

p#day {
	position: absolute;
	top:435px;
	left:492px;
	width: 60px;
	z-index: 10;	
	font-size: 1.8em;
	font-style: italic;
	text-align: center;
	
}

p#year {
	position: absolute;
	top:435px;
	left:550px;
	z-index: 10;	
	font-size: 1.8em;
	font-style: italic;
	
}



#directions {
	position: relative;
	width: 900px;
	height: auto;
	max-height: 100px;
	z-index: 5;
	margin: 20px 0 0 0;	
}

#button {
	margin: 10px 0 0 0;
}


</p></body></html>