body {
    background-color: white;
	text-align: center;
}

a:link {
	color: #444444; 
	text-decoration: none;
}

a:visited {
	color: #444444; 
	text-decoration: none;
}

a:hover {
	color: #3c76ef; 
	text-decoration: none;
}

a:active {
	color: #3c76ef; 
	text-decoration: none;
}

.text {
    color: #444444; 
    font-family: verdana, arial, tahoma; 
    font-size: 11px; 
    font-weight: normal; 
    line-height: normal; 
    text-align: left; 
    text-decoration: none;
}

.textlogin {
    color: #444444; 
    font-family: verdana, arial, tahoma; 
    font-size: 11px; 
    font-weight: normal; 
    line-height: 20px; 
    text-align: right; 
    text-decoration: none;
}

.text20 {
    color: #444444; 
    font-family: verdana, arial, tahoma; 
    font-size: 11px; 
    font-weight: normal; 
    line-height: 20px; 
    text-align: left; 
    text-decoration: none; 
}

.tbox {
    color: #444444; 
    font-family: verdana, arial, tahoma; 
    font-size: 11px; 
    font-weight: normal; 
    line-height: normal; 
    text-align: left; 
    text-decoration: none;
    width: 91px;
}

table {
    border-collapse: collapse;
    border: 1px #e0e0e0 solid;
}

#sisu {
    width: 373px;
    text-align: left;
    margin: 50px auto;
    background: url(img/loginbox-bg.jpg);
}

#vasak {
    width: 50%;
    float: left;
    text-align: right;
    white-space: nowrap;
    height: 100%;
}

#vasak div {
    margin-right: 10px;
    margin-top: 10px;
}

#parem {
    float: left;
    text-align: left;
    height: 100%;
    padding-left: 10px;
    margin-top: 10px;
}

#loginbox {
    border-width: 0px 1px 1px 1px;
    border-color: #e0e0e0;
    border-style: solid;
    height: 150px;
}

#registerbox {
     border-top: 1px solid #e0e0e0;
     width: 100%;
}

.veateade {
    color: red;
    text-align: center;
    border: 1px #e0e0e0 solid;
    border-top: none;
    white-space: nowrap;
    background: url(img/login-bg-hall.jpg);
    float: none;
    clear: both;
}


