div.banner{
    background: url(../images/banner.jpg) no-repeat;
    height: 114px;
    display: block;
}
div.footer{
    height: 82px;
    background: url(../images/footer_bg.gif) repeat-x;
}
form fieldset{
    border:none;
    border-top: 3px solid #ccc;
}
ul.error_list{
    list-style-type: none;
    color: red;

    margin: 0;
}
ul.error_list li{
    background: url('../images/error_small.png') no-repeat;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1.1em;
}
form label{
    font-size: 1.2em;
}
div.error{
    font-size: 1.2em;
    color: red;
    background: #FBE3E4 url('../images/error.png') no-repeat 1% 40%;
    padding-left: 40px;
}
.myform{
    margin:0 auto;
    padding:14px;
}


/* ----------- stylized ----------- */
#registration-form{
    border:solid 2px #b7ddf2;
    background:#ebf4fb;
}
#registration-form h1,.auth-form h1  {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}
#registration-form p,.auth-form p{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #b7ddf2;
    padding-bottom:10px;
}
#registration-form label,.auth-form label{

    font-weight:bold;
    text-align:left;

}
#registration-form .small,.auth-form .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
}
#registration-form input, .auth-form input{
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:300px;
    margin:2px 0 20px 0;
}
#registration-form input[type=submit],.auth-form input[type=submit]{
    clear:both;
    margin-left:50px;
    width:125px;
    height:31px;
    background:#666666 url(../images/button.png) no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    border: none;
}
.tutor{
    background:#FFF6BF none repeat scroll 0 0;
    border: 2px solid #FFD324;

}
.escw{
    width: 237px;
    height: 56px;
    float:left;
    background: url('/images/logo_small-trans.png') no-repeat;
    margin-top:20px;
}
.tug{
    width: 203px;
    height: 70px;
    background: url('/images/tug.png') no-repeat;
    float: right;
    margin-top:10px;
    margin-right: 50px;
}
ul.sponsors li{
    list-style-type: none;
}