﻿body{
    margin:35px 0 0 0;
    background-color:#0f0f0f;
    font-family:Arial;
}
p{
    font-size:12px;
    color: White;
}
p.message
{
    font-style:italic;
} 
h1{
    font-size:18px;
    color:White;
    margin:0 0 10px 0;
}
#wrapper{
    width:685px;
}
#content_bg{
    height:250px;
    background-image:url(../graphics/main_bg.gif);
    background-repeat:repeat-x;
}
#content_holder{
    padding:35px 0 0 35px;
    text-align:left;
    background-color:#000000;
}
#bottom_bg{
    height:48px;
    width:685px;
    background-image:url(../graphics/bottom_bg.gif);
    background-repeat:no-repeat;
}
#bottom_content{
    text-align:right; 
    padding-top:8px;
}
#form{
    margin-top:25px;
    height:60px;
    float:left;
}
#progress{
    margin:28px 0 0 25px;
    float:left;
}
#share
{
    margin-top:12px;
    float:left;
}
#logo{
    float:right;
}
.clear{
    clear:both;
    margin:0;
}
a{
    text-decoration:underline;
    color:White;
    font-size:12px;
}
img{border:none;}
.textbox
{
    border:none;
    color:Black;
    width:160px;
    height:18px;
    font-size:13px;
    padding:3px;
}
.button
{

}
