.agreement {
    width: 250px;
    margin: 0 auto;
    padding: 0;
}
.agreement:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.agreement .ui-checkbox {
    float: left;
    width: 25px;
    margin: -5px 0 0;
}
.agreement .ui-checkbox input {
    position: static;
    width: 20px;
    height: 30px;
    margin: 0;
}
.agreement_link .ui-link {
    text-decoration: underline;
    color: #161616;
}
