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

input {
	font-family : "Lucida Grande", "Lucida Sans", "Sans";
	font-weight : normal;
	font-size : 1em;
	margin : 0px;
}

textarea {
	color : #666666;
	background : #FFFFFF url(../images/input_bg.gif) repeat-x top;
	border : 1px solid #B5B5B5;
	font-family : "Lucida Grande", "Lucida Sans", "Sans";
	font-weight : normal;
	font-size : 1em;
	margin : 0;
	padding : 0.35em;
}

select {
	color : #666666;
	background : #FFFFFF url(../images/input_bg.gif) repeat-x top;
	border : 1px solid #B5B5B5;
	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"] {
	color : #666666;
	background : #FFFFFF url(../images/input_bg.gif) repeat-x top;
	border : 1px solid #B5B5B5;
	padding : 0.35em;
}

input[type="password"] {
	color : #666666;
	background : #FFFFFF url(../images/input_bg.gif) repeat-x top;
	border : 1px solid #B5B5B5;
	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"] {

}

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;
}

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;
	padding-bottom : 0.5em;
}

fieldset label.inline {
	display : inline;
}

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

div.form-errors {
	background : #F9F4F4;
	border : 1px solid #D6ADAD;
	color : #D66060;
	font-size : 1em;
	font-weight : normal;
	padding : 0.5em;
}

div.form-errors h1 {
	color : #CC6666;
}

div.form-errors ol,
div.form-errors ol li {
	list-style : none;
	padding : 0.2em;
}

div.form-errors ol li.last {
	margin-bottom : 0em;
}

label.error {
	color : #D66060;
	font-weight : normal;
	font-size : 1em;
}

input.error,
select.error,
textarea.error {
	background : #F9F4F4;
	border : 1px solid #D6ADAD;
}