

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.right  {
    display: block;
    float: right;
}

.title {
    font-family: arial,sans-serif;
    font-size: 2em;
    color: #7F0419;
    font-weight: 600;
    text-align: center;
}

body   {
	font-family:arial,sans-serif;
	font-weight: normal;
	color:black;
	background-color:white;
	background-image: url(../images/keys-bg.png);
}

.cntr {
	text-align: center;
	margin: 0 auto;
}

.centerItems {
  position:absolute;
  top:50%;
  left:50%;
  padding:15px;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.container {
    background-color: #F0D2D2;
    padding: 25px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 25px;
    border-radius: 20px;
    border: 1px solid #000000;
}



.explanation {
    padding-bottom: 30px;
	padding-top: 30px;
	line-height: 1.5;
}


.cert {font-size: 1.5em;
font-family:"monotype corsiva","times new roman",serif;
color:black;
width: 100%;
text-align: center;
}

.cert2 {font-size: 3em;
font-family:"monotype corsiva","times new roman",serif;
color:black;
}

.certificate {position: absolute;
border: 0;
margin: 0;
height: 650px;
width: 900px
}

.student {position:absolute;
top: 237px;
height: 300px;
width: 100%;
border: 0;
margin: 0;
text-align: center;
font-size: 58px;
font-family:"monotype corsiva","times new roman",serif;
color:black;
}

.mydate {position:relative;
bottom: 173px;
left: -293px;
height: 300px;
width: 120px;
border: 0;
margin: 0;
text-align: center;
font-size: 26px;
font-family:"monotype corsiva","times new roman",serif;
color:black;	
}

.mydateMini {position:fixed;
top: 400px;
left: 42px;
height: 429px;
width: 304px;
border: 0;
margin: 0;
text-align: center;
font-size: 12px;
font-family:"monotype corsiva","times new roman",serif;
color:black;	
}

.modelLetters{
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: brown;
	font-weight: bold;
}

input.checktext {
	text-align: center;
	width=200px;
	background-color: transparent;
	border: thin solid black;
	font-size: 48px;
	font-weight: bold;
	color: blue;
	padding-top: 5px;
	padding-bottom: 0;
}


.mybutton {
	background: #A11313;
	background-image: -webkit-linear-gradient(top, #A11313, #470404);
   	background-image: -moz-linear-gradient(top, #A11313, #470404);
   	background-image: -ms-linear-gradient(top, #A11313, #470404);
   	background-image: -o-linear-gradient(top, #A11313, #470404);
   	background-image: linear-gradient(to bottom, #A11313, #470404);	
	color: white;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 400;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 15px;
   	-moz-border-radius: 15px;	
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 20px 0px #000000;
   	-moz-box-shadow: 1px 1px 20px 0px #000000;	
	box-shadow: 3px 3px 20px 0px #303030;
	text-shadow: 1px 1px 20px #000000;
   	border: solid #FFFFFF 1px;	
	text-decoration: none;
	cursor: pointer;
}

.mybutton:hover {
	background: #FF2525;
	background-image: linear-gradient(to bottom, #FF2525, #700909);
	background-image: -webkit-linear-gradient(top, #FF2525, #700909);
	background-image: -moz-linear-gradient(top, #FF2525, #700909);
	background-image: -ms-linear-gradient(top, #FF2525, #700909);
	background-image: -o-linear-gradient(top, #FF2525, #700909);	
	text-decoration: none;
}

.btn_nocursor {
	background: #A11313;
	background-image: -webkit-linear-gradient(top, #A11313, #470404);
   	background-image: -moz-linear-gradient(top, #A11313, #470404);
   	background-image: -ms-linear-gradient(top, #A11313, #470404);
   	background-image: -o-linear-gradient(top, #A11313, #470404);
   	background-image: linear-gradient(to bottom, #A11313, #470404);	
	color: white;
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 400;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 5px;
	-webkit-border-radius: 10px;
   	-moz-border-radius: 10px;	
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 20px 0px #000000;
   	-moz-box-shadow: 1px 1px 20px 0px #000000;	
	box-shadow: 3px 3px 20px 0px #303030;
	text-shadow: 1px 1px 20px #000000;
   	border: solid #FFFFFF 1px;	
	text-decoration: none;
	cursor: none;
}

.key {
    padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
    border-radius: 4px;
    border: 1px solid #000000;
}

.noselection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quit {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 10px;
	background-color: darkred;
	border-radius: 15px;
}

.quit a {
	text-decoration: none;
	color: white;
	}
