#dtodds label {
    float:left;
    width:200px;
}
#dtodds input {
    width:300px;
}
#dtodds #thesubmit {
    margin-left:200px;
}
.dtodds_button_link {
    display:inline-block;
    padding:20px;
    font-weight:bold;
    background-color:#fff;
    color:#000;
    width:100px;
    text-align:center;
    border:2px solid #000;
    margin:10px;
}
.dtoddsmailbox label {
    float:left;
    width:150px;
}
.dtoddsmailbox input {
    width:500px;
}
.dtoddsmailbox textarea {
    width:500px;
    height:200px;
}
.dtoddsmailbox #submitemail {
    margin-left:150px;
}