*
{
padding: 0px;
margin: 0px;
}

body
{
background: #000;
font:11px Tahoma;
color: #FFF;
line-height: 15pt;
height: 100%;

}


a:link,
a:visited,
a:active
{
        color: #FFF;
        text-decoration: none;
}

a:hover
{
        color: #FFF;
        text-decoration: none;
}

#wrap{
        width:500px;
        margin:100px auto 0px auto;
        text-align:left;
}

#box{
background:#000;
width:500px;
text-align:center;
margin-top:50px;
}

input, textarea {
        font:11px Tahoma;
        font-size:12px;
        background:#ffffff;
        padding:3px;
}

