/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*>>>>> Styles for Registration Form layout <<<<<*/
#employment-reference {
}
#employment-reference label {
	display: block;
	width: 100px;
	float: left;
	clear: none;
	margin: 0 10px 4px 0;
}
#employment-reference label.wide {
	width: 200px;
}
#employment-reference input {
	vertical-align: middle;
}
.form-label {
	display: block;
	width: 25%;
	float: left;
	clear: left;
	padding: 4px;
	margin: 5px 0;
}
.form-input {
	display: block;
	width: 70%;
	float: left;
	clear: none;
	padding: 4px;
	margin: 5px 0;
}
.form-submit {
	display: block;
	float: none;
	clear: both;
	padding: 4px 4px 4px 9px;
	margin: 5px 0 5px 25%;
}