@charset "utf-8";

form.form label {
	display: block;
	line-height: 28px;
	font-size: 18px;
}

	form.form label span {
		font-size: 12px;
		line-height: 12px;
		font-weight: bold;
	}

form.form input.form-input,
form.form select {
	width: 305px;
	height: 28px;
	padding: 3px 2px 0px 2px;
	border: 3px solid #444;
	background-color: #232323;
	background-image: url(../img/site/input_back.jpg);
	background-repeat: repeat-x;
	color: #ffcc00;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 4px;
}

form.form textarea {
	width: 303px;
	height: 154px;
	padding: 3px;
	border: 3px solid #444;
	background-color: #232323;
	background-image: url(../img/site/input_back.jpg);
	background-repeat: repeat-x;
	color: #ffcc00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 4px;
}

form.form input.form-file {
	background-color: #232323;
	color: #ccc;
}

form.form select {
	padding: 4px;
	height: auto;
	width: 315px;
}

form.form input.form-input:focus,
form.form input.form-input:focus:hover,
form.form textarea:focus,
form.form textarea:focus:hover,
form.form select:focus,
form.form select:focus:hover {
	border-color: #ffcc00;
}

form.form input.form-input:hover,
form.form textarea:hover {
	border-color: #ccc;
}

form.form input.form-submit {
	display: block;
	width: 122px;
	height: 33px;
	margin: auto;
	margin-top: 7px;
	background-image: url(../img/site/form_button.jpg);
	background-repeat: no-repeat;
	border: none;
	background-color:#000000;
	color: #ff9900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

form.form input.form-submit.orange {
	background-image: url(../img/site/form_button_orange.jpg);
	color: #111;
}

form.form input.form-submit:hover {
	background-position: bottom;
	text-decoration: underline;
}

form.form fieldset {
	padding: 5px 15px 15px 15px;
	width: 400px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0px 5px 0px;
	border: 2px solid #444;
}

	form.form fieldset legend {
		font-size: 20px;
		padding: 0px 10px;
		color: #ffcc00;
	}
	
		form.form fieldset legend span {
			color: #ccc;
		}

/*--------------------- FORM BOXES -----------------------*/

div.formbox {
	width: 345px;
	margin-bottom: 2px;
	background-color: #333;
}

	div.formbox div.top {
		width: 100%;
		height: 13px;
		overflow: hidden;
		background-image: url(../img/site/formbox_top.jpg);
		background-repeat: no-repeat;
	}
	
	div.formbox div.center {
		width: 315px;
		padding: 0px 15px;
	}
	
	div.formbox div.bottom {
		width: 100%;
		height: 13px;
		overflow: hidden;
		background-image: url(../img/site/formbox_bottom.jpg);
		background-repeat: no-repeat;
	}
	
div.light {
	background-color: #444;
}

	div.light div.top {
		background-image: url(../img/site/formbox_light_top.jpg);
	}
	
	div.light div.center {
		
	}
	
		div.light div.center input.form-input {
			border-color: #555;
		}
	
	div.light div.bottom {
		background-image: url(../img/site/formbox_light_bottom.jpg);
	}
	
div.lighter {
	background-color: #555;
}

	div.lighter div.top {
		background-image: url(../img/site/formbox_lighter_top.jpg);
	}
	
	div.lighter div.center {
		
	}
	
		div.lighter div.center textarea {
			border-color: #666;
		}
	
	div.lighter div.bottom {
		background-image: url(../img/site/formbox_lighter_bottom.jpg);
	}

/*--------------------- MESSAGES -----------------------*/

.error-message {
	color: #ff9900;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/site/error_small.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 15px;
}

div#flashMessage {
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 25px;
	font-weight: bold;
	font-size: 16px;
	color: #999;
}

div.error div#flashMessage {
	background-image: url(../img/site/error.png);
}

div.success div#flashMessage {
	background-image: url(../img/site/success.png);
}
