body
{
    background:#333533;
	text-align: center;
}

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

.dialog {
    border:8px solid #409438;
    padding:0px 20px 20px 20px;
    background:#fff;
    margin-top:150px;
}

.dialog .header {
    border-bottom:1px solid #ddd;
    position:relative;
    height:70px;
    margin-bottom:25px;
}

.dialog .header h2{
    position:absolute;
    bottom:10px;
    left:0px;
    font-size:18px;
    font-weight:bold;
    margin-bottom:3px;
}

.dialog .header #logo{
    display:block;
    width:177px;
    height:52px;
    /* background:url('../img/logo_med.gif') no-repeat 0px 0px; */
    position:absolute;
    right:0px  !important;
    left:auto !important;
    top:auto !important;
    bottom:10px !important;
}

p.signup
{
    font-family:"Lucida Grande", Arial, Verdana, Sans-Serif;
    text-align:right;
    margin:20px 0px 0px 0px;
    font-size:12px;
    color:#e0e0e0;
}

p.signup a
{
    color:#6EC95E;
}