﻿form li div span.left label, 
form li div span.right  label,
form li div span.full  label,
form li div span label,
span.full  label
{
	padding:10px 0 3px 0;

}
li.complex
{
	padding-top:0px;
}
li.complex div
{
	padding:5px 0 5px 0;	
}
li.complex div label.desc 
{
	padding:4px 0 0 0;
}
li.alternative
{
	}
li.indent
{
	padding-left:20px;
	}	
li h3 {
	color: #444444;
	font-family:Tahoma;
	font-size:100%;
	font-weight:bold;
}	

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

label.error_validation
{
	color:red ! important;
	}
li.information
{
	font-size:small;
	width:95% ! important}
tr.header td
{
	font-weight:bold;
	}

