body .the_works_registration ul {
	margin: 0;
	padding: 0;
}

body .the_works_registration ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}

body .the_works_registration ul .chooseleft {
	float: left;
}

body .the_works_registration ul .chooseright {
	float: right;
}
body .the_works_registration div {
	clear: both;
}

body .the_works_registration div p {
	margin: 0;
	padding: 0;
}
body .the_works_registration div form label {
	float: left;
	text-align: left;
	padding: 10px 0;
}

body .the_works_registration div form input {
	clear: both;
	width: 100%;
}

body .the_works_registration .ui-tabs-hide {
	/* Do not hide from screen readers */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* errors */
.the_works_message {
	clear: both;

	text-align: center;
	font-size: 1.4em;
	margin-bottom: 30px;
	padding: 15px 5px;
}

.the_works_message.error {
	background-color: #FF8080;
}

.the_works_message.success {
	background-color: #80FF80;
}

