body {
	background: #fff;
	  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	  color: #333;
}

#Label1 {
	color: #fff;
	display: block;
	margin: -8px;
	text-align: center;
	font-size: 18px!important;
	padding: 4px 0 5px 0;
	color: #fff;
	text-shadow:0 1px 0 #000;
	background: #c61c01; /* Old browsers */
	background: -moz-linear-gradient(top,  #c61c01 0%, #c14434 50%, #c93119 51%, #c15547 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c61c01), color-stop(50%,#c14434), color-stop(51%,#c93119), color-stop(100%,#c15547)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c61c01 0%,#c14434 50%,#c93119 51%,#c15547 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c61c01 0%,#c14434 50%,#c93119 51%,#c15547 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c61c01 0%,#c14434 50%,#c93119 51%,#c15547 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c61c01 0%,#c14434 50%,#c93119 51%,#c15547 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c61c01', endColorstr='#c15547',GradientType=0 ); /* IE6-9 */
}

#lbl_date {
	background: #ccc;
	display: block;
	padding: 4px;
	font-weight: bold;
}

/* clean gray
*******************************************************************************/
#Button1, #Button2, input {
	padding:4px 7px;
	font-size:14px!important;
	color:#444;
background: #eee;
  background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	text-shadow:0 1px 0 #f6f6f6;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border:1px solid #888;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	cursor: pointer;
	float: right;
}

#Button1, #Button2 {
	float: none;
}

hr {
	display: none;
	margin:  0;
	padding:  0;
}

table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
