/* CSS Document */
.form01 {
	width:770px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.form01 .buttonblue, .buttonred {
	cursor:hand;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding:2px;
}
.form01 .buttonred {
	background-color:#006699;
	border-right:1px solid #C06600;
	border-bottom:1px solid #C06600;
	border-left:1px solid #FAE2CC;
	border-top:1px solid #FAE2CC
}
.form01 .buttonblue {
	background-color:#006699;
	border-right:1px solid #304C60;
	border-bottom:1px solid #304C60;
	border-left:1px solid #BACDD9;
	border-top:1px solid #BACDD9
}
.form01 .txtfld01, .txtfld02, .txtfld03, .txtarea01 {
	border-top:1px solid #000;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-left:1px solid #000;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}
.form01 .txtfld01 {
	width:200px;
}
.form01 .txtfld02 {
	width:100px;
}
.form01 .txtfld03 {
	width:50px;
}
.form01 .txtarea01 {
	width:250px;
	height:80px;
}
.form01 .select01, .select02, .select03 {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}
.form01 .select01 {
	width:250px;
}
.form01 .select02 {
	width:60px;
}
.form01 .select03 {
	width:50px;
}
.form01 hr.light {
	height:1px;
	color:#006699;
}
.form01 .title01 {
	background-color:#E7E7E7;
	padding:3px;
}
.form01 .title01 .titletxt01 {
	color:#006699;
	font-size:12px;
	font-weight:bold;
}
.form01 .red {
	color:#D12124;
}
.form01 .f1txtbold01 {
	font-weight:bold;
}


