.adp_datepicker {
	display:fixed;
	z-index: 20;
	width:90%;
	margin: 0 auto 0 auto;
	color:#904441;
	background-color: #fbedd2;
	overflow: hidden;
	border-radius: 5px;
	border:2px solid #904441;
	box-shadow: 0 0 15px #000000;
	font-size: 1.2em;
}

@media all and (orientation:landscape) and (min-width:400px) {
	.adp_datepicker {
		width:45%;
	} 
}

.adp_container {
	width:32%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size:1.5em;
	border-left: 3px solid #fbedd2;
}

.adp_button {
	display: block;
	width:100%;
	background-color: #904441;
	color:#ffffff;
	text-decoration: none;
	line-height: 2em;
	border-radius: 5px;
	margin: 0.1em 0 0.1em 0;
}

.adp_display {
	line-height: 2em;
}

.adp_buttons {
	margin: 1em 0 0 0;
}

/*.adp_cmd {
	width:49%;
	float: left;
	text-align: center;
	font-size: 2em;
	line-height: 1.4em;
	border-left:2px solid transparent;
}*/

.adp_cancel {
	background-color: transparent;
	color:#e6c7a9;
	font-size: 0.8em;
}

.adp_clear {
	width: 100%;
	clear: both;
}