/************************
* Form styles
************************/

#Content form {
	margin-bottom: 10px;
}

.elemSpace {
	margin-bottom: .5em;
}

label {
	padding-right: 10px;
}

.input,
.submit {
	padding-bottom: 10px;
	padding-right: 10px;
}

/*
label {
	float: left;
	text-align: right;
	width: 120px;
}

.textField,
.textArea {
	background: #f9f9f9;
	border: 1px solid #b1c1d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 400px;
	padding: 2px;
	margin-left: 10px;
}

.textField:focus,
.textArea:focus {
	background: #fff;
}

legend {
	color: #083e89;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: #d3d3d3 4px 3px 2px;
}
*/




label {
	display: block;
	margin-bottom: 0;
	width: 80%;
}

label.error {
	display: none;
}

.editor {
	width: 100%;
	height: 400px;
}

legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.mceEditor {
	border: 1px solid #b1c1d1;
}

#Content .mceEditor img {
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}

.radios {
	padding-bottom: 0;
	margin-bottom: 0;
}

.radios fieldset {
	margin: 0;
	padding: 0;
}

.radios label {
	display: inline;
	padding-left: 10px;
}

.submit input {
	padding: .2em .5em;
	font-weight: bold;
}






/* ----- BUTTONS ----- */

.button {
	cursor:hand !important;
}

input.btTxt {
	padding:0 7px;
	width:auto;
	overflow:visible;
}

.buttons {
	clear:both;
	margin-top:10px;
}

.buttons input {
	font-size:120%;
	margin-right: 5px;
}

/* ----- FIELDS AND LABELS ----- */

label.desc {
	line-height:150%;
	padding:0 4px 1px 0;
	border:none;
	color:#444;
	display:block;
	font-size:95%;
	font-weight:bold;
}

input.text,
input.textArea,
select.select {
	background: #fcfcfc;
	border: 1px solid #b1c1d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

input.text:hover,
input.textArea:hover,
select.select:hover {
	background: #fff;
	border: 1px solid #999;
}

input.text:focus,
input.textArea:focus {
	background: #fffef0;
}

input.text {
	padding:2px 0 2px 0;
}

input.currency {
	text-align:right;
}

input.checkbox, input.radio {
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

label.choice {
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}

textarea.textarea {
	margin-top:1px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

select.select {
	margin:1px 0;
	padding:1px 0 0 0;
}

select.select[class] {
	margin:0;
	padding:1px 0 1px 0;
}

.safari select.select {
	margin-bottom:1px;
	font-size:120% !important;
}

/* ----- SIZES ----- */

.third {
	width:32% !important;
}

.half {
	width:48% !important;
}

.full {
	width:100% !important;
}

input.small, select.small {
	width:25%;
}

input.medium, select.medium {
	width:50%;
}

input.large, select.large, textarea.textarea {
	width:100%;
}
input.tags {
	width:315px;
}

textarea.small {
	height:5.5em;
}

textarea.medium {
	height:10em;
}

textarea.large {
	height:20em;
}

.form-error {
	font-weight: bold !important;
	color: #b90505 !important;
}

.error-message {
	background: transparent url(../img/notices/error24.png) no-repeat 10px 5px;
	font-size: 1.2em;
	line-height: normal;
	padding: 0.5em;
	padding-left: 40px;
}

input[type="submit"] {
	font-weight: bold;
}
