.featureTable {
	width:650px;
}
#rounded-corner
{
	font-family: "Arial", "Arial", Sans-Serif;
	font-size: 12px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner th.rounded-company
{
	background: #ff943b url('../images/table-images/left.png') left -1px no-repeat;
}
#rounded-corner th.rounded-q4
{
	background: #ff943b url('../images/table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 12px;
	font-weight: 900;
	font-size: 15px;
	color: black;
	background: #ff943b;
}
#rounded-corner th.rounded-q4 span.headbar
{
	padding: 7px;
	background-color: #ff6d00;
	border: solid 1px black;
	color: #ff6d00;
	
}
#rounded-corner td
{
	padding: 8px;
	background: #E6E6E6;
	border-top: 1px solid #fff;
	color: black
}
#rounded-corner  td.rounded-foot-left
{
	background: #ff943b url('../images/table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner  td.rounded-foot-right
{
	background: #ff943b url('../images/table-images/botright.png') right bottom no-repeat;
	text-align: left;
	font-weight: bold;
	padding: 12px;
	
}
table.hoverOver tr:hover td 
{
	background: #ffab65 !important;
}
.hoverButton img{
	border:1px solid black;
	background:#ffab65;
}
.hoverButton img {
	margin:2px;
}
.hoverButton img:hover {
	background:#ff943b;
}
#rounded-corner  td.rounded-foot-right span.registerNow
{
	height:36px;
	width:160px;
	background-color: #ff6d00;
	border: solid 1px black;
	color: #ff6d00;
	
}
#rounded-corner  td.rounded-foot-right span.registerNow:hover
{
	background-color: #ffab65;
	border: solid 1px black;
	
}
