@CHARSET "UTF-8";

#sidebar .head_portal {
	width: 261;
	height: 8px;
	background-color: #ededed;
}

#sidebar .content_portal {
	width: 257px;
	padding: 0 2px 0 2px;
	background-color: #ededed;
}

#sidebar .content_portal li {
	padding-right: 140px;
	text-align:right;
	color: #5F5F5F;
	list-style: none;
	border-bottom: 1px solid #FFF;
}

#sidebar .content_portal a {
	color: #5F5F5F;
	font-weight: bold;
}

#sidebar .content_portal a:hover {
	color: #ffa100;
}

#sidebar .bottom_portal {
	width: 261;
	background-color:#EDEDED;
	margin-bottom:18px;
}

#content #blog {
  width: 550px;
  background: none;
  border: 1px solid #666;
  padding: 10px;
}

#content .title {
  font-size: 1.8em;
	text-align: left;
	color: #4c4c4c;
	margin-bottom: 20px;
}

#content .date {
  font-size: 10px;
  color: #CCC;
}

#content .textarea {
  width: 550px;
  height: 300px;
  padding: 10px;
  border: 1px solid #b9b9b9;
	background: url("../images/layout/textareaBg.jpg");
}

#content .button_portal {
  font-size: 12px;
  margin: 10px 11px 10px 10px;
  float: right;
 	background: url("../images/layout/ButtonLang.jpg") no-repeat;
	width: 125px;
	height: 18px;
	line-height: 18px;
	padding-bottom: 3px;
}




