/* SEARCH FORM */

.sfOuterContainer {
	text-align: center;
	width: 100%;
}

.sfContainer {
	margin: 10px 0px 10px 0px;
	width: 500px;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.sfForm {
	width: 100%;
	text-align: left;
	padding : 10px;
	border : 1px solid #777;
	background-color : #EEE;
	color : #777;
}

.sfFormTitle {
	font-size : 18px;
	margin-bottom: 2px;
}

.sfElementTitle {
	border-bottom : 1px solid #CCC;
	margin : 5px 0px 2px 0px;
	clear: both;
}

.sfElement {
	margin : 2px 0px 2px 0px;
	width: 50%;
	float: left;
}

.sfMenu {
	font-size: 8pt;
	color: #fff;
	background-color: 757BE9;
}

.sfCaption {
	float: left;
}

.sfInput {
	margin-left: 80px;
}

.sfSubmitButton {
	clear: both;
	margin-top : 5px;
	text-align : right;
}

.sfSubmitButton INPUT {
	border : 1px solid #777;
	text-align: center;
	font-size: 8pt;
	color: #777;
	font-weight: bold;
}
