#box-table-a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a th
{
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
	background: #ECECC1;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}

#box-table-a td
{
	padding: 8px;
	background: #ECECC1; 
	border-bottom: 1px solid #fff;
	color: #515151;
	border-top: 1px solid transparent;
}

#gradient-style
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}

div.box .input-text{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#515151;
}