.clear{
	clear:both;
}

#main-container{
	width:400px;
	margin:30px auto;
	padding:0px;
}

#form-container{
	background-color:#F5F5F5;
	padding:15px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	font-family:"Trebuchet MS";
	
}

td{
	white-space:nowrap;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#main-container h1{
	color:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

label{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	/*padding-top: 12px;
	padding-bottom: 12px;*/
}

textarea{
	font-family:"Trebuchet MS";
	font-size:12px;
	color: #000;
	font-weight:normal;
	text-decoration:none;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
	font-family:"Trebuchet MS";
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

/* bypass stuff inherited from leftbar */
#leftbar ul {
	margin:0px; 
	padding: 10px 0px 10px 10px;
}

#form-container a {
	font-family:"Trebuchet MS";
	font-size:12px;
	color: #000;
	font-weight:normal;
	text-decoration:none;
}
