/*
Copyright (c) 2009, Webinsite All rights reserved.
version: 0.1.0
*//* Default form style
----------------------------------------------------------------------------------------------*/
.promineo-forms fieldset {
	text-align: left;
	position: relative;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	float: left;
	width: 100%;
	clear: left;
	border-style: none;
}
.promineo-forms legend {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 135.5%;
*position: relative;
*left: -7px;
*top: -0.75em;
}
.promineo-forms legend span {
	position: absolute;
	margin-top: .5em;
	left: 0;
	top: 0;
*margin-top: 1.25em;
}
.promineo-forms fieldset p {
	margin: 2.5em 0 -2.5em 0;
	padding: 0 0 .25em 0;
	border-bottom: 1px solid #ccc;
}
.promineo-forms ol {
	padding: 0;
	margin: 0;
	list-style: none;
*padding-top: 0em;
*zoom: 1;
}
.promineo-forms ol li {
	padding: .5em 1% .5em .5%;
	margin: 0 0 .25em 0;
	position: relative;
	float: left;
	clear: left;
	width: 98.5%;
	list-style: none;
}
.promineo-forms li.buttons {
	display: block;
	position: inherit;
	margin-right: 0;
	float: none;
	clear: both;
	width: auto;
}
.promineo-forms label {
	font-size: 100%;
	display: block;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	margin: 0;
}
.promineo-forms label em {
	display: block;
	color: #060;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.promineo-forms input.textfield, .promineo-forms textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}
.promineo-forms li p {
	font-size: 85%;
	margin: .4em 0 0 0;
	padding: 0;
	border-style: none;
}
.promineo-forms input.textfield, .promineo-forms textarea.text, .promineo-forms select {
	font-size: 100%;
	padding: 0.2em 0;
	margin: 0;
}
.promineo-forms input.textfield, .promineo-forms select {
	width: 50%;
}
.promineo-forms input.small, .promineo-forms select.small {
	width: 25%;
}
.promineo-forms input.large, .promineo-forms textarea, .promineo-forms select.large {
	width: 100%;
}
.promineo-forms textarea {
	height:10em;
}
.promineo-forms textarea.small {
	height:5.5em;
}
.promineo-forms textarea.large {
	height:20em;
}/* Grouped elements */
.promineo-forms fieldset fieldset {
	margin:0 0 -.5em 0;
	padding: 0;
	border-style: none;
	background: none;
}
.promineo-forms fieldset fieldset legend {
	white-space:normal;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	margin: 0;
}
.promineo-forms fieldset fieldset ol {
	padding: 0;
}
.promineo-forms fieldset fieldset li {
	padding: 0;
	margin-bottom: .75em;
	position: relative;
	width: 100%;
}
.promineo-forms fieldset fieldset label, .promineo-forms fieldset.leftlabels fieldset label {
	font-size: 85%;
	float: none;
	margin-right: auto;
	font-weight: normal;
	padding: 0;
	margin: 0;
	width: auto
}
.promineo-forms fieldset li.check-radio label {
	font-size: 85%;
	font-weight: normal;
	margin-top: .2em;
	margin-left: 2em;
	width: auto;
}
.promineo-forms .check-radio input {
	position: absolute;
	margin-right: 0;
	padding: 0;
	margin: .2em;
}/* 2 column style */
.promineo-forms ol.columns-2 li {
	float: left;
	width: 48%;
	margin-right: 1%;
	clear: none;
}
.promineo-forms .columns-2 input.textfield {
	width: 100%;
}
.promineo-forms fieldset fieldset ol.columns-2 li {
	float: left;
	width: 49%;
	padding-right: 1%;
	clear: none;
	margin-right: 0;
}
.promineo-forms fieldset fieldset ol.columns-2 li:last-child {
	width: 50%;
	padding-right: 0;
	float: right;
}
.promineo-forms .columns-2 li.buttons {
	position: inherit;
	margin-right: 0;
	float: none;
	clear: both;
	width: auto;
}/* Labels on the left/ left and text align right;*/
.promineo-forms .leftlabels label, .promineo-forms .rightlabels label {
	float: left;
	width: 24%;
	margin: 0 1% 0 0;
	padding-top: 0.2em;
}
.leftlabels li.buttons, .rightlabels li.buttons {
	padding-left: 25%;
	width:auto;
}
.leftlabels li.check-radio, .rightlabels li.check-radio {
	padding-left: 25%;
	padding-right: 0;
	width: 75%;
	margin-right: 0;
}
.leftlabels li.check-radio input {
	position: relative;
	float: left;
}
.leftlabels li.check-radio label {
	float: none;
}
.leftlabels fieldset li.check-radio, .rightlabels fieldset li.checkradio {
	padding-left: 0;
	width: auto;
}
.rightlabels label {
	text-align: right;
}
.leftlabels input.textfield, .leftlabels select, .rightlabels input.textfield, .rightlabels select {
	width: 37.5%;
}
.leftlabels fieldset input.textfield, .leftlabels fieldset select, .rightlabels fieldset input.textfield, .rightlabels fieldset select {
	width: 50%;
}
.leftlabels li .small, .rightlabels li .small {
	width: 18.75%;
}
.leftlabels li .large, .rightlabels li .large, .leftlabels li textarea, .rightlabels li textarea {
	width: 74.5%;
}
.leftlabels .desc li.buttons, .rightlabels .desc li.buttons {
	padding-left: 19.75%;
}
fieldset.leftlabels fieldset, fieldset.rightlabels fieldset {
	margin-bottom: -2.25em;
	border-style: none;
	background: none;
}
fieldset.leftlabels fieldset ol, fieldset.rightlabels fieldset ol {
	top: -1.75em;
	position: relative;
	margin: 0 0 0 25%;
	padding: 0;
}
fieldset.leftlabels fieldset legend, fieldset.rightlabels fieldset legend {
	width:24%;
}
fieldset.leftlabels fieldset legend span, fieldset.rightlabels fieldset legend span {
	display: block;
	position: relative;
	padding: .2em 0 .5em;
	margin: 0;
}/* Special styles
----------------------------------------------------------------------------------- *//* Address style */
.promineo-forms fieldset fieldset.address li {
	width: 100%;
	clear: left;
}
.promineo-forms fieldset fieldset.address li.city, .promineo-forms fieldset fieldset.address li.state {
	width: 33%;
	padding-right: 1%;
	margin-right: 0;
	clear: none;
}
.promineo-forms fieldset fieldset.address li.postcode {
	float: right;
	margin-right: 0;
	width: 32%;
	padding-right: 0;
	clear: none;
}
.promineo-forms fieldset fieldset.address input {
	width: 100%;
}/* Fancy styles
----------------------------------------------------------------------------*//* Required styles */
.promineo-forms .requiredInline em {
	display: inline;
	text-transform: lowercase;
}
.promineo-forms .requiredStar em {
	display: inline;
}
.promineo-forms .requiredStar em span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
.promineo-forms .requiredStar em:before {
	content: "*";
	font-size: 116%;
}/* Description box */
.promineo-forms .desc li {
	width: 78.5%;
}
.promineo-forms .desc li p {
	margin: 0;
	display: block;
	width: 22.5%;
	padding: .5em .75%;
	position: absolute;
	right: -25%;
	background-color: red;
	top: 0;
}/* Errors */
.promineo-forms fieldset li.error {
	background-color: #FCC;
	border: 1px solid #900;
}
.promineo-forms li.error strong {
	color: #900;
}
/* Enable Reste Feature for things inside forms */
.reset ol, .reset li, .reset fieldset, .reset legend, .reset input, .reset button, .reset textarea, .reset p {
	margin: 0;
	padding: 0;
}
.reset fieldset {
	border: 0;
}
.reset li {
	list-style: none;
}
.reset legend {
	color: #000;
}
.reset input, .reset button, .reset textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
.reset input, .reset button, .reset textarea {
 *font-size: 100%;
}