﻿/* #container {} */

/*
.mandatory { float:left; clear:both; width:10px; color:red;}
.StepName  { float:left; width:35%;}
.StepValue { margin-left:35%; }
.StepFull  { float:left; width:100%;} 
*/

.mandatory { float:left; width:10px; color:red;}
.mandatory-hidden { float:left; width:10px; visibility:hidden;}
.CurrentStep { background-color: #FF8A00; color:white; padding-right:5px;}
.StepName  { min-width:200px; /* max-width:35%;*/ }
.StepValue { margin-left:10px; margin-bottom:15px; font-weight:bold; }
.StepFull  { margin: 0 10px 15px 0;}
.shadow 
{
	border-collapse: separate;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 30px 0px;
	background-color: #e8eef4; /*#FFFFF0;*/
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/* FieldFormat */
.licenseplate { text-transform: uppercase; }
.small { width: 50%; }
.medium { width: 100%; }
.large { width: 200%; }

textarea { width: 300px; height: 100px; }
textarea.small { width: 150px; height: 55px; }
textarea.medium { width: 100%; height: 100%; }
textarea.large { width: 600px; height: 210px; }