/* 
    Document   : chat_avapda
    Created on : 31/07/2012, 15:39:00
    Author     : Marcelo Yamashita
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    background: url('../img/login/fundo_principal.png') repeat-x;
}

object, embed { 
    outline: 0; 
}

div#login{
    width:602px;
    height: 569px;
    margin:80px auto;
    background: url('../img/login/fundo_login.png');
}

a#logo{
    width:139px;
    height: 97px;
    background: url('../img/login/logo.png');
    position: absolute;
    margin-left: 57px;
    margin-top: 17px;
}