/* SEARCH FORM */

.sfOuterContainer {
	width: 480px;
	margin: 5px 5px 5px 0px;
text-align:center;
}

.sfContainer {
	font-size : 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #777;
}

.sfForm {
	width: 460px;
	padding : 5px;
	text-align : left;
}

.sfMenu {

}

.sfElementTitle {
	border-bottom: 1px solid #ccc;
	margin : 10px 0px 2px 0px;
	clear: both;
}

.sfElement {
	margin : 2px 0px 2px 0px;
	width: 50%;
	float: left;
}

.sfCaption {
	float: left;
}

.sfInput {
	margin-left: 60px;
	font-size: 8pt;
}

.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;
}