#event_registration_wrapper {
    margin: 0 0 15px 0;
}

#event_registration_left,
#event_registration_right {
	width: 47%;
    padding: 1%;
	min-height: 125px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#event_registration_left {
    float: left;
    margin: 0 1% 0 0;
}
#event_registration_right {
    width: 47%;
    float: right;
    margin: 0;
    height: 530px;
    overflow: auto;
}
#event-loginform p,
#registrationform {
    text-align: right;
    margin: 0;
}