#jscal * {
	padding:0;
	font-size:9pt;
	font-family:arial;	
}
#jscal {
	position:absolute;
	width:240px;
	height:280px;
	background:url('../img/popup.cal.png');
	background-repeat:no-repeat;
	margin:0;
}
#jscal table {
	margin:0 auto
}
#jscal th,#jscal td {
	height:15px;
}
#jscal input {
	border:1px solid rgb(200,200,200);
	padding:0;
	background:rgb(240,240,240);
}
#jscal input.day {
	width:30px;	
}
#jscal input.month {
	width:35px;	
}
#jscal input.sel {
	font-weight:bold;
}
#jscal input:hover {
	border:1px solid rgb(255,0,0);		
}

