/** BOF Veld **/

.veld {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 20px;
}


.veld label {
	font-weight: 600;
	margin-right: 20px;
}

.veld.large label {
	display: block;
}

.veld label {
	font-weight: 600;
	margin-right: 20px;
}

.veld.large label {
	display: block;
}

.veld .formError {
	color: Red;
}


.fieldWithErrors input {
	border-color: Red;
}

.fieldWithErrors textarea {
	border-color: Red;
}

/** EOF Veld **/



/** BOF Admin layer **/

#tmplus_menu {
	margin: 0;
	margin-top: 20px;
	margin-left: 85%;
	height: 100px;
	width: 100px;
	display: block;
	position: absolute;
	z-index: 50;
}

#tmplus_menu ul {
	background-color: white;
}

#tmplus_menu_item_body {
	display: block;
	position: absolute;
	top: 300px;
	background-color: white;
}

#page_content {
	width: 480px;
	height: 480px;
}

/** EOF Admin layer **/


/** BOF Drag & Drop **/

.draggable {
	border: 1px dashed silver;
}

.tmplus_droppable_field {
	display: block;
	width: 150px;
	height: 25px;
	background-color: Red;
	border: 1px solid white;
}

.tmplus_droppable_field.ready {
	background-color: Green;
}

/** EOF Drag & Drop **/