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(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

input.dp-applied {
	width: 140px;
	float: left;
}

.info {
	_width: 100%;
	color: #000;
	background: #fff6bf url(info.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 65px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin: 16px 0 16px 0;
}
img {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.linky a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 8pt !important;
	color: #FF9 !important;
	text-decoration: underline !important;
}
.linky a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 8pt !important;
	color: #FF9 !important;
	text-decoration: none !important;
}

.status-ispayed {
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #0F0;
}
.status-isconf {
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF6;
}
.status-istemp {
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
}

.mandatory {
	font-weight: bold;
	color: #F00;
}

