/* General Form Styles
-----------------------------------------------------------------------------*/

input {
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	border: none;
	letter-spacing: 0.3px;
	margin: 0px;
}

textarea {
	color: #000000;
	background: #ffff33;
	border: 1px solid #eff42e;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 3px;
	width: 227px;
}

select {
	color: #000000;
	background: #ffff33 url(../images/input-bg.png) no-repeat;
	border: none;
	height: 32px;
	line-height: 20px;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 3px;
	width: 238px;
}

select option {
	background: #ffff33;
}

input.type-text {
	color: #000000;
	background: #ffff33 url(../images/input-bg.png) no-repeat;
	/* border: 1px solid #eff42e; */
	height: 20px;
	line-height: 20px;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 6px;
	width: 231px;
}

input.type-radio {
	border: none;
	margin: 0px 5px -2px 5px;
}

input.type-checkbox {
	background: transparent;
	border: none;
	margin-left: 0px;
	margin-right: 10px; 
}

fieldset {
	border: none;
	margin-bottom: 50px;
}

fieldset.submit {
	background: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
}

fieldset.last {
	margin-bottom: 0px;
}

fieldset ol li {
	clear: both;
	list-style: none;
	padding-bottom: 10px;
}

fieldset ol li .required {
	margin-left: 10px;
	margin-right: 0px;
}

fieldset ol li.multiline {
	height: 35px;
	line-height: 35px;
}

fieldset ol li.last {
	padding-bottom: 0px;
}

fieldset label {
	display: block;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	float: left;
	height: 32px;
	line-height: 32px;
	padding-bottom: 0px;
	padding-right: 15px; 
	text-align: right;
	width: 410px;
}

fieldset ol li.reversed input {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-left: 300px;
	padding-bottom: 0px;
	padding-right: 15px; 
	text-align: right;
}

fieldset ol li.reversed label {
	float: left;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

fieldset ol li.multiline label {
	height: 35px;
	line-height: 16px;
}

fieldset label.inline {
	height: 16px;
	display: inline;
}

fieldset label em {
	color: #D66060;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: 0.5em;
}

div.errors {
	margin-left: 425px;
	padding-top: 7px;
	padding-bottom: 0px;
}

div.errors p.error {
	color: #b71414;
	font-size: 12px;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
}