/* 
Styles for:	Busy Bee Nannies Website - Form Styles
Author:		Daniel Ma
Version:	9 March 2006
Purpose:	Screen stylesheet

*/


input, select {
	color: #333333;
	font-size: 80%;
	float: left;
}

textarea {
	width: 250px;
	font-size: 80%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

label {
	font-size: 75%;
	color: #333333;
	font-weight: bold;
	float: left;
	margin: 3px 6px 3px 6px;
}

fieldset {
	margin: 10px 0px;
	padding-left: 10px;
	clear: both;
	float: none;
}

legend {
	color: #155BB0; 
	font-weight: bold;
	font-size: 90%;
}

.formRow {
	width: 100%;
	display: block;
	clear: both;
	float: none;
	padding: 3px 0;
}

.formLabel {
	width: 180px;
	display: block;
	text-align: right;
}

.formCheckBox {
	width: 180px;
	display: block;
	text-align: right;
}

.checkBoxList {
	float: left;
	
}

.checkBoxList input {
	clear:left;
}

.fileField {
	width: 100%;
	text-align:center;
	clear: both;
	float: none;
}



