/* CSS Document */

/***********************************************/
/* Contact Form-BKS                            */
/***********************************************/

#contactLft {
	float:left;
	margin:-25px 25px 0px;
	display:inline;
}

#contactRgt {
	float:left;
	margin:-25px 25px 0px;
	display:inline;
}

#contactInfo { /* Match padding-top with .legend -BKS */
	padding-top: 25px;
}

.legend { /* Match padding-top with #contactInfo -BKS */
	font-weight:bold;
	padding-bottom:0.5em;
	padding-top: 25px;
}
	
	.legend em {
		font-size:0.8em;
		font-weight:normal;
	}
.sbHeader {
	display: block;
	width: auto;
	background-color: #99cc33;
	font-weight: bold;
	padding: 1px;
	margin: 0 0 10px 0;
}

/***********************************************/
/*                            Text Inputs -BKS */
/***********************************************/

.textFields {
	width:280px;
	margin:0px;
	padding:3px 0px;
	border:1px solid #7D7D7D;
}

.textField {
/*for spam capturing - JAE */
	display:none;
}

.textLabels {
	width:280px;
	display:block;
	padding-top:8px;
	padding-bottom:3px;
}

.textLabel {
/*for spam capturing - JAE */
	display:none;
}

input, textarea {
	margin-bottom:5px;
}


/***********************************************/
/*                            Check Boxes -BKS */
/***********************************************/

.checkLabels {
	line-height:2em;
}

.checkBoxes {
	margin:3px;
}


/***********************************************/
/*                          Radio Buttons -BKS */
/***********************************************/

.radioLabels {
	line-height:2em;
}

.radioBtns {
	margin:3px;
}


/***********************************************/
/*                           Form Buttons -BKS */
/***********************************************/

#formButtons {
	padding:25px;
	text-align:left;
	clear:both;
}

.submit, .reset {
	background-color:#6633CC; 
	color:#fff; 
	border-top:1px solid #999; 
	border-left:1px solid #999;
	border-bottom:1px solid #000;	
	border-right:1px solid #000;
	cursor:pointer;
	font-weight:bold;
}

	.submit:hover, .reset:hover { /* Doesn't work in IE6 -BKS */
		color:#999;
	}
	
.spBtn {
	background-color:#5330A6; 
	color:#eee; 
	border-top:1px solid #999; 
	border-left:1px solid #999;
	border-bottom:1px solid #000;	
	border-right:1px solid #000;
	cursor:pointer;
	font-weight:bold;
}

	spBtn:hover { /* Doesn't work in IE6 -BKS */
		color:#999;
	}


/***********************************************/
/*                     Required Data/Msgs -BKS */
/***********************************************/
	
#statusMsg { /* Note: Margins will show even without the message (so don't use them) -BKS */
	color:#CC0000;
}

.reqItem {
	color:#cc0000;
}
	
	
	
