
.doifd_user_reg_form {
    margin: 15px auto;
    width: 450px;
    padding: 15px;
    background-color: transparent;
    color: #000000;
    text-align: center;
}

.doifd_user_reg_form ul li{
    list-style: none;
    padding-top: 10px;
    margin: 0 auto;
}

.doifd_user_reg_form label {
    display: block;
    width: auto;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}

.doifd_user_reg_form input[type=text]{
    border: 1px solid #006;
    background: transparent;
    width: 60%;
}

.doifd_user_reg_form h4 {
	 font-family: "Open Sans";
    width: 80%;
    color: #000000;
    margin: 15px auto!important;
    text-align: center;
    font-weight: bold;
    font-size: 1em;

}

#doifd_button_holder {
    width: 100%;
    margin: 15px auto;
    text-align: center;
}
.doifd_error_msg {
    
    font-size: .9em;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
}

.doifd_privacy_link {
text-align: center;
font-size: 0.9em;
}
