form.nice {
	clear: both;
}
form.nice label, form.nice span.labelspacer {
	padding-right: 20px;
	text-align: right;
	width: 180px;
}
form.nice label.checkbox {
    display: inline-block;
    text-align: left;
    width: auto;
    margin-left: 25px;
}
form.nice fieldset fieldset label {
    font-weight: normal;
}
form.nice label.pull-left {
    float: left;
    width: auto;
}
form.nice label.pull-left span {
    float: left;
    width: auto;
}
form.nice div.wide input, form.nice div.wide span.input {
	clear: both;
	display: inline;
	float: none;
	margin: 4px 100px;
}
form.nice label, form.nice span.labelspacer, form.nice input, form.nice span.input {
	display: block;
	float: left;
}
form.nice select {
	display: inline;
	float: left;
	margin-bottom: 8px;
	margin-top: 0;
}
form.nice fieldset.narrow label, form.nice fieldset.narrow span.labelspacer {
	padding-right: 20px;
	text-align: right;
	width: 95px;
}
form.nice fieldset.wide label, form.nice fieldset.wide span.labelspacer {
	padding-right: 20px;
	text-align: right;
	width: 200px;
}
form.nice br {
	clear: left;
}
form.nice .submit {
	display: inline;
	float: none;
	margin: 10px 0 0 115px;
}
form.nice fieldset.list {
	border: 0;
	float: left;
	margin-bottom: 3px;
}
form.nice fieldset.list legend {
	display: none;
}
form.nice fieldset.list label, form.nice fieldset.list span.labelspacer, form.nice fieldset.list input {
	margin-bottom: 2px;
	margin-top: 2px;
}
form.nice fieldset.list label, form.nice fieldset.list span.labelspacer {
	margin-left: 5px;
	text-align: left;
}
form.nice fieldset.inline {
	border: 0;
	display: inline;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 2px;
}
form.nice fieldset.inline label, form.nice fieldset.inline span.labelspacer, form.nice fieldset.inline input {
	display: inline;
	margin: 2px;
	padding: 2px;
}
form.nice fieldset.inline label, form.nice fieldset.inline span.labelspacer {
	display: inline;
	font-weight: 400;
	margin: 2px 10px 2px 0;
	padding: 2px;
	text-align: left;
	width: auto;
}
form.nice .inline {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}
form.nice div.plain, form.nice div.plain input, form.nice div.plain label, form.nice div.plain span.labelspacer {
	border: none;
	clear: both;
	display: inline;
	float: none;
	width: auto;
}
form.nice div.plain input, form.nice div.plain label, form.nice div.plain span.labelspacer {
	font-weight: 400;
	margin: 0;
	padding: 8px 8px 8px 4px;
}
form.nice input[type="text"], form.nice input[type="password"], form.nice select, form.nice textarea,
input[type="text"].nice, input[type="password"].nice, select.nice, textarea.nice {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: solid 1px #ccc;
	padding: 4px;
	transition: all 0.3s;
}
form.nice textarea {
	margin-bottom: 5px;
	margin-top: 0;
}
form.nice input:focus, form.nice select:focus, form.nice textarea:focus,
input[type="text"].nice:focus, input[type="password"].nice:focus, select.nice:focus, textarea.nice:focus {
	border-color: #069;
	box-shadow: 1px 1px 4px #ccc;
}
form.nice input[type="submit"], form.nice input[type="reset"] {
	box-shadow: none;
}
/* end form.nice styles */

/* Global form submit button styles (not specific to .nice class) */
form input[type="submit"].blue, form input[type="button"].blue, form input[type="reset"].blue {
	background-color: transparent;
	background-image: url(../images/podlet/form_button_bk.png);
	background-repeat: no-repeat;
	border: 0 none;
	color: #FFF;
	cursor: pointer;
	font-weight: 700;
	height: 33px;
	margin-top: 5px;
	text-align: center;
	width: 144px;
}
form input[type="submit"].blue:hover, form input.iehover[type="submit"].blue, form input[type="button"].blue:hover, form input.iehover[type="button"].blue, form input[type="reset"].blue:hover, form input.iehover[type="reset"].blue {
	background-image: url(../images/podlet/form_button_bk_over.png);
	color: #CCC;
}
/* end global submit button styles */

span.error, div.error {
	color: red;
	padding: 8px;
}
span.floating_err, div.floating_err {
	background: #fff;
	border: 1px solid red;
	color: red;
	float: right;
	font-size: 95%;
	padding: 6px;
	width: 200px;
}
