@charset "UTF-8";
/* CSS Document */

/* -- General -- */
form{
	font-size:10px;
	line-height:1.6em;
	position:relative;
}
form h1{
	color:#68CDE7;
	font-size:1.6em;
	line-height:1.6em;
	margin:0 0 2px;
}
form h2{
	margin:0 0 0 20px;
}
fieldset{
	border:none;
	border-top:1px dotted #333;
	padding:2em 0em 0;
	margin:1em 2em 0;
}
legend{
	font-size:1.2em;
	color:#666;
	background:#FFF;
}
/* -- Labels --*/

label{
	font-size:1.2em;
	line-height:1.4em;
}

label.prepend{
	display:block;
	float:left;
	width:15em;
	margin:.2em 1em .3em 0;
}

label.seperate{
	display:block;
	margin:1em 0 .2em 0;
	clear:both;
	width:417px;
}

label.error{
	color:#991A37;
	margin:0 0 0 5px;
}

/*-- Inputs --*/
input.text{
	width:18.3em;
	line-height:1.4em;
	font-size:1.2em;
	background:#F6F6F6;
	border:1px inset #DDD;
}
input.text:focus{
	background:#FFF;
}

textarea{
	width:32em;
	background:#F6F6F6;
	border:1px inset #DDD;
	clear:both;
}
textarea:focus{
	background:#FFF;
}

form select{
	background:#F6F6F6;
	border:1px inset #DDD;
}

form select:focus{
	background:#FFF;
}

form select option.legend{
	background:#F6F6F6;
	margin:0 0 5px 0;
	border-bottom:1px dotted #999;
}

/*-- Buttons --*/
input.button{
	float:right;
	margin:10px 0 10px 10px;
	background:#ffcc33;
	line-height:20px;
	height:20px;
	padding:0 2px 0;
	border:none;
	color:#000;
	border:1px solid #FFF;
}

input.button:hover{
	border:1px solid #4C3427;
}

input.submit{
	background:#ffcc33;
	color:#000;
}
input.submit:hover{
	background:#ffcc33;
	color:#000;	
}

/*-- Sending --*/
form .sending{
	background:url(../images/facebox/loading.gif) no-repeat center center #FFF;
	opacity:0.9;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}

/*-- Confirmation --*/
.confirmation{
	display:none;
	text-align:left;
	font-size:12px;
	border-top:1px solid #CC9;
	padding:0 1em 0;
}
