﻿body {
    font-family: trebuchet, verdana, arial, helvetica, sans-serif;
    font-size: 0.8em;
}
.error {
    font-weight: bold;
}
#step1, #step2, #step3 {
    border: solid 1px #000;
    float: left;
    width: 245px;
    height: 200px;
    padding: 15px;
    margin-left: 0px;
    margin-right: 15px;
    position: relative;
    background-color: #f5f5f5;
}
.input { }

