form { margin-bottom: 40px; }
fieldset { padding-bottom: 0.6em }
legend { font-weight: bold !important }

div.question { margin-bottom: 1em; overflow: auto; } /* Simple Clearing of Floats: http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ */
div.question.no-margin { margin-bottom: 0; }

/* inputs */
input.text.small, 	input.password.small 								{ width: 15% }
input.text.medium, 	input.password.medium 								{ width: 30% }
input.text.large, 	input.password.large									{ width: 60%; }
fieldset input.text.large, 	fieldset input.password.large			{ width: 55%; }
input.text.number, 	input.text.decimalnumber, 	input.text.money 	{ text-align: right }
input.readonly { color: #878787; background-color: #f0f0f0; border:1px solid; padding:1px 2px;}

input.checkbox { margin-left: 0; }
div.label-after input.checkbox { float:left; margin-right: 0.5em; }

/* labels */
label { float: left; width: 180px; margin-right: 20px; }
label.radio { float: none; width: auto; margin-right: 20px; }
div.checkbox label { float: left; }
div.checkboxes label { float: none; }
div.label-after label.label-after { width: auto; }

/* validation */
span.required { font-weight: bold; color: red; }
.validationerror { color: red; }
div.validationerror { margin: 0 0 0 180px; }
form.validate .error { border:1px solid; margin-top:0.5em; padding: 0.3em 0.5em; }

.right { text-align: right }
