﻿.input_a 
{
    width:90px;
    border:#999 1px solid;
	background:#fff url(datePicker.gif) no-repeat right; display:inline;}

.table1{ font-size:12px; width:auto; width:1236px;
}
.table2 { solid: #99bce8; font-size:12px; padding:5px; text-align:center; border-collapse:collapse; margin:5px 4px 5px 0px;
}
.table2 td{ border:1px solid #99bce8; font-size:12px; padding:10px; text-align:center; white-space:nowrap;
    width: 150px;
}
.table3 tr{ background-color:#8aabd5;}
.table4{ border:0px solid #99bce8 ;  font-size:12px;  text-align:center; border-collapse:collapse;   }


.button1{
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #84bbf3;
	padding:4px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #79bbff), color-stop(86%, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 19%, #378de5 86% );
	background:-ms-linear-gradient( top, #79bbff 19%, #378de5 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow: 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow: 1px 1px 0px 0px #bbdaf7;
 	box-shadow: 1px 1px 0px 0px #bbdaf7;
}
.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #378de5), color-stop(86%, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 19%, #79bbff 86% );
	background:-ms-linear-gradient( top, #378de5 19%, #79bbff 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
.button1:active {
	position:relative;
	top:1px;
}

.button2
{
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #84bbf3;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(19%, #79bbff), color-stop(86%, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 19%, #378de5 86% );
	background:-ms-linear-gradient( top, #79bbff 19%, #378de5 86% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow: 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow: 1px 1px 0px 0px #bbdaf7;
 	box-shadow: 1px 1px 0px 0px #bbdaf7;
}