h1,h3,quote,small,form,input,label{  /* myup = took out body,h2,p,ul,li,ol */
     margin:0px;
     padding:0px;
}

/*
body{
     color:#555555;
     font-size:13px;
     background: url(img/dark_wood_texture.jpg) #282828;
     font-family:Arial, Helvetica, sans-serif;
}
*/

.clear{
     clear:both;
}

#main-container{
     width:375px;               /* myup = was 400 */
     margin-right:25px;         /* myup = was margin:30px auto */
     font-size:13px;            /* myup = added this and next line after disabling body above */
     font-family:Arial, Helvetica, sans-serif;
}

#form-container{
     background-color:#ffd7ff;  /* myup = was f5f5f5 */
     padding:15px;
     
     -moz-border-radius:12px;
     -khtml-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius:12px;
}

#form-container td{                          /* myup = added #form-container */
     white-space:nowrap;
}

/* myup = commented out this section
a, a:visited {
     color:#00BBFF;
     text-decoration:none;
     outline:none;
}

a:hover{
     text-decoration:underline;
}
*/

h1{
     color:#777777;
     font-size:22px;
     font-weight:normal;
     text-transform:uppercase;
     margin-bottom:5px;
}

h3{
     font-weight:normal;
     font-size:10px;
     
     text-transform:uppercase;
     
     color:#777777;                    /* myup = was aaaaaa */
     margin-bottom:15px;
     
     border-bottom:1px solid #eeeeee;
     margin-bottom:15px;
     padding-bottom:10px;
}

label{
     text-transform:uppercase;
     font-size:10px;
     font-family:Tahoma,Arial,Sans-serif;
}

textarea{
     color:#404040;
     font-family:Arial,Helvetica,sans-serif;
     font-size:12px;
}

td > button{
     text-indent:8px;
}

.error{
     background-color:#AB0000;
     color:white;
     font-size:10px;
     font-weight:bold;
     margin-top:10px;
     padding:10px;
     text-transform:uppercase;
     width:240px;
}

#loading{
     position:relative;
     bottom:9px;
     visibility:hidden;
}

.tutorial-info{
     color:white;
     text-align:center;
     padding:10px;
     margin-top:10px;
}
