body {
	background-color: red;
}



#myForm {
	font-size: 25px;
    position: relative;
    border-style: solid;
    left: 25%;
    top: 30%;
    width: 40%;
    background-color: #5f9ea0;
    box-shadow: 10px 10px 5px #888;
    padding: 10px;
}

#hints {
    color: Darkblue;
    height: 40px;
	font-size: 20px;
}


#formData {
    position: relative;
    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;
    left: 40px;
}


li {
    margin: 5px;
}

ul {
    list-style-type: none;
}

#rq {
    color: red;
}