.info {
	display: block;
	margin-top: 3px;
}
.hide { display: none; }

/*=calendar*/

.date-picker-block {

	position: relative;

}
a.date-picker {

	width: 16px;

	height: 16px;

	border: none;

	color: #fff;

	padding: 0;

	margin: 0;

	float: left;

	overflow: hidden;

	cursor: pointer;

	background: url(../images/calendar.png) no-repeat;

	position: absolute;

	right: .4em;

	top: 0px;

}


a.date-picker span {

	margin: 0 0 0 -2000px;

}

div.date-picker-holder, 

div.date-picker-holder * {

	margin: 0;

	padding: 0;

}

div.date-picker-holder {

	position: relative;

	display: inline;

	padding-right: 2em;

}

div.date-picker-holder input {

	/*float: left;*/

}

div.popup-calendar {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF none repeat scroll 0 0;
    border: 2px solid #464646;
    color: #000000;
    display: none;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    right: -1em;
    top: -100px;
    width: 150px;
    z-index: 2;
}
html>body div.popup-calendar {
	left: 100px; /* value for decent browsers */
}
div.link-close {
	float: right;
}
div.link-prev {
	float: left;
}
div.link-next {
	float: right;
}
div.popup-calendar h3 {
	font-size: 11px;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div a {
	padding: 1px 2px;
	font-size: 11px;
}
div.popup-calendar div a:hover {
	color: #ee3a42;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, 
div.popup-calendar table td {
	background: #eee;
	width: 15px;
	height: 15px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
}
div.popup-calendar table th.weekend, 
div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar th {
	font-size: 11px;
}
div.popup-calendar table td a {
	display: block;
	font-size: 11px;
	/*border: 1px solid #eee;*/
	padding: 2px;
	width: 15px;
	height: 15px;
	text-decoration: none;
}
div.popup-calendar table td.today a {
	/*border-color: #aaa;*/
}
div.popup-calendar table td a.selected, 
div.popup-calendar table td a:hover {
	background: #ee3a42;
	color: #fff;
}