@charset "UTF-8";

/** start for in field label */
.fieldInput{
	display: inline-block;
	position: relative;
}

.fieldValue{
	display: inline-block;
	position: relative;
}

.fieldInput > .fieldLabel, .fieldValue > .fieldLabel{
	position: absolute; 
	bottom: 3px; 
	left: 4px; 
	color: #CCCCCC;
}
/** end for in field label */

.fieldInput > label.optionLabel{
	float: none;
	display: inline-block;
	width: auto;
}

.cF-elementInputBox input[type="text"]{
	display: inline-block;
}

.page{
	clear: both;
	float: left;
	width: 100%;
}