body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

form {
	margin:0px;
}

.invisible {
	display:none;
}

.visible {
	display:block;
}

li {
	list-style:square;
}

a {
	color: #0e45c2;
	text-decoration:none;
}
a:hover {
	color: #374260;
	text-decoration:underline;
}

.small-text {
	font-size:10px;
}

.main {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:center;
}

.channels {
	background-image: url(channels-back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #e5e7ee;
	text-align: center;
	vertical-align: middle;
	color: #727a90;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 5px 10px 5px;
	font-size: 11px;
}

.channels a {
	color: #919bb5;
	text-decoration:none;
}

.channels a:hover {
	color: #727a90;
	text-decoration:underline;
}

.logo-table {
	margin-left:auto;
	margin-right:auto;
	background-image: url(main-logo-vd2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.logo-table td {
	padding:0px;
}
.logo-table td.logo {
	text-align:left;
}
.logo-table td.search {
	text-align:right;
	padding-right:15px;
}

.search-block {
	float:right;
	width:300px;
	margin:0px;
}

.search-block form {
	margin:0px;
}

.search-block-table {
	margin-left:auto;
	margin-right:auto;
}
.search-block-table td.text, .search-block-table td.field, .search-block-table td.buttons {
	padding:5px 4px 8px 4px;
	white-space:nowrap;
}

.search-block-table td.text {
	text-align:right;
	color: #727a90;
	font-weight:bold;
}

.search-block-table input.search-block {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	color: #323a50;
}
.search-block-table input.search-block-button {
	height:22px;
	width:70px;
	background-image: url(flash-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	border:0px;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #727a90;
}

/* level 2 navigation */
.level-1-table {
	margin-left:auto;
	margin-right:auto;
}
.level-1-table td {
	padding:0px;
	text-align:center;
	vertical-align:bottom;
}
.level-1-table td.current {
	background-image: url(level-1-left-current.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #b9c2d7;
	border-bottom:1px solid #b9c2d7;

}
.level-1-table td.entry {
	background-image: url(level-1-left-entry.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e5e7ee;
	border-bottom:1px solid #FFFFFF;
}

.level-1-table td.current .level-1, .level-1-table td.entry .level-1 {
	font-size: 12px;
	color: #727A90;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 5px 20px;
}

.level-1-table td.current .level-1 a, .level-1-table td.entry .level-1 a {
	color: #0e45c2;
	text-decoration:none;
}

.level-1-table td.current .level-1 a:hover, .level-1-table td.entry .level-1 a:hover {
	color: #374260;
	text-decoration:underline;
}

.level-1-table td.current .level-1 a {
	font-weight:bold;
}

.level-1-table td.current .level-1 {
	background-image: url(level-1-right-current.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.level-1-table td.entry .level-1 {
	background-image: url(level-1-right-entry.png);
	background-repeat: no-repeat;
	background-position: right top;
}


/* level 2 navigation */
.level-2 {
	background-image: url(level-2-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #b9c2d7;
	
}

.level-2-navigation {
	font-size: 12px;
	color: #727A90;
	text-decoration: none;
	background-image: url(level-2-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.level-2-navigation a {
	color: #0e45c2;
	text-decoration:none;
}

.level-2-navigation a:hover {
	color: #374260;
	text-decoration:underline;
}

.level-2-navigation a.active-entry {
	font-weight:bold;
}

.level-2-navigation a.active-entry:hover {
	font-weight:bold;
}


/* bottom table */

.bottom-table {
	margin-left:auto;
	margin-right:auto;
	background-color: #b9c2d7;
	background-image: url(under-back.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.bottom-table td {
	padding:0px;
}

.bottom-table td.under-info, .bottom-table td.under-counters {
	vertical-align:middle;
	text-align:left;
	padding:4px;
	color:#919bb5;
	font-weight:bold;
}
.bottom-table td.under-counters {
	text-align:right;
}

.bottom-table td.under-info a {
	color:#919bb5;
	text-decoration:none;
}
.bottom-table td.under-info a:hover {
	color:#727a90;
	text-decoration:underline;
}

/* main content table */
.main-content-table {
	margin-left:auto;
	margin-right:auto;
}

.main-content-table td {
	vertical-align:top;
	padding:0px;
	text-align:center;
}
/* main content table end */

/* temporary disabled
.content-block-table {
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #b9c2d7;
	font-size: 12px;
}

.content-block-table td {
	text-align:left;
	vertical-align:top;
	padding:4px 6px;;
	border-left:1px solid #b9c2d7;
	border-right:1px solid #b9c2d7;
}
.content-block-table tr.head {
	background-image: url(level-1-left-current.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #b9c2d7;
	
}
.content-block-table tr.head td {
	background-image: url(level-1-right-current.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-left:0px solid #b9c2d7;
	border-right:0px solid #b9c2d7;
	font-weight:bold;
	padding:4px 10px;
}
*/

.simple-content {
	margin-right:auto;
	margin-left:auto;
	font-size: 12px;
}

.simple-content .content-head {
	padding:0px;
	background-image: url(level-1-left-current.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #b9c2d7;
	border-bottom:1px solid #b9c2d7;
}

.simple-content .content-head .header {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	background-image: url(level-1-right-current.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight:bold;
	color:#454f6b;
}
.simple-content .content-head .header h1 {
	font-size: 14px;
	margin:0px;
}
.simple-content .content-head .header a {
	color: #0e45c2;
	text-decoration:none;
}
.simple-content .content-head .header a:hover {
	color: #374260;
	text-decoration:underline;
}
.simple-content .text-content {
	padding:5px 10px;
	text-align:left;
	border-left:1px solid #cad1e1;
	border-right:1px solid #cad1e1;
	position:relative;
}
.simple-content .text {
	padding:15px;
	text-align:left;
	border-left:1px solid #cad1e1;
	border-right:1px solid #cad1e1;
}
.simple-content .down {
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:center;
	background-image: url(simple-down-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.simple-content .down .back {
	background-image: url(simple-down-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.simple-content .down .back img {
	display:inline;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:15px;
}

.message {
	font-size:13px;	
	text-align:center;
	padding:8px;
	border:2px solid #CC0000;
	font-weight:bold;
	color:#CC0000;
}

.form-table {
	margin-right:auto;
	/*
	border-left:1px solid #cad1e1;
	border-right:1px solid #cad1e1;
	*/
}

.form-table td {
	padding:5px;
	vertical-align:middle;
}

.form-table td.key {
	text-align:right;
	font-weight:bold;
	white-space:nowrap;
}
.form-table td.value {
	text-align:left;
	font-weight:normal;
}
.form-table td.upload {
	text-align:left;
	font-weight:normal;
	background-color:#e5e7ee;
}

.form-table input.single-line {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	color: #323a50;
	width:95%;
	padding:2px;
}
input.ext-code {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	color: #323a50;
	/* width:90%; */
	padding:2px;
}
.auth-table input.single-line, .video-view input.single-line {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	color: #323a50;
	padding:2px;
}
.form-table input.submit-button, .auth-table input.submit-button, .video-view input.submit-button {
	height:22px;
	width:100px;
	background-image: url(flash-button-100.png);
	background-repeat: no-repeat;
	background-position: left top;
	border:0px;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #727a90;
}

.category-select-table {
	margin-left:auto;
	margin-right:auto;
}

.category-select-table td {
	vertical-align:top;
	padding:0px;
}

.category-select {
	padding:2px;
}

.wd-folder, .wd-file {
	padding:0px;
}

.wd-folder .folder  {
	cursor: pointer;
	font-weight:bold;
	color:#5d657d;
}

.wd-folder .folder img, .wd-file .simple-file img {
	padding:0px;
}

.wd-content {
	text-align: left; 
	margin-left:26px; 
	background-color: #FFFFFF;
}

.wd-file .simple-file  {
	color:#5d657d;
}

.wd-file .video  {
	cursor: pointer;
	color:#000000;
	display:block;
	padding-right:10px;
	background-color:#FFFFFF;
}

.wd-file .video-selected  {
	cursor: pointer;
	color:#000000;
	display:block;
	padding-right:10px;
	background-color:#e5e7ee;
}

.to-right {
	float: right;
	display:block;
}

.to-left {
	float:left;
	display:block;
	color:#000000;
}


/* auth table */
.auth-table {
	margin-left:auto;
	margin-right:auto;
}

.auth-table td {
	padding:0px 5px;
	text-align:left;
	font-size: 11px;
	vertical-align:middle;
}

.auth-table td.key, .auth-table td.central {
	padding:2px 5px;
}

.auth-table td.central {
	text-align:center;
}


/* vodeo-info */
.thumb {
	border:1px solid #cad1e1;
}

.video-info, .video-detail, .video-list {
	margin-left:auto;
	margin-right:auto;
}

.video-info {
	border-bottom:1px solid #c8cfe0;
	margin-bottom:5px;
	margin-top:5px;
}

.video-info td {
	vertical-align:top;
	text-align:left;
	padding:5px 2px;
}

.video-info td .title {
	font-weight:bold;
	font-size:13px;
	padding:0px 4px 2px 4px;
}
.video-info td .duration {
	font-weight:bold;
	font-size:11px;
	padding:0px 4px 4px 4px;
}

.video-info td .description {
	padding:4px;
}

.video-detail td {
	padding:2px 4px;
	vertical-align:top;
	text-align:left;
}

.video-detail td.key {
	color:#727a90;
	white-space:nowrap;
	font-weight:bold;
}

.video-detail td a {
	color: #727a90;
	text-decoration:underline;
}

.video-detail td a:hover {
	color: #0e45c2;
	text-decoration:underline;
}

.video-detail td a.user {
	color: #0e45c2;
	text-decoration:none;
}

.video-detail td a.user:hover {
	color: #374260;
	text-decoration:underline;
}

.video-list td {
	padding:5px 3px 10px 3px;
	text-align:left;
}

.video-list td .list-title {
	font-weight:bold;
}

.video-list td .list-duration {
	font-size:11px;
	font-weight:bold;
}

.video-list td .list-information {
	font-size:11px;
}

.video-list td .list-information .key {
	font-weight:bold;
	color:#727a90;
}

.video-list td .thumb-list {
	display:block;
	border:1px solid #cad1e1;
	margin-bottom:5px;
}

/* my video */
.my-video-entry {
	margin-left:0px;
	margin-right:auto;
	border-top:1px solid #cad1e1;
}

.my-video-entry td {
	vertical-align:top;
	text-align:left;
}

.my-video-entry td.check {
	padding:3px 4px;
}

.my-video-entry td.picture {
	padding:4px;
	text-align:center;
}

.action-entry {
	margin-left:auto;
	margin-right:auto;
	padding:3px 0px;
}

.action-entry input.submit-button {
	height:22px;
	width:100px;
	background-image: url(flash-button-100.png);
	background-repeat: no-repeat;
	background-position: left top;
	border:0px;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #727a90;
}
.my-video-entry td.picture img {
	display:block;
	border:1px solid #cad1e1;
	margin-bottom:15px;
}
.my-video-entry td.info {
	padding:4px;
	font-size:11px;
}

.my-video-entry td.info .my-title {
	padding:0px 5px 5px 5px;
	font-size:13px;
	font-weight:bold;
}
.my-video-entry td.info .my-title .duration {
	font-size:11px;
}

.my-video-entry td.info .my-description {
	padding:5px;
}

.my-video-entry td.info .my-key {
	font-weight:bold;
	color:#727a90;
	padding:2px 5px;
	/*float:left;*/
}

.my-video-entry td.info .my-keywords {
	padding:0px 5px 2px 20px;
	/*float:right;*/
}


.my-video-entry td.info .my-info {
	padding:2px 5px;
}

.my-video-entry td.info .my-info .key {
	font-weight:bold;
	color:#727a90;
}

/* view video */ 
.video-view {
	margin-left:auto;
	margin-right:auto;
}

.video-view td {
	vertical-align:top;
	padding:4px;
	text-align:left;
}

.video-annotation {
	text-align:left;
	border:1px solid #e5e7ee;
	padding:4px;
	font-size:11px;
	margin-top:1px;
}

.moderation {
	float:right;
	margin-right:2px;
	font-size:10px;
	background-image: url(abuse-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.moderation span {
	display:block;
	background-image: url(abuse-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:6px 10px 10px 10px;
}

.video-annotation .key {
	color:#727a90;
	font-weight:bold;
}

.video-annotation .note {
	margin:5px 0px;
}

.video-annotation .keywords {
	padding:0px 5px 2px 20px;
	display:block;
}

.video-annotation .ext-code {width:400px;}

.view-information {
	text-align:left;
	border:1px solid #e5e7ee;
	margin-top:10px;
}

.view-information table td {
	padding:4px;
	vertical-align:middle;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

.view-information table td .key {
	color:#727a90;
}

.view-information table td.head {
	background-color:#b9c2d7;
}

.comment-head {
	padding:4px;
	background-color:#e5e7ee;
}

.comment-head .time {
	font-size:10px;
}

.comment-body {
	padding:4px 4px 8px 4px;
}

.comment-next {
	padding:4px;
	text-align:right;
	color:#727a90;
}

.video-view textarea.single-line {
	margin-bottom:5px;
}


/* categories */

.categories-list, .categorie-entry {
	margin-left:auto;
	margin-right:auto;
}

.categories-list td {
	padding:0px 0px 25px 0px;
	vertical-align:top;
	text-align:left;
}

.categorie-entry td {
	text-align:left;
	vertical-align:top;
	padding:4px;
	font-size:11px;
}

.categorie-entry td h2 {
	margin:0px 0px 5px 0px;
}

.categorie-entry td .key {
	color:#727a90;
}

.categorie-entry td.desc {
	font-size:12px;
}

.rate_on img {
	cursor:pointer;
}
.rate_off img {
	cursor:default;
}

.login-message {
	padding:8px;
	text-align:center;
	border:1px solid #e5e7ee;
	font-size:10px;
	background-color:#ffecde;
	margin-top:6px;
}

.related {
	margin-top:6px;
}

.related-head {
	padding:0px;
	background-image: url(level-1-left-current.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #b9c2d7;
	border-bottom:1px solid #b9c2d7;
}

.related-head .header {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	background-image: url(level-1-right-current.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight:bold;
	color:#454f6b;
}

.related-list-head {
	padding:4px 10px;
	background-color:#e5e7ee;
}

.related-list {
	padding:6px;
	background-color:#f2f3f6;
	height:300px;
	overflow:auto;
	font-size:11px;
	border:1px solid #e5e7ee;
}

.most-new-list {
	padding:6px;
	background-color:#f2f3f6;
	height:600px;
	overflow:auto;
	font-size:11px;
	border:1px solid #e5e7ee;
}

.related-list-head {
	font-size:11px;
	border-right:1px solid #e5e7ee;
	border-left:1px solid #e5e7ee;
}

.related-entry {
	padding:5px 0px;
	line-height:1.1em;
	border-bottom:1px solid #e5e7ee;
	height:90px;
	clear:both;
}

.related-entry img {
	float:left;
	margin-right:5px;
}

.related-entry .rel-title {
	font-size:12px;
	font-weight:bold;
}

.related-entry .rel-time {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.related-entry .key {
	color:#727a90;
	font-weight:bold;
}

/* page navigation */
.page-navigation {
	margin-left:auto;
	margin-right:auto;
}

.page-navigation td {
	padding:8px;
	text-align:right;
	vertical-align:middle;
	font-size:11px;
	background-color:#e5e7ee;
}

.page-navigation td .notation {
	padding:2px 5px;
	font-weight:bold;
}

.page-navigation td a {
	padding:2px 5px;
	border:1px solid #b9c2d7;
	text-decoration:underline;
	font-weight:bold;
}

.page-navigation td a.current {
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
}

/* filter menu */
.filter-navigation {
	margin-left:auto;
	margin-right:auto;
	background-image: url(menu-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:10px;
}

.filter-navigation .filter-head {
	padding:2px 4px 6px 4px;
	font-size:14px;
	font-weight:bold;
	color:#454f6b;
}

.filter-navigation .filter-entry, .filter-navigation .filter-entry-current {
	padding:2px 4px 2px 8px;
	font-size:11px;
}

.filter-navigation .filter-entry-current {
	padding:2px 4px 2px 12px;
	font-weight:bold;
	color:#727a90;
	/* border:1px solid #333333; */
	background-image: url(current-menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.abuse-table {
	margin-left:auto;
	margin-right:auto;
	border:1px solid #b9c2d7;
	/* border-top:0px; */
	background-color:#e5e7ee;
}

.abuse-table td {
	padding:6px;
	vertical-align:middle;
	text-align:left;
	font-size:11px;
	white-space:nowrap;
}

#abuse-code-message, #abuse-text-message {
	font-size:10px;
	color:#CC0000;
}

.last-view-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* comments */
.comments-list {
	margin:0px 0px 0px 12px;
	border:1px solid #b9c2d7;
	border-top:0px;
}

.comments-list-header {
	padding: 5px 5px 5px 23px;
	background-color:#b9c2d7;
	margin-top:1px;
	height:15px;
	background-image: url(comments-head-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.comments-list-head {
	text-align:left;
	padding:5px 5px 5px 10px;
	font-size:11px;
	background-color:#e5e7ee;
	height:15px;
	background-image: url(comments-buttons-arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.comments-list-head .time {
	font-size:10px;
	float:left;
}

.comments-list-head .buttons {
	font-size:10px;
	float:right;
	width:110px;
	text-align:center;
}

.comment-list-body {
	padding:5px 5px 5px 10px;
	font-size:10px;
}


/* banners */
.centered-adv {
	margin:15px auto 5px auto;	
}

.advert-728-90 {
	margin:0px;
	padding:0px;
	text-align:center;
	height:90px;
	border-top:1px solid #b9c2d7;
	border-bottom:1px solid #b9c2d7;
	background-image: url(top-banner-back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.advert-240-400 {
	margin:15px auto;
	padding:0px;
	text-align:center;
}

/*   video-upload-2  */
.vu {
	background:#e6e8ef url(/mounting/videostore/main-logo-vd3.jpg) no-repeat;
	background-position:center 5px;
	padding:0;
	}
.logo-link {
	width:975px; 
	height:90px;
	margin:0px auto 0px auto;	
	position:relative;
}	
.logo-link a{
	display:block;
	width:326px;
	height:34px;
	margin:32px 0 0 0px;
	position:absolute;
	
}
.video-upload-2 {
	width:936px; 
	margin:0px auto 0 auto;
	padding:10px 20px;
	background:#fff;
	position:relative;
	overflow:hidden
}
.video-upload-2 .tl,
.video-upload-2 .tr,
.video-upload-2 .bl,
.video-upload-2 .br {
	background:url(/mounting/videostore/video-star.jpg) no-repeat;
	width:12px; 
	height:12px;
	position:absolute;
}

.video-upload-2 .tl {
	background-position:bottom right; 
	top:0px;_top:-1px;
	left:0px;
}

.video-upload-2 .tr {
	background-position:bottom left; 
	top:0px;_top:-1px;
	right:0px;
}
.video-upload-2 .bl {
	background-position:top right; 
	bottom:0px;_bottom:-2px;
	left:0px;
}
.video-upload-2 .br {
	background-position:top left; 
	bottom:0px; _bottom:-2px;
	right:0px;
}



/* login form */

.topAdvertAuth {
	text-align:center;
	width:935px;
	}

.loginForm {
	
	}

.topAdvertAuth input {
	font-size: 10px;
}
.topAdvertAuth input.txt {
	font-size: 10px;
}
.topAdvertAuth table {
	background:#f3f6fd;
	border:10px solid #f3f6fd;
	border-left:30px solid #f3f6fd;
	border-right:30px solid #f3f6fd;
	}
.topAdvertAuth td {
	font-size: 11px;
	vertical-align: middle;
	text-align:left;
	padding: 1px;
}
.topAdvertAuth td.central {
	font-size: 11px;
	vertical-align: middle;
	text-align:center;
	padding: 1px;
}
/* login form end */

.anno1 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;}
.anno2 {	
	font-size:11px;
	margin:10px 0 2px 0;}

	
/*  reborn news */
.video_news {margin-top:3px;}

.v_content {
padding:6px 5px 0px 5px;
border: 1px #B9C2D7 solid;
font-size: 10px;
background: #F2F3F6;
color: #000;
}

.v_links {
margin:0;
padding:0 0 2px 0px;
color:#000;
font-size: 10px;
}

.v_links a, .v_links a:visited {
margin:0;
color:#000;
font-size: 10px;
text-decoration:underline;
}
.v_links  a:hover {text-decoration:underline;}

.v_links .l1 a, .v_links .l1 a:visited {text-decoration:none;}
.v_links .l1 a:hover {text-decoration:underline;}

.v_links span {padding:3px 4px;}
.v_links .l2 {background-color: #b9c2d7;}

a.v_ttl,a.v_ttl:visited {
font-size:11px;
font-weight:bold;
text-decoration:underline;
}
a.v_ttl:hover {text-decoration:none;}
.v_note {padding:0; margin:0;}
.v_date {padding:0; margin:0 0 12px 0;color: #727AA3}

/* reborn + E1 */
.autorization-info {
	float:right;
	text-align:center;
}

.autorization-info strong{
	font-size:14px;
}

.e1_return,
.e1_return:visited {
	position:absolute;
	top:30px;
	right:75px;
}
.e1_return img,
.e1_return:visited img  {border:0}

.load_errors {position:relative}

.load_errors .e1_return,
.load_errors .e1_return:visited {
	position:relative;
	top:0px;
	right:0px;
}