.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

ul.fb-tabs { 
	margin: 0; padding: 0;
	display: inline;
	list-style-type: none; list-style-image: none; list-style-position: outside;
	text-align: center;
	}

	ul.fb-tabs li { 
		margin: 0 3px -1px 0; padding: 1px 0 0;
		background: #EFFBD7 none repeat scroll 0% 0%;
		list-style-type: none; list-style-image: none; list-style-position: outside;
		float: left;
		font-size:11px; line-height:normal;
		
		width:101px;
		}
	
		/* Use these classes to vary widths of tabs */
			.fb-tabs li.long-tab { width:120px; }
			.fb-tabs li.short-tab { width:90px; }

	
	ul.fb-tabs li a {
		border: 1px solid #999; 
		padding: 4px 8px 4px 9px;
		display: block;
		color: #333;
		font-weight: bold;
		height: 14px;
		}
	
	ul.fb-tabs li a small { font-size: 11px; font-weight: normal; }
	
	ul.fb-tabs li a:focus { 
		outline-color: invert; outline-style: none; outline-width: 0px;
		}
		
	ul.fb-tabs li a.selected { 
		border-bottom: 1px solid #fff;
		background: #fff none repeat scroll 0% 0%;
		color: #5E8F0A;
		}
		
	ul.fb-tabs li a.selected span { color: #ed8245; }
	
	ul.fb-tabs li a.selected:hover { text-decoration: none; }


/* STYLES ON hyperarts.css MODIFIED FOR THE MULTI-TAB TEMPLATE */

#wrapper { background-image:none; }

.subtab { margin-top:1em; }

h1 { 
	background-image:url(http://www.discoverenter.biz/facebook/img/logo.jpg);
	background-position: center 0;
	margin-bottom:.5em;
	}

/* CONTACT FORM STYLES */

input, textarea { 
	border:1px solid #ddd;
	padding:3px;
	margin-left:10px;
	color:#666;
	width:75%;
	font-size:17px;
	}


	/* what we really want - IE 4/5/6 can't see */	
	html>body textarea, html>body input {width:90%;} 

#ajaxMessage { color:#6a9f32; font-weight:bold; font-size:15px; }


/* validation popup window text color */
.uiButton input { color:#fff; font-size:12px; border:0; text-align:center; }


table#formtable { margin:0 0 0 10px; width:500px;}

	table#formtable td { 
		vertical-align:top; 
		text-align:left; 
		padding-right:5px;
		font-size:13px;
		color:#666;
		}
	
	table#formtable td#radiobuttons input {
		width:auto !important;
		}
		
	table#formtable td.name { 
		text-align:right;
		width:25% !important;
		background:#efefef;
		}
	

	table#formtable td#submitbutton { 
		background:transparent;
		text-align:left;
		padding-left:10px;
		}
		
	table#formtable td#pulldown { padding-left:10px; }