/******* FORM *******/
#mural_content{
	width: 320px;
	
	margin-left: 30px;
	background-image: url(../images/post-it.png);
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 80px;
	clear: left;
	margin-top:50px;
	
}
#form table td{
	position:relative;
	text-align: left;
	font-size: 11px;
}
#form label{
	font-weight: 700;
}


 #send{
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	height:22px;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 700;
}

textarea{
	font-weight: normal;
	color: #565656;
	border: 1px solid #9c9c9c;
	font-family:Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 2px;
	margin-bottom: 5px;
	text-align: left;
	font-size:16px;
}
#form input.text.user{
	width: 150px;
	font-size: 11px;
}
/******* /FORM *******/
/******* MENU *******/
#container{
	width: 400px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #fff;
	border-width: 1px 1px 0 1px;
	
	color: #5f95ef;
	cursor: pointer;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}

.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
	background: transparent url(images/bubble.jpg) no-repeat scroll left top;
}
.date{
	font-weight: normal;
	font-size: 9px;
	color: #aeaeae;
}
/******* /CONTENT *******/
/******* LOADING *******/
#loading{
	text-align: center;
}
/******* /LOADING *******/
