/* Вопрос? - Ответ! */

html {
font-size:100.01%;
background-color: #111;
}

body {
margin:0px;
padding:0px;
font-family: verdana, arial, sans-serif;
width: 100%;
height: 100%;



}

a{
font-size: 150.01%;
padding: 10px;
text-decoration: none;
color: #999;
}

a img{
border: 0px;
vertical-align: middle;
}

form{

margin:0px;
padding: 30px 0 30px 0;
width:100%;
text-align: center;
color: #eee;
}

form.question{
}

form.answer{
position: absolute;
bottom: 0px;
left: 0px;
}

input{
width:60%;
margin-left: 10px;
margin-right: 0px;
font-size: 1.4em;
border: 5px solid #202024;
}

input.button{
width:10%;
min-width: 130px;

}

div{
padding: 0 70px 0 10%;
font-size: 175%;
position: absolute;
float:left;
}

div.question{
top: 23%;
color: #556;
}

div.answer{
top: 54%;
color: #733;
}

div.under{
font-family: Verdana, Arial, sans-serif;
font-size: 71%;
color: #999;
top: 1%;
}
