[ttype=field] {
	position: relative;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
}

[ttype=field][trequired=true] .field-required {
	color: #AA0000;
}

[ttype=field][trequired=false] .field-required {
	visibility: hidden;
}

[ttype=field][tlayout=two-columns] > .field-body-section {
	float:left;
}

[ttype=field] > .field-body-section.with-help .field-body {
	float:left;
}

[ttype=field][tlayout=two-columns].width-defined > .field-body-section {
	float:none;
}

[ttype=field] > .field-body-section.with-tip-right > .field-body {
	float: left;
}

/* Label */
[ttype=field][tlayout=two-columns] > .field-label-section {
	float: left;	
	line-height: 22px;
}

[ttype=field] > .field-label-section > .field-label {
	margin-right: 5px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 80%;
}

[ttype=field] > .field-label-section[tposition=top] + .field-body-section {
	clear: both;
}

[ttype=field] > .field-label-section[tposition=top] > .field-label {
	text-align: left;
}

[ttype=field] > .field-label-section[tposition=left] > .field-label {
	text-align: left;
}

[ttype=field] > .field-label-section[tposition=right] > .field-label{
	text-align: right;
}

/* TIP */
[ttype=field] .tip {
	font-size: smaller;
	vertical-align: top;
}

[ttype=field] .tip[tposition=right] {
	margin-left: 5px;
	margin-top: 5px;
}	

[ttype=field] .tip[tposition=bottom] {
	clear: both;
	margin-top: 2px;
}

/* HELP */
[ttype=field] .help {
	cursor: pointer;
	width: 20px;
	height: 20px;
}

[ttype=field] .help .field-help-icon {
	top: 0px;
	left: 3px;
	border-radius: 10px;
}

[ttype=field] .help .ticon.field-help-icon .ticon {
	font-size: 16px;
	top: 2px;
}

/* Effects */
[ttype=field].selected {
	border-style: solid;
	border-width: 1px;
}
