
#theForm {
	font-family:Arial;
	font-size:12px;
	color:#555555;
	font-weight:normal;
	padding:10px 20px 10px 20px;
}

#theForm .field {
	clear:both;
	padding-bottom:20px;
}

#theForm .field .label {
	font-weight:700;
	margin-bottom:3px;
}

.textbox {
	width:400px;
	border:1px solid #dcdcdc;
	font-size:11px;
	color:#777777;
	padding:2px 4px 2px 4px;
}


form {
	margin:0px;
}

/*

button {
	font-size:11px;
	color:#005500;
}

.button {
	font-size:12px;
}

.small .textbox { font-size:10px; }


.equal_buttons button {
	width:100px;
}

.equal_buttons td {
	padding-bottom:7px;
}

*/