h1 {
	text-align: center;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	margin-top: 10px;
}

/*
  Table styles
*/

.pricing_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #333;
	margin-top: 50px;
}

pricing_table caption 
{
	padding-top: 15px;

}

.pricing_table th, .pricing_table td {
	padding: 0.2em;
	border: 1px dotted #666;
	color: #2a4763;
}

.pricing_table tr.alt th, .pricing_table tr.alt td {
	background-color: #fcfbe4;
}


.pricing_table th[scope=col]
{
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	color: #000;
	background-color: #f5f2a2;
}

.pricing_table th[scope=row]
{
	border-right: 2px solid #333;
	text-align: left;
}

.pricing_table th+th[scope=col]
{
	border-right: 1px dotted #666;
}

.pricing_table tr:hover th[scope=row], .pricing_table tr:hover td
{
	background-color: #632A2A;
	color: #fff;
}



/* Form Fields */
#cfName {
	width: 300px;
}

#cfEmail {
	width: 300px;
}

#cfRegarding {
	width: 300px;
}

#cfMessage {
	width: 720px;
	height: 160px;
}

.noborders {
	border: 0px;
}

h1 {
  border: 1px solid #555555;
  background: #eeeeee;
}
