
form.path {
	display:block !important;
	margin-bottom:8px;
}

form.path p {
	margin:1px 0 2px;
	clear:both;
	line-height:22px;
}

form.path label, span.label {
	width: 250px;
	float:left;
}

form.path label.radio {
	width:auto;
	border:1px solid #888;
	margin:0 2px 2px 0;
	padding:0px 10px 0px 5px;
	line-height:20px;
}

form.path label.focus {
	background-color:#ccc;
}

form.path label.big {
	width:auto;
}

form.path input, form.path select {
	float:left;
	width:160px	;
	margin:0 2px 2px 0;
	line-height:20px;
	font-size:12px;
}

form.path input[type=radio], form.path input[type=checkbox] {
	margin:3px;
}

form.path input.radio {
	margin:3px;
	width:10px;
}

form.path textarea {
	width:500px;
	height:125px;
	margin-bottom:2px;
}

form.path p.buttons {
	margin: 0 auto 0 85px !Important;
}

form.path p.buttons input {
	width:125px !important;
	border:1px solid #ccc;
	margin:10px;
}

form.path fieldset {
	float:left;
	clear:both;
	padding:5px;
	width:585px;
}

span.clear {
	clear:both;
}



#loadedContent h1 {
	font-weight:bolder;
	}
	
#loadedContent {
	background: url(blend.jpg) no-repeat left top;
	}
	
fieldset.whiteborder {
 border: 1px solid #fff;
}

div#blackRule {
	clear:both;
	width:910px;
	margin:0 0 0 11px;
	padding:10px 20px;
	border-bottom:10px solid #000;
}

p.note {
	color:#E52D37;
	font-style:italic;
	}