/* Базовые стили модулей, оформление текста и т.д. */

.no_objects {
	background: #AFD9EF;
	margin-top: 60px;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	color: #0f70b5;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}