#wps_text_register_prompt {
    margin-bottom:20px;
}

.wps_registration_label {
}

.wps_registration_field {
    margin-bottom: 5px;
}

.wps_registration_row,
.wps_registration_item,
.wps_login_row {
    clear: both;
}

.wps_registration_row input,
.wps_registration_item input,
.wps_login_row input {
    display: inline !important;
}


.wps_login_label {
}
.wps_login_field {
    margin-bottom: 5px;
}

.wps_login_row {
}

#wps_submit_buttons {
    margin-top: 20px;
}

#wps_logout {
	width: 100px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
   	box-sizing: border-box;         /* Opera/IE 8+ */			
}
#wps_logout a {
	text-decoration: none;
}

#wps_register_button,
#wps_lost_password_button {
	margin-left: 10px;
}

.wps_registration_item {
    margin-top: 10px;
}

.wps_registration_description {
    font-size: 0.83em;
    font-style: italic;
}

.wps_registration_textarea {
    width: 385px;
    max-width: 100%;
    height: 100px;
}

.wps_registration_text {
    width: 385px;
    max-width: 100%;
}

.wps_registration_meta_list {
    width: 511px;
    max-width: 90%;
}