div#regpane {
    width:400px; 
    float:left; 
    padding: 5px;
    border-right: 1px solid #f3f3f3;
}

div#miscpane {
    font-size: 11px;
    float:left; 
    padding: 5px;
    padding-left: 20px;
    border-left: 1px solid #f3f3f3;
    position: relative;
    left: -1px;
}

div#miscpane hr {
    border-bottom: 1px dotted #757575; 
    width: 80%;
    height: 1px;
    background-color: #fff;
    color: #fff;
}

/*
table.registration_form {
    font-size: 12px;
    text-align: center;
    color: #2068E6;
}

table.registration_form td.active{
    border-top:solid 1px #636363;
}

table.registration_form td.inactive{
    border-top:solid 1px #636363;
    border-bottom:solid 1px #636363;
    background-color: #F5F5F5;
}

table.registration_form td.inactive a {
    color: #636363;
}

table.dubleform {
    border: 1px dotted #757575;
}

table.error {
    
}

table.error dd {
    position: -10px;
}
*/