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

Instructions:

Add your custom styles in this file 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. */

.gform_wrapper .top_label .gfield_label {
	display: block;
	padding-right: 20px;
	width: 100%;
	margin: 5px 0 4px;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
	margin-left: 15px !important;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	padding-left: 5px !important;
}
.gform_wrapper input.button {
	padding: 10px 60px !important;
}
.gform_wrapper ul li.gfield {
	clear: both;
	margin-top: 25px;
}