﻿body {
background:#ccc url(images/background.jpg) repeat-x ;
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 0.7em;
color:#666;
}
#modal{background-image:none;}
a:link, a:visited {
color:#326EA1;
text-decoration:none;
}
a:hover {
color:#383D44;
text-decoration:underline;
}
h3 {
border-bottom:1px solid #eee;
color:#587C02;
font:16px Tahoma,Sans MS,serif normal;
line-height:1.7em;
margin:0 0 0 8px;
}


/*--------Layout--------------*/
#container {
width:60%;
min-width:600px;
margin:0 auto;
}
#modalwrap{
width:98%;
padding:4px;
}

#header {
height:144px;
}

#content {
background:#FFF url(images/fade.jpg) repeat-x left bottom;
padding:12px;
margin-bottom:22px;
}

#site-name {
background-image:url(images/logo_2.jpg);
display:block;
height:70px;
margin:0pt;
padding:0pt;
text-indent:-1500px;
width:540px;
}

#logo {
margin:0;
}
#navigation
{
background:#FFFFFF url(images/nav.jpg) repeat-x scroll left top;
height:72px;
margin-top:2px;

}
#steps{}
#steps li
{float:left;
height:72px;
margin-left:12px;
}

#steps li a
{
font-family: Tahoma, Arial, Verdana, sans-serif;
display:block;
color:#999;
font-size:12px;
padding:10px 6px 24px 52px;
width:70px;
}
#steps li a:hover{color:#333; text-decoration:none;}

#steps li a.login{background:transparent url(images/login.jpg) no-repeat 0 -10px;}
#steps li a.register{background:transparent url(images/register.jpg) no-repeat 0 -10px;}
#steps li a.password{background:transparent url(images/forgot.jpg) no-repeat 0 -10px;}

#steps li a.active{color:#000; background-position: 0 -72px}
#steps li a.passive{color:#aaa; background-position: 0 -144px}


/* LOGIN */
div#login
{
    margin:24px auto;
    width:300px;
}
#login .input
{
    font-size: 1.8em;
    margin-top: 3px;
    width: 92%;
    background: #fff url(images/user.png) no-repeat 5px center;
    padding-left: 25px;
    border:1px solid #ccc;
}
#login .password
{
    background: #fff url(images/key.png) no-repeat 5px center;
}
#login p label
{
    font-size: 11px;
}
#login #submit
{
    margin: 0;
    font-size: 15px;
}