label {
display:inline-block;
}

#group {
float:left;
margin-right:10px;
}

#heading {
color:#ffffff;
font-weight: bold;
font-size: 20px;
margin-bottom:20px;
position: center;
text-align: center;
}

#error {
font-size:14px;
font-weight: bold;
color:#8C001A;
}

#mask {
position:fixed;
z-index:9000;
background-image: url("images/afrominess.jpeg");
 background-position: center;
background-repeat: no-repeat;
background-size: cover;
display:none;
width:100%;
height:100%;
top:0;
left:0;
}

#boxes {
height:100%;
width:100%;
}

#boxes .window {
position:fixed;
color:#FFF;
display:none;
z-index:9999;
}

#fallback_boxes .window {
position:fixed;
color:#FFF;
z-index:9999;
}

#fallback_boxes {
width:20%;
height:20%;
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
margin:auto;
}

#fallback {
background-color:#000;
}

input.positive,#inputAge {
width:110px;
}

input.negative {
margin-left:5px;
width:110px;
}

button,input[type=button],input[type=submit],input[type=submit],#prompt {
background:#e32d40;
border:none;
color:#fff;
cursor:pointer;
font-family:inherit;
font-size:13px;
font-weight:600;
letter-spacing:1px;
line-height:20px;
text-align:center;
text-transform:uppercase;
margin:0 0 10px;
padding:8px 12px;
}

/*input[type=text],textarea {
font-family:inherit;
border:1px solid #eee;
background:#eee;
color:#505050;
font-size:15px;
font-weight:400;
width:10%;
margin:0 5px 0 0;
padding:8px 10px;
}

input[type=text]#inputYear {
width:14%;
}*/

select {
font-family:inherit;
border:1px solid #eee;
background:#eee;
color:#505050;
font-size:13px;
font-weight:400;
margin:0 5px 0 0;
padding:8px 10px;
}

textarea {
width:100%;
-webkit-appearance:none;
border-radius:0;
margin:0 5px 0 0;
padding:15px;
}

/*input[type=text]:focus,textarea:focus,select:focus {
outline:none;
}*/

button:hover,input[type=button]:hover,input[type=submit]:hover,#commentsbox input[type=submit]:hover {
color:#fff;
opacity:0.85;
}