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

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 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;
}

#calendar-me {
	margin: 20px;
}
.chooseDateForm label {
	width: 130px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serifl;
	color: #363D4F;
	text-align: right;
	padding: 0 10px 0 0;
}
.chooseDateForm input {
	width: 330px;
	height: 15px;
	padding: 0;
	border: 1px solid #363D4F;
}
.chooseDateForm input.date-pick, .chooseDateForm select {
	width: 80px;
}
.chooseDateForm select {
	height: 15px;
	padding: 0;
	border: 1px solid #363D4F;
}
.chooseDateForm .clear {
	clear: both;
	height: 7px;
}
.chooseDateForm .check-col {
	float: left;
	width: 250px;
}
.chooseDateForm textarea {
	border:1px solid #363D4F;
	padding:0;
	width:330px;
	height: 60px;
}
.chooseDateForm .reset {
	width: 48px;
	height: 20px;
	padding: 0;
	margin: 0 0 0 140px;
	border: 0;
	background: url(../imagenes/borrar-form.jpg) no-repeat left top;
	cursor: pointer;
}
.chooseDateForm .reset-ing {
	width: 48px;
	height: 20px;
	padding: 0;
	margin: 0 0 0 140px;
	border: 0;
	background: url(../imagenes/erase-form.jpg) no-repeat left top;
	cursor: pointer;
}
.chooseDateForm .submit {
	width: 48px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../imagenes/enviar-form.jpg) no-repeat left top;
	cursor: pointer;
}
.chooseDateForm .submit-ing {
	width: 48px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../imagenes/send-form.jpg) no-repeat left top;
	cursor: pointer;
}
