div.control{
	background-image:url(../images/frontend/controlbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#bbbfc2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	height:220px;
	/*height:100%;*/
	vertical-align:top;
}

div.control_higher{
	background-image:url(../images/frontend/controlbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#bbbfc2;
	border-left:1px solid #babec1;
	border-right:1px solid #fdfdfd;
	height:100%;
	clear:both;
	display:block;
	vertical-align:top;
}

div.container_border{
	background:none !important;
	width:640px !important;
	margin-top:5px;
}

div.container{
	width:640px !important;
}

div.container_border_big{
	background-color:none !important;
	padding-right:1px;
	padding-bottom:1px;
	margin-left:20px;
	width:921px !important;
	clear:both;
}

div.container_big{
	-moz-border-radius:17px;
	-webkit-border-radius:17px;	
	background-color:#fff;
	width:920px !important;
}

*.control_title{
	font-size:24px;
	font-weight:bold;
	color:#333;
}

div.control_left{
	border-right:1px solid #fdfdfd;
	border-left:none !important;
	-moz-border-radius-bottomleft:17px;
	-moz-border-radius-topleft:17px;
	-webkit-border-bottom-left-radius:17px;	
	-webkit-border-top-left-radius:17px;		
}

div.control_right{
	border-left:1px solid #babec1;
	border-right:none !important;
	-moz-border-radius-bottomright:17px;
	-moz-border-radius-topright:17px;
	-webkit-border-bottom-right-radius:17px;	
	-webkit-border-top-right-radius:17px;	
}

div.control_float_left{
	padding:15px;
	padding-right:20px;
	margin:0px;
	height:220px;
	float:left;
}

div.control_float_right{
	margin:0px;
	float:right;
}

div.corner_addPrint{
	background-image:url(../images/frontend/druk.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px;
	padding-right:0px;
	padding-left:0px;
	margin:0px;
	height:105px;
	width:210px;
	float:left;
}

div.corner_publish{
	background-image:url(../images/frontend/publish2.png);
	background-position:top right;
	background-repeat:no-repeat;
}

div.corner_promote{
	background-image:url(../images/frontend/promote2.png);
	background-position:top right;
	background-repeat:no-repeat;
}

div.corner_earn{
	background-image:url(../images/frontend/earn2.png);
	background-position:top right;
	background-repeat:no-repeat;
}

div.free_green{
	background-image:url(../images/frontend/free_green.png);
	background-position:top right;
	background-repeat:no-repeat;
}

div.free_orange{
	background-image:url(../images/frontend/free_orange.png);
	background-position:top right;
	background-repeat:no-repeat;
}

div.free_blue{
	background-image:url(../images/frontend/free_blue.png);
	background-position:top right;
	background-repeat:no-repeat;
}

div.left_none{border-left:none !important;}
div.right_none{border-right:none !important;}
