
div.f1 {
	/*width: 500px;*/
}


div.f1 div.fs-container {
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	padding:1em;
	margin-bottom: 1.5em;
}

div.f1 div.f-spacer {
	padding-top: 10px;
}
	
div.f1 legend {
	width: 400px;
}

div.f1 legend span {
	font-weight: bold;
	font-size: 1.4em;
	display: block;
	width: 100%;
	color: #333;
}

.f-block label, .f-block .f-lh-label {
	display:block;
	float:left;
	font-weight:normal;
	margin:0 1em 0 0;
	padding:0.5em 10px;

}

.f-block label span.extra {
	display: block;
	font-size: 0.9em;
}

.f-txs input, .f-ema input, .f-area textarea {
	background: #fff;
	border: 1px solid #999999;
}

.f-select label {
	text-align: right;
}

div.f-note {
	background-color: #0B0B0B;
	color: #fff;
	padding: 5px 10px;
	font-size: 1em;
}



.f-area textarea {
	padding: 0.2em;
	font-family:trebuchet,tahoma,arial,helvetica,san-serif;
	font-size: 13.3px;
	float: left;
	height: 150px;
	width: 213px;
}

div.f-submit-unit button {
	background: #0B0B0B url(/images/submit_bg.jpg) 0 0 repeat-x;
	color: #e1e1e1;
	font-weight: bold;
	cursor: pointer;
	border: #fff solid 0px;
	text-transform: uppercase;
	padding: 0 20px 0 0;
}

div.f-submit-unit button:hover,
div.f-submit-unit button:focus {
	color: #fff;
}

div.f-submit-unit button span {
	padding: 0.8em 20px;
	display: block;
	background: transparent url(/images/submit_bg_arrow.png) no-repeat 100% 50%;
	line-height: normal;
}

.f-bln label,
.f-radio label {

}



/* ####################################### */
/* ########### Embroidery FORM ########### */
/* ####################################### */

.f-radio-label-txt .option-description {
	padding-left: 23px;
	margin: 0;
	display: block;
}

.f-bln input,
.f-radio input {
	margin-right: 10px;
	float: left;
}

/**
 *	Only turn off the required background on 2nd level fieldsets..
 */
.section-embroidery div.f-radio {
	background: 0;
}

#logo-checkbox-warn {
	margin-top: 20px;
}



.block-required .f-note {
	background: #0b0b0b url(/images/special_required.gif) no-repeat 95% 50%;
}








/* REQUIRED GRAPHICS LANGUAGE OVERIDES
------------------------------------------------*/

.mode-de .f-required {
	background-image: url(/images/required_de.gif);
}