﻿/*.top-menu ul li
{
    display: block;
    float: left;
    padding: 0px 15px;
    list-style-type:none;
}

.control
{
    float:left;
    width:700px;
    margin-top: 15px;
    text-align: left;
}

.control input, .control select
{
    width: 300px;
}

.control textarea
{
    text-align: left;
}

.control .check input
{
    width: 10px;
}

.inputs
{
    width: 600px;
    float: left;
    clear:both;
    text-align: center;
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid black;
}

.register-new
{
    float: left;
    clear:both;
    width: 1000px;
}

.register-new label
{
    float:left;
    width: 200px;
    clear:left;
    margin-top: 15px;
}

.register-new .inputs
{
    width: 1000px;
    float: left;
    clear:both;
    text-align: center;
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid black;
}

.loginDiv
{
    padding: 5px;
    margin-top: 20px;
    width: 200px;
    
}

.loginDiv label
{
    float: left;
    width: 80px;
    padding-top: 3px;
}

.loginDiv input
{
    width: 100px;
}

.profile
{
    float: left;
    clear:both;
    width: 550px;
    padding: 10px;
}

.profile label
{
    float:left;
    width: 130px;
    clear:left;
    margin-top: 15px;
}

.profile .inputs
{
    width: 500px;
    float: left;
    clear:both;
    text-align: center;
    padding-top: 10px;
    margin-top: 5px;
    border:none;
}

.profile .control
{
    float:left;
    width:370px;
    margin-top: 15px;
    text-align: left;
}

.profile .control input, .profile .control select, .profile .control textarea
{
    width: 300px;
}
*/
