form{
}
label {
	text-align:left;
	color:black;
	overflow:visible;
}
input,select {
	font-family:tahoma;
}
h3{
	color:#6344BC;
}
th{
	text-align:center;
}
fieldset{
	padding:5px;
}
.calender{
	cursor:pointer;
	background:url(../images/bg_white.gif)  left center no-repeat;
}
* html .calender{
	cursor:hand;
}
.cursor{
	cursor:pointer;
}
* html .cursor{
	cursor:hand;
}

.grid th{
	background:#E38F3B;
	color:#DCE8FF;
	border-bottom:1px solid #c0c0c0;
}
.cmd{
	background:#F0DEF2;
	border-top:0;
	border-bottom:0;
}
th.cmd{
	background:#E38F3B;
	color:#DCE8FF;
}
.calender{
background : url(../images/calendar.png) right center no-repeat;
width:100px;
color:black; background-color:white;
}