@charset "utf-8";
/******************************************************
  (Form) CSS document 
  Mars Nel  
******************************************************/

label {
	color: #333333;
	font-size: 12px;
	margin-left: 10px;
	line-height: 2em;
  padding-bottom: 4px;
}

label span, span.red { 
	color: #c33; 
}

/* Begin Form Elements */
form {
	margin-top: 20px;
}

fieldset {
	padding: 15px;
	margin-bottom: 2em;
	border: 1px solid #ccc;
}

#main-content form p {
	text-align: left;
}

legend {
	font-size: 1.25em;
	color: #333;
	font-weight: normal;
	line-height: 1.6em;
	padding: 0 8px;
	border: 1px solid #ccc;
	background: #FFF;
}

a.button {
	color: #000;
	text-decoration: none;
}

input,select,textarea,a.button {
	font-size: 1em;
	line-height: 1em;
	padding: 4px 8px;
	border: 1px solid #c9c9c9;
	font-family: Helvetica, "Lucida Sans Unicode", Arial, sans-serif !important;
	background: #fff url(../../images/background-input.gif) no-repeat 0 0;
}

input.submit {
	cursor: pointer;
}

textarea {
	padding: 8px;
}

select {
	background: white;
	padding: 1px 0 1px 2px !important;
}

input:hover,textarea:hover,select:hover,a.button:hover,input:focus,textarea:focus,select:focus {
	border: 1px solid #aaa;
	background-position: 0 -400px;
}

input.double-length,textarea.double-length {
	width: 352px;
}

input.triple-length,textarea.triple-length,select.triple-length {
	width: 482px;
}

select.double-length {
	width: 370px;
}

div.form-column {
	float: left;
	width: 400px;
	margin-right: 25px;
}

.required {
	width: 44px;
	height: 15px;
	color: #ee7f0b;
	margin-left: 4px;
	text-indent: -10000em;
	display: inline-block;
	background: transparent url(../../images/required.png) 0 0 no-repeat;
}

legend .required {
	margin-top: 8px;
}

/* form validation */
.LV_invalid_field {
	border: 1px solid #c00;
}

span.LV_invalid {
	color: #c00;
	padding-left: 20px;
	background: url(../../images/cross.gif) no-repeat 5px center;
}

span.LV_valid {
	display: none;
}

ul.errors {
	padding: 5px 5px 5px 20px;
	margin-top: 20px;
	font-size: 0.8em;
	color: #c33;
	font-weight: bold;
	line-height: 1.2em;
	border: 1px solid #c00;
	-moz-border-radius: 3px;
	background-color: #fee;
}

ul.errors li {
	list-style-type: square;
	padding: 3px 0 !important;
	margin: 0;
}
/* Nokia Only */
form#catSelect { margin-top: 0; margin-bottom: 20px; }
  form#catSelect label { font-weight: bold; margin: 0 20px 0 0; }
