@charset "UTF-8";
/* CSS Document */

#support_top {
	width: 450px;
	margin: auto;
}

#support_table {
	margin-bottom: 20px;
	border-collapse: separate;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#support_table th, #support_table td {
	padding: 3px 5px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-size: 120%;
}

#support_table th {
	background-color: #F5F5F5;
	font-weight: bold;
}

#support #support_forms { padding-left: 0; padding-right: 0;}

#instruction table {
	width: 550px;
	margin: 15px auto;
}

table.contact {
	margin-bottom: 15px;
	border-collapse: separate;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.contact th, table.contact td {
	padding: 3px 5px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-size: 120%;
}

table.contact th {
	background-color: #339999;
	font-weight: bold;
	color: #FFFFFF;
}

