.depot_app_background
	{
	margin: 0;
	padding: 10px 14px 6px 14px;
	background-image: url(/images/tower_background.png);
	background-repeat: repeat-y;
	background-position: top right;
	height:auto;
	}

/*
.depot_app_background:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.depot_app_background { zoom: 1; }
*/

.tab_labels
	{
	width:185px;
	float: left;
	margin-top:12px;
	}

.tabBorders
	{
	background: url(/images/depot/tabBodyBk.jpg) repeat-y;
	width: 562px;
	}

.depot_tab_label
	{
	width:185px;
	color: #BA2000;
	height: 31px;
	padding-left: 10px;
	padding-top: 8px;
	}

.depot_tab_selected
	{
	background: transparent url(/images/depot/tabSelected.png) no-repeat;
	color: #BA2000;
	font-weight: bold;
	position: relative;
	left: 2px;
	}

.stepNum
	{
	background:#BA2000 none repeat scroll 0 0;
	font-size:0.9em;
	line-height:1em;
	padding:2px 5px 1px 5px;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	}

.stepName
	{
	color:#333;
	font-size: 0.85em;
	line-height: 1.6em;
	padding: 0 5px;
	margin-left: 2px;
	vertical-align: top;
	}

.depot_form_head
	{
	background: url(/images/depot/tabBodyHd.jpg) no-repeat;
	height: 9px;
	}

.depot_form
	{
	padding-left: 10px;
	padding-right: 10px;
	width: 96%;
	margin: 0 auto;
	}

.depot_form_foot
	{
	background: url(/images/depot/tabBodyFt.jpg) no-repeat;
	height: 10px;
	}

.btnsbox
	{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	}

.depot_form_container
	{
	float:right;
	font-size:84%;
	height:auto;
	text-align:left;
	}

.depot_form_container form
	{
	display:block;
	}


/*
.depot_form_container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.containingDiv { zoom: 1; }*/

.depot_form_row {margin-left:50px;}
.depot_form_row_2 {margin-left:20px;}

.depot_form_row input, .depot_form_row_2 input { width: 160px; }
.depot_form_row input.radio, .depot_form_row_2 input.radio { width: auto; }
.depot_form_row select, .depot_form_row_2 select { width: 160px; }

.depot_tip
	{
	width:320px;
	border: 1px solid #fff;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	margin-bottom: 6px;
	}

.depot_tip_width_1 {width:200px;}
.depot_tip_width_2 {width:230px;}

.depot_tip_text, .depot_error_text
	{
	padding-top: 6px;
	padding-bottom: 6px;
	}

.depot_error_text
	{
	color:#fff;
	font-weight: normal;
	}

.tip_text_width_1 {width:200px;}
.tip_text_width_2 {width:230px;}

.depot_example
	{
	padding: 6px;
	color: #fff;
	margin-top: 12px;
	border: 1px solid #000;
	text-align: center;
	background-color: #BA2000;
	}

.depot_note
	{
	padding: 6px;
	color: #fff;
	margin-bottom: 8px;
	border: 1px solid #000;
	background-color: #4c7adb;
	}

.depot_image_column, .depot_form_column
	{
	float: left;
	margin: 4px;
	}

.depot_image_column {width:98px;}

.depot_form_description {float:left;}

.depot_column_spacer { float: left; width:14px;}

.form_dimensions
	{
	text-align:left;
	padding: 5px;
	}

.underline_dashed
	{
	border-bottom:1px dashed #444;
	}