@charset "utf-8";
/* CSS Document */

#frmApply fieldset {
	margin-bottom: 10px;
	padding: 9px;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

#frmApply p {
	display: block;
	padding-left: 12px;
}

#frmApply input[type=text] {
	width: 164px;
	margin-top: 3px;
}

#frmLgndMain {
	font-family: Kristen ITC, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

#frmLgndSub {
	font-weight: bold;
	margin-left: -2px;
}

#frmMainOne {
	background-color: #f2ffe5;
}

#frmSubOne {
	background-color: #ebffd9;
}

#frmMainTwo {
	background-color: #eaf7fa;
}

#frmSubTwo {
	background-color: #e1f4f8;
}

#frmMainThree {
	background-color: #fbf2fd;
}

#frmSubThree {
	background-color: #f9ecfd;
}

#frmMainFour {
	background-color: #fff3f9;
}

#frmSubFour {
	background-color: #ffedf7;
}

#frmMainFive {
	background-color: #fff2ed;
}

#frmSubFive {
	background-color: #ffece5;
}

#frmContactLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 335px;
}

#frmContactLeft  label {
	width: 140px;
	float: left;
	margin-top: 3px;
}

#frmContactRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 335px;
}

#frmContactRight  label {
	width: 155px;
	float: left;
	margin-top: 3px;
}

#frmLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 335px;
}

#frmRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 335px;
}

#frmShow  input[type=text] {
	width: auto;
	margin-top: 3px;
}

#frmShow th {
	font-size: 10px;
}

#frmShow td {
	font-size: 10px;
}


#frmShift {
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

#frmShift th {
	font-size: 10px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#frmShift td {
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

.req {
	font-size: 110%;
	font-weight: bold;
	color: #C30;
} 

