body {
	background-color: #9c9f84;
}

#myForm {
	font-size: 25px;
    position: absolute;
    border-style: solid;
    left: 25%;
    top: 30%;
    width: 40%;
    background-color: #2E86C1;
    box-shadow: 10px 10px 5px #888;
    padding: 10px;
}

#hints {
	font-family: arial;
    color: red;
    height: 40px;
	font-size: 20px;
}


#formData {
    position: absolute;
    border-style: solid;
    left: 25%;
    top: 30%;
    width: 20%;
    background-color: #5f9ea0;
    box-shadow: 10px 10px 5px #888;
    padding: 10px;
}

input {
	position: absolute;
}

.tb {
    position: absolute;
    right: 100px;
}


li {
    margin: 5px;
}

ul {
    list-style-type: none;
}

#rq {
    color: red;
}

 td, th {
	color: #ccc;
}

