.hdr01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666;
}
.hdr02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}
.hdr03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}


body {
	padding: 10px;
}
#fields_g input {

}
#fields_g .col1 label {
	margin-top:10px !important;
}
.btnsubmit {
	font-weight:bold;
	background-color: #F3F3F3;
	padding: 0px 10px 5px 20px;
	border: 1px solid #AEAEAE;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px #999999;
	-webkit-box-shadow: 0 0 4px #999999;
	box-shadow: 0 0 4px #999999;
	color: #666;
	line-height: 34px;
	height: 34px;
	cursor: pointer;
	margin: 2px 0px;
}
.btnsubmit:hover {
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 4px #666666;
	-webkit-box-shadow:  0 0 4px #666666;
	box-shadow:  0 0 4px #666666;
}

.buttonDone {
	background-image: url(../images/icon_24_done.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 35px !important;
}
.buttons {
	float: right;
}
.inputbox {
	height: 27px;
	width: 250px;
	padding: 5px;
	border: 1px solid #BBB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 6px #CCC;
	-webkit-box-shadow: inset 0 0 6px #CCC;
	box-shadow: inset 0 0 6px #CCC;
}
.inputbox:focus {
	-moz-box-shadow: 0 0 2px #0099CC;
	-webkit-box-shadow: 0 0 2px #0099CC;
	box-shadow: 0 0 2px #0099CC;
}
.hdr01Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0000;
}
#fieldsForm td {
	padding: 5px;
}
#fieldsForm input {
	margin-right: 5px;
}
#contactAlpha a {
	padding-right: 3px;
	padding-left: 3px;
}
#checkSelector {
	padding-top: 5px;
	padding-bottom: 5px;
}

#checkSelector label {
	margin-right: 10px;
}
#checkSelector input {
	margin-right: 5px;
}
.infoboxAdditional {
	background-color: #EAEAEA;
	padding: 10px;
}
#vertscrolldiv {
	overflow-y: auto;
	height: 485px;
}
.textNextTOIcon24 {
	font-size: 18px;
}
