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

input {
	font-family: "Lucida Grande", "Lucida Sans", "Sans";
	font-weight: normal;
	font-size: 12px;
	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: 12px;
	margin: 0px;
	padding: 5px;
}

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: 12px;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

option {
	font-family: "Lucida Grande", "Lucida Sans", "Sans";
	font-weight: normal;
	font-size: 12px;
}

input[type="text"] {
	color: #666666;
	background: #FFFFFF url(../images/input_bg.gif) repeat-x top;
	border: 1px solid #B5B5B5;
	padding: 5px;
}

input[type="password"] {
	color: #666666;
	background: #FFFFFF url(../images/input_bg.gif) repeat-x top;
	border: 1px solid #B5B5B5;
	padding: 5px;
}

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: 0px;
}

fieldset ol li {
	list-style: none;
	padding-bottom: 12px;
}

fieldset ol li.left {
	float: left;
}

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

fieldset label {
	display: block;
	font-family: "Lucida Grande", "Lucida Sans", "Sans";
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 5px;
}

fieldset label.inline {
	display: inline;
}

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