﻿body
{
    margin:0px;
    padding:0px;
    border:0px;
    background-color:#ffffff;
    font-family:Arial;
    font-size:12px;
    line-height:16px;
}

#container
{
    position:relative;
    width:980px;
    margin: 0 auto;
}

#loginPanel
{
    position:relative;
    margin: 0 auto;
    width:980px;
    height:544px;
    background-image:url(http://image.contentys.com/pageServer/manage_login_panel_neutral.png);
}

.infoPanel
{
    position:absolute;
    height:12px;
    line-height:12px;
    width:80px;
    font-family:Arial;
    font-size:10px;
    color:#ffffff;
}

#usernameInput
{
    position:absolute;
    top:146px;
    left:310px;
    height:20px;
    width:340px;
    border:0;
    font-family:Arial;
    font-size:12px;
    background:transparent;
}

#passwordInput
{
    position:absolute;
    top:208px;
    left:310px;
    height:20px;
    width:200px;
    border:0;
    font-family:Arial;
    font-size:12px;
    background:transparent;
}

.tickPanelOff
{
    position:absolute;
    top:208px;
    left:564px;
    height:16px;
    width:16px;
    cursor:pointer;
    background-position:center center;
    background-repeat:no-repeat;
}

.tickPanelOn
{
    position:absolute;
    top:208px;
    left:564px;
    height:16px;
    width:16px;
    background-image:url(http://image.contentys.com/pageServer/black_tick.png);
    cursor:pointer;
    background-position:center center;
    background-repeat:no-repeat;
}

#forgottenText
{
    position:absolute;
    top:240px;
    left:300px;
    height:14px;
    width:120px;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
}

#forgottenLink
{
    color:#eb008a;
    text-decoration:underline;
    cursor:pointer;
}

#messagePanel
{
    position:absolute;
    top:280px;
    left:300px;
    height:14px;
    width:390px;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}

.messagePanelRed
{
    color:#eb008a;
}

.messagePanelGreen
{
    color:#008000;
}

#loginButton
{
    position:absolute;
    top:250px;
    left:590px;
    width:74px;
    height:30px;
    background:url(http://image.contentys.com/pageServer/login_off.png);
    cursor:pointer;
    border:0;
}

#loginButton:hover
{
    background:url(http://image.contentys.com/pageServer/login_on.png);
}