.Form
{
	clear:both;
	float:none;
}
.Form .Note
{
	font-size: 11px;
	font-weight: bold;
	color: #67b0c0;
	margin-bottom:0em;
	color:#666;
	font-style:italic;
}
.Form .Rates li
{
	list-style-type:lower-alpha;
}
.Form .Notes li
{
	list-style-type:decimal;
}
.Form .Variable
{
	clear:all;
	float:none;
	margin:0.3em 0em 0.3em 0em;
	padding:0.5em;
	background-color:#edf8f3;
	vertical-align:middle;
}

.Form .Variable > label
{
	display:block;
	float:left;
	color: #666666;
	width:35%;
	padding:0.2em;
	cursor:pointer;
}

.Form .Variable input,
.Form .Variable textarea,
.Form .Variable select
{
	border:solid 1px #aaa;
}

.Form .Variable .Encryption,
.Form .Variable .Partions,
.Form .DestinationMedia .Variable,
.Form .Service .Variable
{
	width:60%;
	float:right;
	clear:none;
}
.Form .FileSystem .Variable,
.Form .Service .Variable,
.Form .DestinationMedia .Variable,
.Form .Partions .Variable,
.Form .Encryption .Variable,
.Form .PowerSupply .Variable,
.Form .CaseIncluded .Variable
{
	margin:0em;
	padding-top:0em;
}
.Form .CaseIncluded .Variable,
.Form .PowerSupply .Variable,
.Form .Encryption .Variable
{
	padding-bottom:0em;
}

.Variable .Partions .Variable label
{
	width:10%;
}
.Form .CaseIncluded .Variable,
.Form .PowerSupply .Variable,
.Variable .Encryption .Variable
{
	float:left;
	width:15%;
}
.Variable .Encryption .Variable label
{
	width:50%;
}

.Variable .FileSystem
{
	width:19%;
	float:left;
}
.Form .FileSystem .Variable label,
.Form .DestinationMedia .Variable label,
.Form .Service .Variable label
{
	float:none;
	display:inline;
}
.Form textarea
{
	width:62%;
	height:10ex;
	padding:0em;
	margin:0em;
}
.Form .Conditions label
{
	display:inline;
	width:auto;
	float:none;
}
.Form .Error
{
	margin:0em;
	color:red;
	padding:0em;
}
.Form .Error li
{
	list-style-type:none;
}
.Form .Rate
{
	width:60%;
	float:right;
}
.Form .Rate .Variable
{
	margin:0em;
	padding:0em;
}

.Form .Rate .Variable label
{
	width:85%;
}