/* 
    Document   : style
    Created on : Oct 23, 2010, 10:41:27 PM
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
    background-color: #000;
}
#wrapper{
    width:470px;
    height:500px;
    margin:auto;
    padding:15px;;

    background-color: #fff;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.description{
    font-weight: bolder;
}
#status{
    background-color: red;
    color: #fff;
    font-weight: bolder;
    padding: 5px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#twitter_button{
    
    padding:0;
    margin:auto;
    width:150px;
    height:22px;
    background-image: url('twitter_signin.png');
}

