div#header { 
    background:url('/asset/images/logo_home.gif') 0px 20px no-repeat; 
    height:111px; 
    width: 960px;
    margin: 0 auto;
}
body {
    background-color: #EAEAEA;
}
div#outer {
    width: 860px;
    background-color:#FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    overflow: hidden;
}
div#left {
    float: left;
}
div#left {
    /*background-image: url('/asset/images/magnify.gif');
    background-repeat: no-repeat;
    */
    padding-left: 30px;
    /*margin-left: 50px;*/
}
div#right {
    float: right;
    background: url('/asset/images/login_bg.gif') #FFF;
    padding-left: 13px;
    width: 400px;
}
div#left h1 {
    background-image: url('/asset/images/magnify.gif');
    padding-left: 40px;
}
div#right h1 {
    background-image: url('/asset/images/arrow.gif');
    padding-left: 40px;
}
div.box {
    width: 407px;
    overflow:hidden;
    padding: 5px;
    background-color: #FFFFFF;
}
div.box h1 {
    background-repeat: no-repeat;
    background-position: 0px 12px;
    padding-left: 30px;
}
select {
    width: 170px;
}
div.box h1 {
    padding: 7px;
}
div#head {
    background-image: url('/asset/images/menubg.gif');
    background-position: bottom;
    height: 23px;
}
div#foot {
    clear: both;
    text-align: right;
    color: #005dac;
    background-color: #EAEAEA;
    background-image: url('/asset/images/foot.png');
    background-repeat: no-repeat;
    padding-top: 10px;
}
  div#foot a { color: #005dac;  }
input {
    width: 150px;
}
/*
.submitButton {
    color: #FFFFFF;
    border: 0;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    width: 168px;
    text-transform: uppercase;
    background-image: url('/asset/images/button_big.gif');
}
button.submitButton {
    padding: 5px 5px 5px 5px;
}

#search, #submit { 
background: url("/asset/images/button_small_green.png") no-repeat scroll  center top transparent; 
width:108px; 
height: 28px;
line-height: 27px;
cursor: pointer;
   padding: 0;
 }
*/
 #submit  { margin-top: 23px; }
 
 input, select, textarea { vertical-align:baseline; line-height: 30px; }
 ul.errors {
        clear: both;
        float: left;
        margin-left: 10px;
        padding: 10px;
        width: 250px;
    }
#submit-label { display:none; }