/* $Id: register_v1.3.css 1625 2012-04-02 21:59:54Z ivan $ */
.register {
    width: 550px;
    margin: 0;
    padding: 0;
}
.register .col1 {
    width: 110px;
}
.register .col2 {
    width: 10px;
}
.register .col3 {
    width: 430px;
}
/* */
.register2 th {
    text-align: left;
}
.register2 .col1 {
    width: 120px;
}

.register input, .register select, .register2 input, .register2 select {
    margin: 2px 0;
}
.register2 input[type='checkbox'] {
    margin: 1em 0.4em 0 0;
}
.contactip, .contactipaddr {
    width: 400px;
}
.contactipsmall {
    width: 4em;
}
.contactipcity {
    width: 350px;
}
.contactipcitysmall {
    width: 15em;
}
.contactstd {
    width: 20em;
}
.contactlist {
    width: 90px;
}

div.formrow {
    clear: both;
    padding-top: 5px;
}

div.formrow span.formw {
    float: left;
    width: 150px;
}

div.formrow span.label {
    float: left;
    width: 250px;
    padding-top: 6px;
}

div.formrow input {
    float: left;
    display: block;
}
div.formrow label {
    display: block;
    float: left;
    width: 300px;
    padding-top: 0.5em;
}
.bb {
    border-bottom: 1px solid;
}

