﻿.header
{
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    width: 360px;
    background-image: url('/photos/images/logomini.png');
    background-repeat: no-repeat;
    font-family: arial, Helvetica, sans-serif;
    font-size: large;
    color: #fff;
    padding-left: 130px;
    padding-top: 25px;
    padding-bottom: 20px;
    display: block;
    text-decoration: none;
}
.wrap
{
    width: 100%;
    height: 100%; 
}


table
{
    width: 100%;
}

.border
{
    padding: 50px;
    border: 2px solid #BBDDFF;
    margin-top: 8%;
    margin-right: auto;
    margin-left: auto;
    width: 320px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #FFFFFB;
}
label, td
{
    font-family: Verdana;
    font-size: 11px;
    color: #292929;
    width: 320px;
}
span
{
    font-size: 11px;
    font-family: Tahoma;
}

.inputs
{
    padding: 2px;
    vertical-align: text-bottom;
    margin-top: 5px;
    font-size: 11px;
    font-family: tahoma;
    color: #4D4D4D;
    width: 150px;
}

.title
{
    padding: 6px;
    font-family: 'trebuchet MS';
    font-size: 16px;
    text-align: center;
}

#Login1 td
{
    padding: 3px;
}

.bar a
{
    font-family: tahoma;
    font-size: 11px;
    color: #3366FF;
    text-decoration: none;
}
.left
{
    float: left;
}
.right
{
    float: right;
}

.error
{
    color: #CC0000;
}
.sucess
{
    color: #006600;
}