/* CSS Document */


body {
	padding-top:0px;
}
body form {
	background:none;
	border:none;
}


#edit {
	margin: 0px;
}
#toolbar {
	position:fixed;
	top:0;
	left:0;
	padding: 10px;
	border-bottom: 3px solid #000;
	background-color:#fff;
	margin-bottom:20px;
	height:45px;
}

#toolbar_container {
	width:300px;
	margin:0 auto;
	position:relative;
}

#toolbar div.logo {
	float: left;
}


#toolbar div#styleswitcher {
	border:1px solid #ccc;
	background:#efefef;
	float:left;
	margin: 0 0 0 50px;
	padding:10px
}


#toolbar div.options {
	float: right;
	width:115px;
	text-align: right;
}

#toolbar div.options label {
	margin-right: 10px;
	font-weight:bold;
}
#toolbar div.options input.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #7f9db9;
	width: 115px;
}	
#toolbar div.options input.button {
	border: 1px solid #ab0d54;
	background: #ab1a5b url(/img/treeline/backgrounds/button.gif) repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 18px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	width: 100px;
}

/* position the form better
form{
	padding-left:10%;
}
 this would affect the page editing too though... */
 
 
/************** landing page edit pane ****************/

div#content fieldset {
	margin-top:45px;
	border:1px solid #ccc;
	padding:20px;
	text-align:center;
}

	div#content fieldset legend {
		font-weight:bold;
		padding:0;
		margin:0;
	}
	
	
	div#content fieldset table {
		width:180px;
		margin-left:110px;
	} 
 

