.userForm {
	color: #000;
}
.userForm label {
	font-size: 10px;
}
#csltRequestTop table {
	margin-left:35px;
	margin-bottom:0px;
}


#csltRequestBottom table {
	padding-top: 0px;
	margin-left: 35px;
}

label.requiredFields {
	text-transform: upperCase;
	color: #B2BB1E;
}
.userForm p {
	width: 218px;
	margin-left: 10px;
	margin-right: 20px;
	overflow: hidden;
	word-wrap: break-word;
	}
.userForm td {
	color: #000;
}
.userForm td li {
	margin-left: 20px;
}
.csltRequestTopError {
	background: transparent url(/images/home/form-4error.png) no-repeat scroll 0 0;
}
.csltRequestTopGood {
	background: transparent url(/images/home/form-4.png) no-repeat scroll 0 0;
}

#csltRequestTop {
	height: 148px;
	width: 248px;
	padding-top: 50px;
}

#csltRequestBottom {
	background: transparent url(/images/home/form-5.png) no-repeat scroll 0 0;
	height: 221px;
	width: 248px;
}

#franchiseOpportunities {
	width: 248px;
}

.userForm input[type=text] {
	width: 139px;
	font-size: 9px;
	height: 13px;
	border: 1px solid black;
}

.userForm	textarea {
	width: 139px;
	height: 40px;
	font-size: 10px;
	border: 1px solid black;
}

.userForm select {
	margin: 0;
	padding: 0;
	width: 45px;
	font-size: 9px;
	height: 17px;
	border: 1px solid black;
}


