#register_actions {
    overflow: auto;
}

#register_link {
    float: right;
}

.RegisterButton {
    background-color: #EE145B;
    border: 0 none;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    text-decoration: none;
    padding: 5px;
    vertical-align: middle;
}

.RegisterButton:hover {
    background-color: #001952;
    cursor: pointer;
}

#register_buttons {
    float: left;
}

.register_header {
    font-weight: bold;

}

#div_radio {
    clear: both;
    text-align: justify;
}

#register_form label {
    width: 140px;
    padding-left: 20px;
    margin: 5px;
    float: left;
    text-align: left;
}

/* Input, Textarea */
#register_form input, #register_form textarea, #register_form select {
    margin: 5px;
    padding: 0px;
    float: left;
}

#register_form select {
    width: 150px;
}

#register_form input[type="text"], #register_form input[type="password"] {
    width: 150px;
}

#register_form .register_radio {
    width: auto;
    padding: 2px 12px 0px 0px;
    margin: 0px;
}

/* validation css */
.error {
    border: 1px dotted red;
}

.errorContainer {
    margin: 1em 0;
    padding: 10px;
    background: #FBE3E4;
    color: #8a1f11;
    border: 1px solid #FBC2C4;
}

.errorContainer ul {
    list-style-type: disc;
    margin-left: 15px;
}

.errorContainer ul li {
    margin-bottom: 5px;
}

.errorContainer a {
    color: #8a1f11;
}

.errorContainer a:hover,
.errorContainer a:active,
.errorContainer a:focus {
    text-decoration: none;
}