.appl_input_cell {
 	border: 0px solid black;
	width: 255px;
	padding: 5px 0px 2px 0px;
	min-height: 38px;
	margin: 6px;
}

.appl_input_cell input,select {
/*	width: 200px;*/
}

#tooltip {
	position: absolute;
	font-size: 10px;
	max-width: 150px;
	border: 1px solid #91C2DC;
	z-index: 10000;
	color: #333333;
	padding:5px;
	margin: 0px 0px 0px 0px;
	background-color: white;
}

#applbox {
	font-size: 12px;
	clear: left;
}

#applbox input, select {
	width:200px;
}
.appl_input_cell input{
	/*width: 165px;*/
}

.application_group {
	height: 0px;
	overflow: hidden;
	border-width: 0px 0px 1px 1px;
	border-style: none;
	border-color: gray;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	float: left;
}

.attachment_field {
	font-size:8pt;
	padding: 0px;
	margin-bottom: 4px;
}



.attachment_field_caption {
	border: 0px solid green;
	margin: 0px 0px 0px 2px;
	clear: left;
	width: auto;
}


.empty_attachment_field {
	border-width: 0px;
	border-style: solid;
	margin: 5px 0px 0px 2px;
	border-color: red;
	height: 41px;
}

.attachment_field form {
	border: 1px none lime;
	margin: 0px;
	padding: 0px;
}

.upload_input_box {
	border: 1px solid #DEF5FC;
	padding: 1px;
	margin: 0px;
}

.upload_input_box input {
	width: 200px;
}

.group_caption {
	float: left;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding-top:30px;
}

.group_caption img{
	text-decoration: none;
}

.attachment_upload_result{
	padding: 0px;
	margin: 0px;
	border: 0px solid red;
	text-align: left;
}

.attachment_upload_result{
	padding: 0px;
	margin: 0px;
	border: 0px solid red;
	text-align: left;
}

.upload_process{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	text-align: center;
	width: 80px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	border: 0px solid white;
}

#agree {
	font-size: 11px;
	float: left;
	padding:0 0 15px 0;
}
.agb_check {
	float: left;
	border: 0px solid black;
}

.agb_check_label {
	width: 500px;	
	float: left;
	margin-left: 5px;
	font-size: 11px;
	border: 0px solid black;
}

/* CheckboxList  */
.checklist {
	border: 1px solid #ccc;
	list-style: none ! important;
	height: 6em ! important;
	overflow: auto ! important;
	width: 220px ! important;
	margin: 0px ! important;
	padding: 0px ! important;
	text-align: left ! important;
	float: left ! important;
}
.checklist li { 
	margin: 0px ! important;
	padding: 0px ! important;
	height: 18px ! important;
	border: 0px solid blue ! important; 
	text-align: left ! important; 
	float: left ! important;
	width: 200px ! important;
}
.checklist li label { 
	display: block ! important;
	padding: 0px 0px 0px 25px ! important;
	text-indent: -25px ! important;
	border: 0px solid blue ! important; 
	height:18px ! important;
	width: 160px ! important;
}
.checklist li label:hover, .checklist li label:hover {
	background: #000055 ! important;
	color: #fff ! important;
}
.checklist li label input {
	margin: 1px 0px 1px 4px ! important;
	padding: 0px ! important;
	border: 0px solid green ! important;
	width: 15px ! important;
	height: 15px ! important;
}
.checklist li label span {
	margin: 0px 0px 0px 0px ! important;
	padding: 0px 0px 6px 0px ! important;
	border: 0px solid red ! important;
	white-space: nowrap ! important;
	vertical-align: middle ! important;
	height: 1em ! important;
}
/* Ende CheckboxList  */
