table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background: none repeat scroll 0 0 #e3eCf3;
	}

th {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	text-align: center;
	color: blue;
	}

tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	font-weight: bold;
	max-width:920;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	max-width:250;
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: left;
	}

.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}