.appl_input_cell {
 	border: 0px solid blue;
	width: 230px;
	padding: 0px 0px 0px 0px;
	min-height: 15px;
	margin: 3px;
}

.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: 11px;
	clear: left;
}

.appl_input_line{
	border:0px solid #000;
}

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

.attachment_field {
	border-width: 0px;
	border-style: solid;
	border-color: blue;
	margin: 5px 0px 0px 2px;
	padding: 0px;
	height: auto;
	overflow: hidden;
}

.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 white;
	padding: 1px;
	margin: 0px;
}

.upload_input_box input {
	width: 200px;
}

.group_caption {
	float: left;
	font-family: arial, vardana, sans-serif;
    	font-size: 12px;
    	font-weight: bold;
    	text-decoration: none;
}

.group_caption img{
	text-decoration: none;
}

.del_icon {
	cursor: pointer;
}

.group_head {
	cursor: pointer;
	/*float: left;*/   /* NICHT EINKOMMENTIEREN: IEFIX !! */
	color: #000000;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
	margin-top:5px;
	border: 1px solid #f5f5f5;
	height:16px;
	background-color: #FBFBFB;
	width: 100%;
	clear: left;
}

.group_head div {
	text-decoration: none;
	
}

.toggle_img {
	float: left;
	background-color: #F5F5F5;
	border: 0px solid blue;
	cursor: pointer;
	height: 14px;
	width: 16px;
	padding: 2px 0px 0px 0px;
	margin:  0px 10px 0px 0px;
	background-position: center;
	background-repeat: no-repeat;
}

.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;
}

