/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	}
p, legend {
	font-size:12px;
	}
.smallText {
	font-size:10px;
	}
.red {
	color:#FF0000;
	}

label {
	display:block;
	}
input.text {
	width:200px;
	}
input.radio, input.submit, input.reset {
	width:auto;
	}