div.wpcf7-new {
	width: 70%;
	margin: 0 auto;
        overflow-y: scroll;
}

span.wpcf7-form-control-wrap.your-name {
    width: 49%;
    float: left;
}

span.wpcf7-form-control-wrap.your-email {
    width: 49%;
    float: right;
}
.wpcf7 p {
    margin-bottom: 0;        
}