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

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

textarea {
	color : #333333;
	background : #eeeeee url(../images/input_bg.png) repeat-x top;
	border-top : 1px solid #c2c2c2;
	border-left : 1px solid #c2c2c2;
	border-right : 1px solid #e2e1e1;
	border-bottom : 1px solid #e2e1e1;
	font-family : "Lucida Grande", "Lucida Sans", "Sans";
	font-weight : normal;
	font-size : 12px;
	margin : 0px;
	padding : 3px;
}

select {
	color : #333333;
	background : #eeeeee url(../images/input_bg.png) repeat-x top;
	border-top : 1px solid #c2c2c2;
	border-left : 1px solid #c2c2c2;
	border-right : 1px solid #e2e1e1;
	border-bottom : 1px solid #e2e1e1;
	font-family : "Lucida Grande", "Lucida Sans", "Sans";
	font-weight : normal;
	font-size : 12px;
	line-height : 12px;
	margin : 0px 0px 0px 0px;
	padding : 3px;
}

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

input[type="text"] {
	color : #333333;
	background : #eeeeee url(../images/input_bg.png) repeat-x top;
	border-top : 1px solid #c2c2c2;
	border-left : 1px solid #c2c2c2;
	border-right : 1px solid #e2e1e1;
	border-bottom : 1px solid #e2e1e1;
	padding : 3px;
}

input.type-text {
	color : #333333;
	background : #eeeeee url(../images/input_bg.png) repeat-x top;
	border-top : 1px solid #c2c2c2;
	border-left : 1px solid #c2c2c2;
	border-right : 1px solid #e2e1e1;
	border-bottom : 1px solid #e2e1e1;
	padding : 3px;
}

input[type="password"] {
	color : #333333;
	background : #eeeeee url(../images/input_bg.png) repeat-x top;
	border-top : 1px solid #c2c2c2;
	border-left : 1px solid #c2c2c2;
	border-right : 1px solid #e2e1e1;
	border-bottom : 1px solid #e2e1e1;
	padding : 3px;
}

input.type_password {
	color : #333333;
	background : #eeeeee url(../images/input_bg.png) repeat-x top;
	border-top : 1px solid #c2c2c2;
	border-left : 1px solid #c2c2c2;
	border-right : 1px solid #e2e1e1;
	border-bottom : 1px solid #e2e1e1;
	padding : 3px;
}

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"] {
	border : none;
	background : #272829 url(../images/buttons/submit_bg.png) repeat-x;
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	padding : 4px;
	padding-left : 5px;
	padding-right : 5px;
}

input.type-submit,
input.type-button {
	border : none;
	background : #272829 url(../images/buttons/submit_bg.png) repeat-x;
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	padding : 4px;
	padding-left : 5px;
	padding-right : 5px;
}

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

fieldset ol li.left {
	float : left;
}

fieldset ol li.column {
	padding-right : 10px;
}

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 ol li .help {
	color : #666666;
	padding-top : 5px;
	padding-bottom : 0px;
}

fieldset label {
	color : #181818;
	display : block;
	font-family : "Lucida Grande", "Lucida Sans", "Sans";
	font-weight : bold;
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	padding-bottom : 4px;
}

fieldset label.inline {
	display : inline;
}

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

div.errors p.error {
	color : #b00202;
	font-size : 11px;
	font-weight : bold;
	padding-top : 3px;
	padding-bottom : 3px;
}

label.error {
	color : #D66060;
	font-weight : normal;
	font-size : 11px;
}

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

/* Oversized
-----------------------------------------------------------------------------*/

body.admin input[type="text"],
body.admin input[type="password"] {
	color : #a8a8a8;
	font-size : 16px;
	padding : 10px;
	width : 480px;
}

body.admin input[type="text"]:focus,
body.admin input[type="password"]:focus {
	color : #3b3b3b;
}

body.admin input[type="submit"] {
	background : #d7eff9;
	border : 1px solid #acdaed;
	color : #458aad;
	font-size : 14px;
	font-weight : bold;
	padding : 7.5px;
}

body.admin textarea {
	color : #252f0c;
	font-size : 11px;
	height : 240px;
	padding : 10px;
	width : 480px;
}
