@CHARSET "UTF-8";

#block
{
	border: solid 1px gray;
	width: 80%;
	height: 300px;
	padding: 10px 5px 5px 20px;
	position: relative;
	top: 70px;
}


#a
{
	position: absolute;
	top: -15px;
	left: -32px;
}

#e
{
	position: absolute;
	top: 55%;
	right: -20px;
}

.menu_title
{
	font-size: 15px;
	text-transform: uppercase;
}

#last_authors
{
  height: 60%;
}

#last_documents
{
  height: 50%;
}

.block_title
{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  margin: 0 5px 5px 5px;
}

#wall_form
{
  width: 90%;
  text-align: center;
  margin: 15px auto;
}

#message_title,#message_body
{
  margin: 5px 0;
  width: 100%;
}

#register-link a
{
  background-color: #FF7300;
  width: 100px;
  padding: 5px 15px;
  color: #FFF;
  font-weight: bold;
  margin: auto;
  font-size: 14px;
}

