/* form style */
fieldset {
	width: 500px;
}

legend {
	font-size: 20px;
} 

label {
	text-align: right;
	width: 100px;
	float: left;
	font-wieght: bold;
	margin-right:10px;
}

input {
	width: 300px;
	/*float: left;*/
}

fieldset p {
	clear: both;
	padding: 5px;
}

.buttonHolder { text-align: center; }
/* CSS Document */

