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

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

textarea {
	color : #666666;
	background : #FFFFFF
	border : 1px solid #e9e8e8;
	font-family : Arial, Sans;
	font-weight : normal;
	font-size : 12px;
	margin : 0px;
	padding : 5px;
}

select {
	color : #666666;
	background : #FFFFFF
	border : 1px solid #e9e8e8;
	font-family : Arial, Sans;
	font-weight : normal;
	font-size : 12px;
	line-height : 12px;
	margin : 0px 0px 0px 0px;
	padding : 5px;
}

option {
	font-family : Arial, Sans;
	font-weight : normal;
	font-size : 12px;
}

input[type="text"] {
	color : #666666;
	background : #FFFFFF
	border : 1px solid #e9e8e8;
	padding : 5px;
}

input[type="password"] {
	color : #666666;
	background : #FFFFFF
	border : 1px solid #e9e8e8;
	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 {
	color : #111111;
	display : block;
	font-family : Arial, Sans;
	font-weight : bold;
	font-size : 10.5px;
	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;
}

/* 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 : #8eb62f url(../images/admin_button_bg.png) repeat-x top;
	border : 1px solid #789d21;
	color : #252f0c;
	font-size : 14px;
	font-weight : bold;
	padding : 7.5px;
}

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