@CHARSET "ISO-8859-1";

.inputFieldCompContainer{
	width:98%;
}

.inputFieldCompLabel{
	width: 35%;
	float: left;
	cursor:move;
	padding-left: 3px;
	border-left: 1px dotted Black;
}

.inputFieldCompValue{
	 float:left;
	 width:55%;
	 z-index: 0;
}
 
.inputFieldCompValueInputText{
	width: 95%;
}

.inputFieldCompRemoveButton{
	float:left;
}

.inputFieldCompPublicationCheck{
	float:left;
}

.inputFieldCompError{
	float:left;
	width:60%;
	margin-left: 35%;
}

.inputFieldCompErrorStyle{
	background-color: #FF9966; 
	padding-top:0.5em; 
	padding-bottom:0.5em;
}

.inputFieldCompClear{
 	clear:both;	
}

