
body {
    padding:0;
    margin:0;
    width: 100%;
    background-color:white;
    font-family:Verdana;
    font-size: 0.8em;

}



a {
    text-decoration:none;
    color: #630;
}


img {
    border: 0;
}


.clear {
   clear: both;
   float: none;
   height: 0;
   font-size: 0;
}


#all {
   width:100%;
   text-align:center;


}


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

input {

   font-size:0.8em;

}


.selects {
   width:10em;
   margin:0 auto;


}

.buttons {

   text-align:center;

}

p.error { 
   color:red;
   font-weight:bold;
}