.addnews-block {
	padding:25px 10px;
}
.magic-inp {
	background:none;
	margin:0;
	outline:0 none;
	padding:0;
	color:#cbcbcb;
}
.inp-styled.upload {
	display:inline-block;
	width:267px !important;
	float:left;
}
.notes {
	padding-top:10px;
	font-size:11px;
	color:#b4b4b4;
}
.input {
	padding-bottom:25px;
	position:relative;
}
a.button-upload {
	background:#FFF url(../img/bg_button_upload.gif) bottom left repeat-x;
	border:1px solid #c5c5c5;
	border-radius:0 5px 5px 0;
	display:inline-block;
	height: 24px;
	cursor:pointer;
	padding:0 20px;
	color:#5a5a5a;
	line-height: 22px;
	position:relative;
	left:-10px;
}
a:hover.button-upload {
	background:#eaeaea;
	box-shadow: 1px 1px 2px #CCCCCC inset;
	color:#000;
}
.input-block {
	overflow:hidden;
}
#image-upload {
	visibility:hidden;
	display:none;
}
.add-tags {
	display:inline-block;
	background:#e7e7e7 url(../img/bg_del_tag.png) right 0 no-repeat;
	border-radius:10px;
	padding:0px 25px 0 15px;
	font-size:12px;
	color:#5a5a5a;
	height:20px;
	line-height:18px;
	cursor:pointer;
	margin:0 7px;
}
.add-tags:hover {
	background-color:#cbcbcb;
}
.add-tags {
	display:none;
}
.addnews-button {
	padding-top:20px;
	overflow:hidden;
}
.addnews-button .button4, .addnews-button .button2 {
	float:left;
	margin-right:15px;
}
.addnews-button .button2 {
	height:39px;
}
div.txtarea-styled {
	position:relative;
}
.nicEdit-panelContain {
	border-radius:5px 5px 0 0 !important;
}
.nicEdit-main {
	box-shadow: 1px 1px 2px #CCCCCC inset;
	margin:0 !important;
	width:590px !important;
	cursor:text;
}
.nicEdit-main ul li {
	list-style: disc inside url(../img/list_line2.gif);
}
.nicEdit-main ol li {
	list-style: decimal inside none;
}

.picture-preview {
	position: relative;
	display: inline-block;
}

.picture-preview .picture-remove {
	background:url(../img/icon_remove.png) left top no-repeat;
	position: absolute;
	top: -5px;
	right: -5px;
	display: block;
	width: 20px;
	height: 22px;
}
.related-game.add-tags{display:table !important;float: left;}
.upcoming-help{
	top: 255px;
	width: 300px;
	position: fixed;
}