/* CSS Document */
fieldset {
	padding:0px 10px 5px 30px;
	}
	
legend {
	margin-left:-25px;
	padding:0px;
	display:inline;
	font-size:130%;
	color:#333333;
	margin-bottom:10px;
}

label{
	color:#666666;
	font-weight:bolder;
	font-size:110%;
}

#error {color:#FF0000; border:#FF0000 solid 1px;}
#error legend{color:#FF0000}


/* UNIVERSAL */
.link {
	text-decoration:underline;
	cursor:pointer;
}
.riderInput{
	width:40px;
}
.riderInputHalf{
	width:75px;
}
.required {
	color:#006600;
	font-weight:normal;
	font-size:100%;
}

.optional {
	color:#666666;
	font-weight:normal;
	font-size:100%;
}

.accessControl {
	text-decoration:underline
}
.twoDigit {
	width: 48px;
}
.twoDigitAMPM {
	width: 50px;
}
.threeDigit {
	width: 30px;
}

.fourDigit {
	width: 40px;
}
/* Comments Area */
#generalInformationComments {
	width:190px;
	float:right;
	padding:5px;
	border:1px solid #CCCCCC;
}