/* 19/06/2014 */
.n_enter_form {

}
div.content .n_enter_form table td, div.content table th {
	border: 0;
	position: relative;
}
div.content .n_enter_form table td .n_text_input {
	margin: 5px 0;
	width: 230px;
	border-top: 1px solid #607986;
	border-left: 1px solid #859fac;
	border-right: 1px solid #859fac;
	border-bottom: 1px solid #a8c3d0;
	padding: 5px;
	line-height: 100%;
	-webkit-box-shadow: inset 0 2px 3px 0 #d5d5d5;
	-moz-box-shadow: inset 0 2px 3px 0 #d5d5d5;
	box-shadow: inset 0 2px 3px 0 #d5d5d5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.n_error {
	margin-top: 10px;
	color: #a0664f;
	font-size: 10px;
	text-align: center;
	background: #f6d5d5;
	padding: 15px;
	border: 1px solid #f89c9c;
}
.wrong {
	position: absolute;
	top: 20px;
	left: 240px;
	color: #a0664f;
	font-size: 10px;
	border: 1px solid #c3c3c3;
	padding: 5px 10px;
	background: #fff;
}
.wrong span {
	display: block;
	position: absolute;
	left: -8px;
	top: 7px;
	width: 8px;
	height: 13px;
	background: url(../img/triangle.png) no-repeat;
}
.n_link {
	display: inline-block;
	vertical-align: top;
	margin: 15px 10px 0 10px;
}
.or {
	margin-left: 100px;
}
.tip {
	font-size: 12px;
	color: #546a74;
	width: 300px;
	line-height: 120%;
}
/**/
.logout {
	float: right;
	font-size: 16px;
	padding-left: 20px;
	color: #265d8a;
	background: url(../img/cross.png) left center no-repeat;
}
.n_media {
	border-bottom: 1px solid #b2bec5;
	padding: 0px 0 15px 0;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}
.n_media__txt {
	float: left;
	width: 80%;
}
.n_media__date {
	font: italic 400 12px Verdana, sans-serif;
}
.n_media__title {
	font-size: 16px;
	color: #000;
	margin: 5px 0;
	line-height: 120%;
}
.n_media__descr {
	color: #546a74;
	font-size: 12px;
}
.n_media__controls {
	position: absolute;
	right: 0;
	bottom: 10px;
	margin-left: 82%;
	overflow: hidden;
}
.n_media__controls ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.n_media__controls ul li {
	margin: 10px 0;
}
.n_media__controls__video {
	margin: 5px 0;
	padding-left: 25px;
	background: url(../img/cam.png) left center no-repeat;
}
.n_media__controls__audio {
	margin: 5px 0;
	padding-left: 25px;
	background: url(../img/aud.png) left center no-repeat;
}
div.editor_dialog div.content {
    margin: 0;
}
div.editor_dialog div.content table td {
    border: 0;
}