body {
text-align: center;
margin:0;
padding:0;
font-family: Arial, sans-serif;
}
ul {
list-style-type: none;
}
form{
width: 300px;
}
form div{
width: 300px;
background: #ccc;
padding: 15px;
margin: 30px auto;
text-align: right;
border-radius: 10px;

}
#form  {
width: 300px;
background: #ccc;
padding: 15px;
margin: 30px auto;
text-align: right;
border-radius: 10px;
}

#quest {
text-align: left;
margin-bottom: 10px;
width: 300px;
height: 100px;
}
#names {
width: 300px;
text-align: left;
margin-bottom: 10px;
}
.clear{
font-size: 10pt;
font-family: verdana, sans-serif;
font-style: italic;
color: #ccc;
}
.hidden {
display: none;
}
#qid{
display: none;
}
#ans {
text-align: left;
margin-bottom: 10px;
width: 300px;
height: 100px;
}
#user {
display: block;
padding: 10px;
border: 1px solid;
border-radius: 10px;
margin: 5px auto;
width: 400px;
text-align: left;
background: yellow;
}
#users {
display: block;
padding: 10px;
border-radius: 10px;
width: 250px;
text-align: left;
}
#user #nick {
font-size: 14pt;
font-style: italic;
padding: 0 0 0 25px;
border-bottom: 1px dashed;
display: block;
margin: 0 auto;
}
#answers {
display: block;
padding: 10px;
border: 1px solid;
border-radius: 10px;
margin: 5px auto;
width: 400px;
text-align: left;
background: lightblue;
}
#answerss {
display: block;
padding: 10px;
width: 250px;
text-align: left;
}
.msg{
display: block;
text-align: center;
font-size: 12pt;
font-weight: bold;
}
#msg{
display: block;
border-bottom: 1px dashed;
}
#time{
display: block;
font-size: 8pt;
color: #999;
text-align: right;
}
#question {
display: block;
padding: 10px;
border: 1px solid;
border-radius: 10px;
margin: 5px auto;
width: 400px;
text-align: left;
background: yellow;
}
#q{
display: block;
border-bottom: 1px dashed;
}
#nameq {
display: block;
border-bottom: 1px dashed;
}
#timeq {
display: block;
text-align: right;
color: #777;
font-size: 8pt;
}
#efir {
margin: 0 auto;
padding: 0;
width: 500px;
text-align: left;
list-style: none;
}
#efir li{
margin:3px;
padding: 10px;
border-radius: 10px;
border: 1px solid;
background: yellow;
}
#efir li b {
padding: 0 0 0 20px;
border-bottom: 1px dashed;
display: block;
font-weight: normal;
font-size: 14pt;
color: blue;
}
#efir li span{
display: block;
padding: 10px;
font-size: 10pt;
}
#qquest {
text-align: left;
margin-bottom: 10px;
width: 300px;
height: 100px;
}
#qnames {
width: 300px;
text-align: left;
margin-bottom: 10px;
}
#chat{
margin: 0 auto;
padding: 0;
}