﻿/* -- signin.css -- */
.contentleft, .contentright
{
    float:left;
    width:480px;
    min-height: 162px;
    background: #fff url(images/box_bg.jpg) no-repeat;
    margin:10px 0 0 10px;
    padding:1px 0 0 1px;
}
.brownbox
{
    height: 23px;
    padding: 5px;
    margin:20px 0 6px 20px;
    background-color:#d0b473;
}
.contentleft p, .contentright p
{
    margin:20px;
}
.contentleft .brownbox
{
    width:303px;
}
.contentright .brownbox
{
    width:268px;
}
a.go img
{
    background: url(images/go.gif) no-repeat;
    width:20px;
    height:21px;
    margin-left:5px;
}
a.signup img
{
    background: url(images/i-wish-to-sign-up-for-an-account.gif) no-repeat top left;
    width:268px;
    height:23px;
}
a.go:hover img, a.signup:hover img
{
    background-position: top right;
}