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

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

textarea {
	color: #4e4e4e;
	background: #ededed url(../images/form-textarea-bg.png) repeat-x top;
	border: 1px solid #bcbcbc;
	font-family: "Arial", "Sans";
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 5px;
}

select {
	color: #4e4e4e;
	background: #FFFFFF url(../images/input_bg.gif) repeat-x top;
	border: 1px solid #bcbcbc;
	font-family: "Arial", "Sans";
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	margin: 0px 0px 0px 0px;
	padding: 4px;
}

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

input[type="text"] {
	color: #4e4e4e;
	background: #f3f3f3 url(../images/form-input-bg.png) repeat-x top;
	border: 1px solid #bcbcbc;
	padding: 4px;
}

input[type="password"] {
	color: #4e4e4e;
	background: #f3f3f3 url(../images/form-input-bg.png) repeat-x top;
	border: 1px solid #bcbcbc;
	padding: 4px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #767676;
}

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

input.type-submit,
input.type-button {
	background: #008ed8;
	border: 1px solid #008ed8;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

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: #1a1a1a;
	display: block;
	font-family: "Arial", "Sans";
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 3px;
}

fieldset label.inline {
	display: inline;
}

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

/* Errors
-----------------------------------------------------------------------------*/

div.errors p.error {
	color: #bf1616;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Administrator Form Styles
-----------------------------------------------------------------------------*/

body.administration input.type-text,
body.administration input.type-password,
body.translator input.type-text,
body.translator input.type-password {
	width: 880px;
}

body.administration textarea,
body.translator textarea {
	height: 200px;
	width: 880px;
}

body.administration input.type-button.delete-button,
body.translator input.type-button.delete-button {
	background: #F5F5F5 none repeat scroll 0 0;
	border: 1px solid #D9DADB;
	color: #666666;
}