/*  BASE CSS  */
.FormViewControllerWrapperDiv{

}

.FormViewControllerTable{

}

.FormViewControllerRow{

}

.FormViewControllerFullSpanTD{
	padding:5px;
}

.FormViewControllerLeftTD{

}

.FormViewControllerLeftTDWrapperDiv{
	
}

.FormViewControllerRightTD{

}

.FormViewControllerRightTDWrapperDiv{
	width:100%;
}


/*   FORM ELEMENTS   */
.FormElementBoolean{
	width:100%;
}

.FormElementCheckbox{
	width:100%;
}

.FormElementCountry{
	width:100%;
}

.FormElementDate{
	width:100%;
}

.FormElementEncrypted{
 /* is just a wrapper for TextFormElement */
}

.FormElementEntityLinkWrapperDiv{
	width:100%;
}

.FormElementEntityLinkText{
	width:100%;
}

.FormElementLong{
/* Not yet implemented */
}

.FormElementPassword{
	width:100%;
}

.FormElementRealNumber{
/* Not yet implemented */
}

.FormElementSelect{
	width:100%
}

/* Maybe include .FormElementSelectOption, would have to update state and country as well, then. */

.FormElementStateSelect{
	width:100%;
}

.FormElementSubmit{
	width:100%;
}

.FormElementText{
	width:100%;
}

.FormElementTextSelectable{
	width:100%;
	border:1px solid #EFE;
}
.FormElementTextSelectable:hover{
	cursor:pointer;
}
.FormElementTrash:hover{
	cursor:pointer;
}

.FormElementTime{
	width:100%;
}

.FormElementTitle{
	padding:5px;
	width:100%;
}/* PROJECT INHERITED CSS */
/* File not found: /FormViewController.css */
