/* General Form Styles
-----------------------------------------------------------------------------*/

input {
	font-family : "Lucida Grande", "Lucida Sans", "Sans";
	font-weight : normal;
	font-size : 1em;
	margin : 0px;
}

textarea {
	-moz-border-radius-bottomleft : 3px;
	-moz-border-radius-bottomright : 3px;
	-moz-border-radius-topleft : 3px;
	-moz-border-radius-topright : 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color : #55555;
	background : #f5f5f5;
	border : 1px solid #b79412;
	font-family : "Lucida Grande", "Lucida Sans", "Sans";
	font-weight : normal;
	font-size : 1em;
	margin : 0;
	padding : 0.35em;
}

select {
	-moz-border-radius-bottomleft : 3px;
	-moz-border-radius-bottomright : 3px;
	-moz-border-radius-topleft : 3px;
	-moz-border-radius-topright : 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color : #55555;
	background : #f5f5f5;
	border : 1px solid #b79412;
	font-family : "Lucida Grande", "Lucida Sans", "Sans";
	font-weight : normal;
	font-size : 1em;
	line-height : 1em;
	margin : 0px 0px 0px 0px;
	padding : 0.3em;
}

option {
	font-family : "Lucida Grande", "Lucida Sans", "Sans";
	font-weight : normal;
	font-size : 1em;
}

input[type="text"] {
	-moz-border-radius-bottomleft : 3px;
	-moz-border-radius-bottomright : 3px;
	-moz-border-radius-topleft : 3px;
	-moz-border-radius-topright : 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color : #55555;
	background : #f5f5f5;
	border : 1px solid #b79412;
	padding : 0.35em;
}

input[type="password"] {
	-moz-border-radius-bottomleft : 3px;
	-moz-border-radius-bottomright : 3px;
	-moz-border-radius-topleft : 3px;
	-moz-border-radius-topright : 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color : #555555;
	background : #f5f5f5;
	border : 1px solid #b79412;
	padding : 0.35em;
}

input[type="radio"] {
	border : none;
	margin : 0px 5px -2px 5px;
}

input[type="checkbox"] {
	background : transparent;
	border : none;
	margin : 0px 5px 1px 5px;
}

input[type="submit"],
input[type="button"] {
	-moz-border-radius-bottomleft : 3px;
	-moz-border-radius-bottomright : 3px;
	-moz-border-radius-topleft : 3px;
	-moz-border-radius-topright : 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color : #b9421a;
	font-size : 1.1em;
	font-weight : bold;
	background : #F6D8CE;
	border : 1px solid #d54e21;
	padding : 0.35em;
}

input[type="image"] {
	border : none;
	padding : 0px;
	margin : 0px;
}

fieldset {
	border : none;
	margin-bottom : 10px;
}

fieldset.submit {
	background : transparent;
	border : none;
	margin : 0px;
	padding : 0px;
	text-align : center;
}

fieldset.last {
	margin-bottom : 0em;
}

fieldset ol li {
	list-style : none;
	padding-bottom : 1em;
}

fieldset ol li.left {
	float : left;
}

fieldset ol li.column {
	padding-right : 1em;
}

fieldset ol li.column.last {
	padding-right : 0em;
}

fieldset ol li.clear {
	clear : both;
	margin : 0em;
	padding : 0em;
}

fieldset ol li.last {
	padding-bottom : 0em;
}

fieldset label {
	display : block;
	font-family : "Lucida Grande", "Lucida Sans", "Sans";
	font-weight : normal;
	font-size : 1em;
	float : left;
	padding-top : 4px;
	padding-right : 1em;
	text-align : right;
	width : 260px;
}

fieldset label .info {
	font-weight : normal;
	font-size : 0.8em;
}

fieldset label.inline {
	display : inline;
}

fieldset label em {
	color : #E4232C;
	font-size : 1.2em;
	font-style : normal;
	font-weight : bold;
	margin-left : 0.5em;
}

fieldset .help {
	color : #ACAAA6;
	display : block;
	font-size : 0.9em;
	font-weight : normal;
	padding-top : 0.5em;
}

div.form-errors {
	color : #E41E2C;
	font-size : 1em;
	font-weight : normal;
	margin-top : 1em;
	margin-bottom : 0em;
	margin-left : 270px;
	width : 400px;
}

div.form-errors h1 {
	color : #E41E2C;
}

label.error {
	color : #D66060;
	font-weight : normal;
	font-size : 1em;
}

input.error,
select.error,
textarea.error {
	background : #F9F4F4;
	border : 1px solid #D6ADAD;
}