.appl_input_cell {
 	border: 0px solid black;
	width: 260px;
	/*padding: 5px 0px 2px 0px;*/
	min-height: 18px;
	margin: 6px;
}

.appl_input_cell input,select {
	width: 220px;
}

.appl_input_cell textarea {
	width:220px;
	height:110px;
}

#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 {
	border: 0px solid green;
	float: left;
 }

/*
#applbox td img{
	margin: 0px;
    padding: 0px;
    vertical-align: top;
    border: 0px solid white;
    display: block;
    float: left;

 }
*/

.application_group {
	height: 0px;
	overflow: hidden;
	border-width: 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;
}

.group_caption img{
	text-decoration: none;
}

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

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

.group_head div {
	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;
}
