.scfForm {
	/*text-align: right;*/
	font: 12px Interstate, Arial, Helvetica, sans-serif;
	color: #616161;
	padding-bottom: 40px;
}

.scfSingleLineGeneralPanel,
.scfDropListGeneralPanel,
.scfTelephoneGeneralPanel,
.scfEmailGeneralPanel,
.scfPasswordGeneralPanel,
.scfSingleLineTextUsefulInfo {
	display: inline;
}

.scfSingleLineTextLabel,
.scfDropListLabel,
.scfTelephoneLabel,
.scfPasswordLabel,
.scfEmailLabel {
	width: 119px;
	display: inline-block;
	text-align: right;
}


.scfSingleLineTextBox,
.scfTelephoneTextBox,
.scfPasswordTextBox,
.scfEmailTextBox {
	background-color: #e9e9e9;
	width: 280px;
	height: 30px;
	
	margin-bottom: 10px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* universal */
		
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #3a3a3a;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	border: none;
	display: inline-block;
}

.scfDropList {
    background-color: #e9e9e9;
	width: 300px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
    padding-left: 10px;
	color: #3a3a3a;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	border: none;
	display: inline-block;
}

.scfRequired {
	color: red;
}

.scfValidator {
	color: red;
	margin-left: 10px;
	display: inline-block;
	width: 200px;
	position: relative;
	top: 5px;
}

.scfSubmitButton {
	background: url(../images/btn-signup.png) no-repeat transparent;
	width: 109px;
	height: 24px;
	text-indent: -9999px;
	margin-left: 131px;
	margin-top: 20px;
}

.scfSaveUpdateButton {
	background: url(../images/btn-saveUpdates.png) no-repeat transparent !important;
    cursor: pointer;
	width: 145px !important;
	height: 34px;
	text-indent: -9999px;
	margin-left: 131px;
	margin-top: 20px;
}