HTML
{

}

BODY
{
text-align: center;
margin: 0px;

}

/* основное поле */
.mainbody
{
max-width: 1000px;
margin: auto;
text-align: left;
}

/* чат  */
#content
{
height: 100%;
overflow-y: scroll;
text-align: justify;
padding: 20px;
}

.tablemain
{
height: 99%;
width: 100%;
border-collapse: collapse;
border: none;
}

.tablemain TD
{
border: none;
}

.menutd
{
height: 40px;
}

.sendtd
{
height: 40px;
}

.senddiv
{
height: 40px;
width: 100%;
padding-top: 10px;
text-align: center;
}

.inputmessage
{
height: 30px;
padding: 5px;
width: 80%;
margin: 0px;
}

.inputmessage:FOCUS
{
outline: none;
}

.buttonmessage
{
border: none;
height: 30px;
width: 19%;
margin: 0px;
}

.buttonmessage:FOCUS
{
outline: none;
}

/* логин пейдж */

.logintable
{
text-align: center;
height: 100%;
width: 100%;
}

.inputlogin
{
width: 200px;
height: 50px;
padding: 5px;
margin: 5px;
border: none;
background-color: #DDDDDD;
}

.inputlogin:FOCUS
{
outline: none;
}

.submitlogin
{
width: 200px;
height: 50px;
border: none;
margin: 5px;
}

.submitlogin:FOCUS
{
outline: none;
}

/* регистрация */
.registerform
{
text-align: left;
width: 250px;
margin: auto;
}

.check IMG
{
/* margin-bottom: -8px; */
}

.registertable
{
border-collapse: collapse;
vertical-align: middle;
}

/* меню */
.menudiv
{
height: 40px;
z-index: 2;
width: 100%;
}

/* кнопки  */
.button
{
display: inline-block;
padding: 5px 10px;
background-color: #DDDDDD;
text-decoration: none;
color: #000;
}
