
.datagrid table 
{ 
border-collapse: collapse; 
width: 100%; 

} 
.datagrid {
font: normal 12px/150% Verdana, Arial, Helvetica, sans-serif; 
background: #fff; 
overflow: hidden; 
border: 4px solid #FF0000; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px; 
}

.datagrid table td, .datagrid table th 
{ 
padding: 3px 0px; 
}

.datagrid table thead th {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF) );
background:-moz-linear-gradient( center top, #FFFFFF 5%, #FFFFFF 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');
background-color:#FFFFFF; 
color:#FF0000; 
font-size: 25px; 
font-weight: normal; 
} 

.datagrid table thead th:first-child { 
border: none; 
}

.datagrid table tbody td { 
color: #000000; 
border-left: 2px solid #F7CDCD;
font-size: 25px;
border-bottom: 2px solid #F7CDCD;
font-weight: normal; 
text-align: center;
width:11%;
}

.datagrid table tbody td:first-child 
{ 
border-left: none; 
}

.datagrid table tbody tr:last-child td 
{ 
border-bottom: none; 
}
.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #732727;
	-webkit-box-shadow: 0px 10px 14px -7px #732727;
	box-shadow: 0px 10px 14px -7px #732727;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #994040));
	background:-moz-linear-gradient(top, #ff0000 5%, #994040 100%);
	background:-webkit-linear-gradient(top, #ff0000 5%, #994040 100%);
	background:-o-linear-gradient(top, #ff0000 5%, #994040 100%);
	background:-ms-linear-gradient(top, #ff0000 5%, #994040 100%);
	background:linear-gradient(to bottom, #ff0000 5%, #994040 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#994040',GradientType=0);
	background-color:#ff0000;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #8a3e3e;
	text-align: center;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #994040), color-stop(1, #ff0000));
	background:-moz-linear-gradient(top, #994040 5%, #ff0000 100%);
	background:-webkit-linear-gradient(top, #994040 5%, #ff0000 100%);
	background:-o-linear-gradient(top, #994040 5%, #ff0000 100%);
	background:-ms-linear-gradient(top, #994040 5%, #ff0000 100%);
	background:linear-gradient(to bottom, #994040 5%, #ff0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#994040', endColorstr='#ff0000',GradientType=0);
	background-color:#994040;
	text-align: center;
}
.myButton:active {
	text-align: center;
	position:relative;
	top:1px;
}
h1 {
    text-align: center;
}