/* 
    Document   : styles
    Created on : Jul 1, 2009, 7:59:12 PM
    Author     : Richard Knop
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: sans-serif;
    font-size: .8em;
}
form {
    margin: 1em auto 0;
    padding: 1em;
    background: #ccc;
}
#form1 {
    width: 550px;
}
#form2 {
    width: 350px;
}
form ol li {
    float: left;
    margin-right: 2px;
}
.input-text {
    margin-top: .5em;
    padding: .2em;
}
.button {
    padding-top: 1.55em;
}
.clear {
    clear: both;
}