table.form{
	border-collapse:separate;
	empty-cells:hide;
	border-spacing:10px;
}

table.form td{
	text-align:right;
}

table.details{
	border-collapse:separate;
	empty-cells:hide;
	border-spacing:10px;
	float:left;
}

table.details td{
	text-align:left;
}

/* used in the gallery section for each set of pictures */
table.gallery{
	background-image:url(/images/layout/gallery_header.png);
	background-repeat:no-repeat;
	margin:0 auto;
	border-collapse:collapse;
	empty-cells:hide;
	width:720px;
	height:auto;
	border:none;
	margin-top:24px;
}

table.gallery td{
	padding:10px;
	text-align:center;
}

table.gallery th{
	padding-left:10px;
	padding-top:5px;
	font-size:18px;
	text-align:left;
}

table.gallery p{font-size:12px;}

/* used in the elvis in sa section for the flags */
table#flags{
	float:right;
	margin:0 auto;
	border-collapse:collapse;
	empty-cells:hide;
	width:450px;
	height:414px;
	border:none;
}

table#flags th{height:153px;}

table#flags td{text-align:center;}

/* used in the elvis in sa section for each set of pictures in a page */
table#gallery{
	margin:0 auto;
	border-collapse:collapse;
	empty-cells:hide;
	width:720px;
	height:auto;
	border:none;
	margin-top:24px;
}

table#gallery td{
	padding:10px;
	text-align:center;
}