/************************
* Form styles
************************/

#Container form {
	margin-bottom: 10px;
}

.elemSpace,
.input {
	margin-bottom: 1em;
}

.mainForm .input,
.mainForm .elemSpace {
	min-height: 40px;
}

.input label {
	float: left;
	width: 160px;
	padding-right: 10px;
	color: #2B2B2B;
}

.input input {
	width: 200px;
	border: 1px solid #5A0000;
}

.select label {
	width: 120px;
	padding-right: 10px;
	color: #666;
}

.input,
.submit {
	clear: both;
	margin-bottom: 10px;
	padding-right: 10px;
}

fieldset#formIntro {
	background: #99cb34;
	border: none;
	padding: 16px 20px;
}

fieldset#formDetails {
	background: #8274b9;
	border: none;
	padding: 16px 20px;
}

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

/* ----- 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, textarea.textarea, select.select{
margin:0;
font-size:100%;
border-top:1px solid #7c7c7c;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-bottom:1px solid #ddd;
background:#fff url(/images/fieldbg.gif) repeat-x top;
color:#333;
}
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 ----- */

.small{
width:32% !important;
}
.medium{
width:48% !important;
}
.large{
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:10em;
}

.form-error {
	background: #ffffd6 !important;
	color: #c33 !important;
	font-weight: bold !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;
	border: 1px solid #5A0000;
	padding: 2px 3px;
}