/* General Form Styles
-----------------------------------------------------------------------------*/

input {
	color : #184f76;
	font-family : "Trebuchet Ms", sans;
	font-weight : normal;
	font-size : 16px;
	margin : 0px;
}

textarea {
	color : #184f76;
	background : #FFFFFF;
	border : 1px solid #9bcbe5;
	font-family : "Trebuchet Ms", sans;
	font-weight : normal;
	font-size : 12px;
	margin : 0px;
	padding : 5px;
}

select {
	color : #184f76;
	border : 1px solid #9bcbe5;
	font-family : "Trebuchet Ms", sans;
	font-weight : normal;
	font-size : 12px;
	line-height : 12px;
	margin : 0px 0px 0px 0px;
	padding : 5px;
}

option {
	font-family : "Trebuchet Ms", sans;
	font-weight : normal;
	font-size : 12px;
}

input[type="text"] {
	color : #184f76;
	background : #dff5ff url(../images/input_bg.gif);
	border : 1px solid #9bcbe5;
	padding : 5px;
}

input.type-text {
	color : #184f76;
	background : #dff5ff url(../images/input_bg.gif);
	border : 1px solid #9bcbe5;
	padding : 5px;
}

input[type="password"] {
	color : #184f76;
	background : #dff5ff url(../images/input_bg.gif);
	border : 1px solid #9bcbe5;
	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;
	list-style-position : outside;
	padding-bottom : 15px;
}

fieldset ol li.left {
	float : left;
}

fieldset ol li.column {
	padding-right : 12px;
}

fieldset ol li.column.last {
	padding-right : 0px;
}

fieldset ol li.clear {
	clear : both;
	margin : 0px;
	padding : 0px;
}

fieldset ol li.last {
	padding-bottom : 0px;
}

fieldset label {
	display : block;
	font-family : "Trebuchet Ms", 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;
}

input.error {
	border : 1px solid #e694a1;
	background : url(../images/input_bg_error.png) repeat-x top left;
	color : #d3465b;
}

.errors .error {
	padding : 3px;
	color : #d3465b;
}

