@charset "utf-8";
/* CSS Document */

BODY {
	margin:0px;
	padding:0px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#525252;
}

#topbar {
	width:796px;
	height:40px;
	background:url(db_img/topbar.jpg);
}


#content {
	width:796px;
	height:461px;
	background:url(db_img/bodyback.gif) no-repeat #fef2c5;

}

#content_db_menu {
	width:796px;
	height:461px;
	background:url(db_img/db_men_bck.gif) no-repeat #fff bottom left;

}

#content_db_fb {
	width:796px;
	height:461px;
	background:url(db_img/feedbg.gif) no-repeat #fff bottom left;

}
#mbar {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	height:330px;
	overflow:auto;
}

#menuhead {
	font-size:15px;
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom:1px solid #C3D93F;
	font-weight:bold;
	color:#FD8C1C;
}

.lefty { 
	width:300px;
	float:left;
	}
.right {
	width:40px;
	float:right;
	text-align:right;
	
	}
	
.sz {font-size:9px;}
#clear {
	width:100%;
	height:1px;
	line-height:1px;
	max-height:1px;
	clear:both;
}

.spacer {
	height:10px;
	line-height:10px;
	width:100%;
	clear:both;
}
		
#juice {
	border-bottom:1px dotted #e2e2e2;
	padding-left:5px;
	line-height:20px;
}
#ml {
	width:350px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}
#mr {
	width:350px;
	margin-left:10px;
	margin-right:10px;
	float:right;
}
#cbar {
	width:460px;
	padding-right:15px;
	margin-top:50px;
	float:right;
}

#nbar {
	width:756px;
	height:30px;
	overflow:hidden;
	padding-right:40px;
}

#nbar a {
	width:120px;
	height:30px;
	line-height:30px;
	color:#fff;
	background:url(db_img/butn.gif) top left no-repeat;
	float:right;
	margin-right:1px;
	display:block;
	text-align:center;
	text-decoration:none;
	
}
#nbar a:hover {
	background:url(db_img/butn.gif) bottom right no-repeat;
}

#dbform {	
	width:400px;
	margin-top:80px;
	margin-left:42px;
}

label {	
	display:block;
	line-height:20px;
	height:20px;
	border-bottom:1px solid #e2e2e2;
	margin-top:5px;
	font-weight:bold;
}

label#name {
	display:block;
	width:50px;
	float:left;
	border-bottom:none;
	margin-top:0px;
	font-weight:bold;
}
#fbleft {
	width:190px;
	float:left;
	padding-right:10px;
}

#fbright {
	width:190px;
	float:right;
	padding-left:10px;
	}
	
textarea {
	border:1px solid #e2e2e2;
	height:139px;
	margin-top:10px;
}
