.news-edit img {
	margin: 0 0;
	}

.xh1 {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial Black, Arial, sans-serif;
	text-align: left;
	margin: 20px 0 5px -15px;
	color:#886;
	}
.news-edit {
	font-size: 12px;
	padding: 5px 25px;
	margin-left:-15px;
	background-color:#000025;
	float: right;
	line-height: 20px;
	margin-left:15px;
	color: #888; 
	}
.news-editfield {
	font-weight: bold;
	border-bottom:1px dotted #AA0;
	padding: 0 5px;
	background-color:#000046;
	color: #99b;
	}
.news-edit a, .news-edit a:visited {
	text-decoration: none;
	}

/* стили для примеров форматирования внизу страницы */
.code {
	font-family: monospace;
	color:#FFDDAA;
	font-weight:bold;
	}
.skip {
	color:#888888;
	font-family:Arial Narrow,Arial;
	font-size:75%;
	font-weight:normal;
	}

/* стили для формы редактирования новости */

.n-ed-input-f {
	padding:0 25px 0 15px;
	}
.n-ed-input-f input, .n-ed-input-f textarea {
	background: #000;
	border: 1px dashed #44b;
	color: #ddd;
	padding: 3px 7px;
	}
.n-ed-input-f input:focus, .n-ed-input-f textarea:focus {
	background: #000;
	border: 1px solid #44b;
	color: #fff;
	}

.n-ed-head {
	width:95%;
	}
.n-ed-date {
	width: 66px;
	}
.n-ed-time {
	width: 35px;
	text-align: center;
	}

.n-ed-pinup {
	width: 30px;
	text-align: center;
	}
.n-ed-bopen, .n-ed-bsecure {
	width: 95%;
	padding-right: 0px;
	}
.n-ed-buttons {
	margin:15px auto 40px 0;
	text-align:center;
	width:95%;
	}
.n-ed-buttons input { /* кнопки превью и ок */
	margin: 0 10px;
	background-color: #114;
	border: 2px outset #44b;
	padding: 4px 10px;
	color: #ffc;
	font-size: 15px;
	text-decoration: none;	
	}
.n-ed-buttons input:hover { /* кнопки превью и ок */
	background-color: #114;
	border: 2px inset #44b;
	color: #fff;
	text-decoration: underline;
	}

.n-ed-input-n { /* заголовок поля ввода */
	font: bold 16px Arial;
	color: #884;
	margin: 15px 0 2px -15px;
	letter-spacing: 1px;
	}


