@charset "utf-8";
/* CSS Document */

body {
text-align:center;
}

.accessresponse {
width: 450px;
background-color: #FC9797;
border-color: #EE6969;
border-style: solid;
border-width: 4px;
padding: 15px;
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #e90d0d;
}

input.accesscode {
border:dashed thick #42698A;
font-size: 36px;
color: #42698A;
font-weight: bold; 
text-align:center;
padding:10px;
}
input.invalidaccesscode {
border:dashed thick #42698A;
font-size: 36px;
color: #FF595E;
font-weight: bold; 
text-align:center;
padding:10px;
}
	
