a.dp-choose-date
{
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 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;
}

a
{
}
a:hover
{
}
abbr
{
}
acronym
{
}
address
{
}
blockquote
{
}
body.body
{
}
cite
{
}
h1
{
}
h2
{
}
h3
{
}
h4
{
}
h5
{
}
h6
{
}
img
{
}
label
{
}
p
{
}
q
{
}
table
{
}
th
{
}
td
{
}
tr
{
}
.form_element
{
	text-align: right;
	margin: 3px 0px 0px;
	width: 140px;
	display: block;
	float:left;
}
.column1
{
	height:auto;
}
.formElement	 {float:left;width:180px;}
.formSection {margin: 0;padding:0 0 15px 0;float:left;width:100%;}
.formSectionBlock{width:50%;float:left;}
.formSectionBlock2{width:50%;float:inherit;}
.formRow{float:left;width:100%;padding:0;margin:3px 0 3px 0;}




