#new_post_container {
	height: 1px;
	width: 1px;
	overflow: visible;
}

#new_post {
	position: relative;
	left: -28px;
	width: 26px;
	height: 24px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: none;
	background: url(/i/add.png) 4px 4px no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top-right-radius: 0 0;
	border-bottom-right-radius: 0 0;
	cursor: pointer;
}

#form_container {
	width: 620px;
	margin: 0 8px;
}

#new_post_form {
	display: none;
	margin-bottom: 16px;
}


#new_post_title, #post_title {
	width: 592px;
	font-size: 16px;
	margin: 2px 0;
	padding: 2px 4px;
}

#new_post_text, #post_text {
	height: 300px;
	font-size: 16px;
	font-family: "Trebuchet MS", sans-serif;
	width: 592px;
	margin: 2px 0;
	padding: 2px 4px;
}

#new_post_submit, #post_submit {
	float: right;
	padding: 4px 8px;
	font-weight: bold;
}

#new_post_cancel {
	float: right;
	padding: 4px 8px;
}

#sphera_post_text {
	width: 600px;
	overflow: auto;
}

#sphera_post_text img {
	max-width: 600px;
}

#sphera {
	margin-bottom: 8px;
	padding: 12px 8px;
	background: url(/i/menu_back_green.png) repeat-x bottom #579405;
	width: 650px;
}

#sphera a {
	font-size: 16px;
	padding: 0 8px;
	margin-right: 4px;
	text-decoration: none;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: white;
	border: 1px solid transparent;
}

#sphera a:hover {
	border: 1px solid white;
}

#sphera a.sel {
	border: 1px solid white;
	background: white;
	color: #579405;
}

.h2sphera {
	font-size: 18px;
	margin: 6px 0;
}

.spheric {
	border: 1px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.spheric:hover {
	border: 1px solid silver;
}

