#DynamicListForm {
margin-bottom: 10px;
margin-left: 10px;
float: left;
width: 100%;
}

.ie7 #DynamicListForm {
margin-left: 0px;
}

#DynamicListForm .tabs-nav {
float:left;
list-style: none;
margin: 0;
padding: 0px;
width: 16%;
}

#DynamicListForm .tabs-nav li {
display: block;
margin: 0 0 0 1px;
min-width: 84px;
width: 100%;
clear: both;
}

#DynamicListForm .tabs-container {
float:left;
width:80%;
border: 1px solid #cccccc;
padding: 1em 8px;
background: #fff;
}

#DynamicListForm .tabs-nav, #DynamicListForm .container {
display: inline-block;
} 


#DynamicListForm .tabs-nav li {
border: 1px solid #CCCCCC;
margin: 0px;
margin-top: 2px;
background: #f5f5f5;
}

	#DynamicListForm .tabs-nav li a,
	#DynamicListForm .tabs-nav li a span {
	background-image: none;
	top: 0;
	padding: 0;
	line-height: 25px;
	padding-right: 5px;
	}

	#DynamicListForm .tabs-nav li a {
	color: #666666;
	}
	
	#DynamicListForm .tabs-nav li.tabs-selected a {
	border-right: solid 1px #ffffff;
	color: #333333;
	}
	
		#DynamicListForm .tabs-nav li a span {
		text-align: right;
		}

#DynamicListForm .tabs-nav li.tabs-selected {
background: #ffffff;
}

#DynamicListForm table.formview th {
font-weight: bold;
vertical-align: middle;
white-space: nowrap;
}

#DynamicListForm table.formview td {
vertical-align: middle;
}

	#DynamicListForm table.formview td input {
	height: auto;
	}

#DynamicListForm table tr,
#DynamicListForm table.withRows tr:last-child th, 
#DynamicListForm table.withRows tr:last-child td {
border: none;
}

	#DynamicListForm table.multipleList select {
	width: 100%;
	}
	
#DynamicListForm table.withRows th,
#DynamicListForm table.withRows td {
border-bottom: solid 1px #efefef;
}

	#DynamicListForm table.withRows td.fieldComment {
	color:#666666;
	font-size:11px;
	padding-left:5px;
	width:99%;
	}
	
	#DynamicListForm table.withRows div.fieldComment {
	color:#666666;
	font-size:11px;
	font-weight: normal;
	margin-top: 6px;
	}

#DynamicListForm fieldset {
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-border-radius: 4px;
margin-bottom: 10px;
padding: 5px;
border-color: #B3B3BF;
border: none;
}

	#DynamicListForm fieldset fieldset {
	padding: 5px;
	margin-bottom: 3px;
	border-color: #CFCFDF;
	}

	#DynamicListForm fieldset .title {
	border-bottom-color:#DCDCDC;
	border-bottom-style:solid;
	border-bottom-width:2px;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	padding-bottom:3px;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: 8px;
	}
	
	#DynamicListForm fieldset .info {
	border-bottom: solid 1px #DCDCDC;
	color: #666666;
	padding: 0px 1px 8px;
	margin-bottom: 1px;
	font-size: 10px;
	font-family: Verdana;
	font-style: italic;
	}

.width100percent {
width: 100%;
}

.width97percent {
width: 97%;
}

.width80percent {
width: 80%;
}

.width20percent {
width: 19%;
}
