﻿#propertyEditForm
{
	width: 610px;
	margin: 5px auto 0px;
	padding-bottom: 20px;
}

.redText
{
	color: Red;
	font-weight: 900;
}

.propertyEditValidation
{
	float: left;
	margin-left: 210px;	
}



.formTextArea
{
	float: right;
	width: 400px;
	text-align: left;
}

.dimensionDivider
{
	float:left; 
	width: 10px;
	padding-right: 5px; 
}

/* Property Edit Form - form elements */
#propertyEditForm label
{
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
}
#propertyEditForm select,
#propertyEditForm input,
#propertyEditForm .namingLabel
{
	float: left;
	width: 200px;
	text-align: left;
	margin: 0px;
}

#propertyEditForm textarea
{
	margin-bottom: 5px;
}

#propertyEditForm input.textBoxSmall
{
	float: left;
	width: 30px;
}

#propertyEditForm input.checkBox,
#propertyEditForm table span.checkBox input
{
	float: left;
	width: 20px;
}



.RadUploadTable
{
	float: left;
	width: 300px;
	text-align: left;
}

#propertyEditForm table span.checkBox label
{
	float: left;
	width: 150px;
	text-align: left;
	padding-top: 4px;
}

#propertyEditForm input.NoSkinnedFileUnput
{
	width: 260px;
}

#propertyEditForm input.RadUploadClearButton
{
	width: 40px;
	height: 20px;
}

#propertyEditForm label.labelFileUpload
{
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	padding-top: 7px;
}
