

a{
	text-decoration: none;
}

/******* /LOGO  *******/
/******* FORM *******/
#form{

	width: 280px;
}
#form table td{
	text-align: left;
	font-size: 11px;
}
#form label{
	font-weight: 700;
}
#form input{
	border: 1px solid #d0ccc9;
	background: #000;
	color: #5f95ef;
	font-size: 11px;
	font-weight: 700;
}
#form input.text{
	font-weight: normal;
	color: #565656;
	border: 1px solid #9c9c9c;
	width: 200px;
	padding: 2px;
	margin-bottom: 5px;
	text-align: left;
}
#form input.text.user{
	width: 100px;
}
/******* /FORM *******/
/******* MENU *******/
#container{

	width: 300px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
}
#container ul.menu li{
	background: #000;
	color: #5f95ef;
	cursor: pointer;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #000;
	text-align: left;
	font-size: 11px;
	height: 380px;
	overflow: auto;
}

.date{
	font-weight: normal;
	display: block;
	font-size: 9px;
	color: #aeaeae;
}
/******* /CONTENT *******/
/******* LOADING *******/
#loading{
	text-align: center;
}
/******* /LOADING *******/

