#basis {
	display:inline;
	position:relative;
	}

#calender {
	border:2px solid #eee;
	position:absolute;
	top:20px;
	left:-250px;
	width:250px;
	background-color:#fff;
	padding:10px;
	z-index:1000;
	text-align:center;
	}
	
#control {
	text-align:center;
	margin:0 0 5px 0;
	width:240px;
	background:#fff;
	}
		
#control select {
	font-family: arial,sans-serif;
	font-size:11px;
	margin:0 5px;
	vertical-align:middle;
	padding:0;
}

#calender .controlPlus {
	padding:0 5px;
	text-decoration:none;
	color:#333;
	}
#calender table {
	empty-cells: show;
	width:100%;
	font-size:11px;
	table-layout:fixed;
border:1px solid #DBE4EF;
border-left:none;
	text-align:center;
	margin-left:0 !important;margin-left:5px;
	}
	
#calender .weekdays td{
	text-align:center;
	padding:3px 2px 3px 2px;
	color:#000;
	background:#DBE4EF;
	font-weight:bold;

}

#calender .week td {
	text-align:center;
	cursor:pointer;
	border-left:1px solid #DBE4EF;
	padding:3px 1px 3px 1px;
	}
#calender .week .today { 
	font-weight:bold;color:#FF8201;
	}
#calender .week .holiday {
	font-weight: bold;
	}
#calender .week .hoverEle {
	background:#FF8201;
	color:#fff;
	font-weight:bold;
	}

table#remindersettings #control select {width:70px;margin:0;padding:0;}

input.button_calendar {
  width:20px;
  height:20px;
  background:url(ico_calendar.gif) no-repeat left center;
  border:none;
  position:relative;
  top:-2px;
}

.form #basis select {width:90px;}
