﻿.createpropertycontainer
{
	width: 656px;
	height: 673px;
	min-height: 580px;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
	overflow: hidden;
}

.createpropertyheader
{
	width: 646px;
	height: 25px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(img/result_grad.jpg);
	background-position: top;
	background-repeat: repeat-y;	
}

.createpropertyinnercontainer
{
	width: 260px;
	height: auto; /*205px;*/
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
}

.createpropertylabel
{
	width: 96px;
	height: 21px;
	float: left;
	padding-left: 4px;
	padding-top: 4px;
}

.createpropertyfield
{
	width: 150px;
	height: 25px;
	float: left;
}

.createpropertyvalidation
{
	width: 10px;
	height: 25px;
}

.createpropertybuttons
{
	width: 250px;
	text-align: right;
	margin: 5px;
}

.createpropertybuttons input
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B1C5C3;
}

.createpropertymessage
{
	width: 250px;
	text-align: right;
	margin: 5px;
	color: Red;
	font-size: x-small;
}