body {
    background-image:url(../imagenes/bg.png);
    background-repeat:repeat-x;
    margin-top:82px;
    font-family:Tahoma, Arial, sans-serif;
    color:#333333;
    text-align:center;
}

.content{
    background-image:url(../imagenes/bgContenedorLoggin.png);
    background-position:bottom center;
    background-repeat:no-repeat;
    text-align:center;
    height:310px;
    width:375px;
    margin:0px auto;
}

h1, a {
    color:#3698D4;
    font-size:90%;
    padding-left:1em;
    margin-top:50px;
    text-align:left;
}

.wwFormTable {
    border:0px;
    width:355px;
    font-size:80%;
    text-align:left;
    margin-top:20px;
}

table.wwFormTable td {
    padding:2px;
    text-align:left;
}

.errorMessage { 
    color:red;
    padding-left:2.2em
}

.tdLabel {
    font-weight: bold;
    width:120px;        
}

.mensaje{
    padding-top:20px;
    font-size:80%;
}

td + td {
    width:250px;
    height:20px;
    background-image:url(../imagenes/bgInput.png);
    background-position:center right;
    background-repeat:no-repeat;
    margin:0px auto;
}

input[type='text'], input[type='password']{
    border:0px;
    background-color:transparent;
    width:205px;
    height:20px;
    color:#595959;
    font-size:13px;
    position:relative;
}
