body
{
background-image:url('Background.jpg');
background-repeat:no-repeat;
background-size: auto;
background-position:center;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#body {
   padding:10px;
   padding-bottom:20px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
   background:#ffffff;
   color: #C4C4C4;
   padding-top:20px;
   text-align:center;
   font-size: 20px;
}
.input 
{
margin:auto;
width: 400px;
height: 75px;
margin-top: 380px
}
.inputBox
{
width:400px;
height:75px;
font-size:40px;
color:#4d4d4d;
padding-left:20px;
padding-left:20px;
border: 2px solid #dadada;
border-radius: 7px;
}
.inputBoxr:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 15px #9ecaed;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 40%;
	position: relative;
	margin: auto;
	height: 60%;
	margin-top:10%;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	opacity:0.9;
	background: -moz-linear-gradient(#342E38, #242424);
	background: -webkit-linear-gradient(#342E38, #242424);
	background: -o-linear-gradient(#342E38, #242424);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	color: #D1D1D1;
	letter-spacing: 1px;
	line-height: 150%;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;

}


.AcceptButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #858585), color-stop(1, #4a4a4a) );
	background:-moz-linear-gradient( center top, #858585 5%, #4a4a4a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#4a4a4a');
	background-color:#858585;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#c7c7c7;
	font-family:Arial;
	margin-left:25%;
	margin-top:2%;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #5c5c5c;
}
.AcceptButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4a4a4a), color-stop(1, #858585) );
	background:-moz-linear-gradient( center top, #4a4a4a 5%, #858585 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#858585');
	background-color:#4a4a4a;
}.AcceptButton:active {
	position:relative;
	top:1px;
}
.DeclineButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #b0b0b0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b0b0b0;
	box-shadow:inset 0px 1px 0px 0px #b0b0b0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #614f61), color-stop(1, #574357) );
	background:-moz-linear-gradient( center top, #614f61 5%, #574357 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#614f61', endColorstr='#574357');
	background-color:#614f61;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
    margin-left: 25%;
	margin-top:2%;
	color:#c7c7c7;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #5c5c5c;
}
.DeclineButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #574357), color-stop(1, #614f61) );
	background:-moz-linear-gradient( center top, #574357 5%, #614f61 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#574357', endColorstr='#614f61');
	background-color:#574357;
}.DeclineButton:active {
	position:relative;
	top:1px;
}
#content
{
width:50%;
height:50%;
position:absolute;
top:25%;
left:25%;
border-radius: 10px;
background: #fff;
padding:20px;
letter-spacing:2px;
line-height: 150%;
overflow-y:auto;
}


