@font-face {
	font-family: 'SquareMtavruli';
	src: url('../tvbox/bpg_square_mtavruli_2009.ttf')  format('truetype');
}

body {
	background-color: #ededed;
	font-family: 'SquareMtavruli', tahoma, arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hidden{
	display: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear:both;
}

a{
	text-decoration: none;
}

#wrapper {
	width: 410px;
	height: 300px;
}

/*  Start Login box */
#mv_auth{
	background:#FFF;
	position: absolute;
	width: 350px;
	top:55px;
	left:21px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.30);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.30);
	box-shadow: 0 2px 2px rgba(0,0,0,0.30);
	z-index: 999999;
	padding:20px 0 15px 0;
	/*display: none;*/
}

#mv_auth .mv_auth_relative{
	position: relative;
}

#mv_auth label{
	display: block;
	color:#333333;
	font-size:13px;
	line-height:15px;
	margin-bottom:8px;
}

#mv_auth .auth_arrow{
	background: url('/v4_imgs/tvbox/tvbox-auth_arrow.png') no-repeat 0 0;
	position: absolute;
	top:-29px;
	left:30%;
	width: 21px;
	height: 10px;
	margin-left:-10px;
}

#mv_auth label a{
	float:right;
	color: #468aca;
	font-size: 11px;
	text-shadow:0 0 1px rgba(70,138,202,0.3);
	position: relative;
	top:2px;
}

#mv_auth .mv_auth_input_holder{
	margin-left: 12px;
	width: 310px;
}

#mv_auth .mv_auth_submit_holder{
	padding-bottom:15px;
	box-shadow:0 1px 0 #FFF;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:15px;
	border-bottom: 1px solid #d5d5d5;
}

#mv_auth .mv_text_input{
	border:1px solid #e0e0e0;
	color:#707070;
	font-size:14px;
	font-family: Arial;
	padding: 0;
	padding-left: 10px;
	height: 38px;
	width: 312px;
	margin-bottom:15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
}
#mv_auth .mv_fb_connect{
	background: url('/v4_imgs/facebook_connect.png') no-repeat 0 0;
	display: block;
	float: left;
	height: 32px;
	width: 147px;
	margin-right: 15px;
	margin-left: 20px;
	outline: 0;
}

#mv_auth .mv_login_button{
	background:#b80d09;
	width: 147px;
	border:0;
	padding:0;
	color:#FFF;
	font-size:15px;
	height: 32px;
	border-radius:2px;
	padding-top:2px;
	cursor: pointer;
	float:left;
	outline: 0;
	font-family: 'SquareMtavruli', tahoma, arial;
}
.login, .register{
	text-decoration: none;
	border: 0px;
	font-size: 15px;
	color: #fff;
	background: #b91c21;
	display: inline-block;
	margin: 0px;
	float: left;
	padding: 10px 12px;
	height: 20px;
	vertical-align: middle;
}

.register {
	background: #26292e;
	margin-left: 20px;
	float: left;
}

.login:hover, .register:hover, .login:visited, .register:visited, .login:link, .register:link{
	text-decoration: none;
	color: #fff;
}
div.auth_buttons{
	display: table;
	margin: 0 auto;
}
p{
	text-align: center;
}
table tr td{
	padding: 10px;
	font-size: 14px;
}
p.previous_videos{
	margin-top: 10px;
}

/* start pager */

.actpager{
	background:#F5F5F5;
	margin:10px 0px;
	padding:10px;
	text-align: center;
}
.actpager ul {
	
}
.actpager li {
	float:left;
}
.actpager li.selected {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px dotted #F3F3F3;
    color: #515151;
    display: block;
    font-size: 11px;
    margin-right: 5px;
    padding: 6px;
    text-align: center;
    width: 15px;
    float:left;
}
.actpager li a {
    background: none repeat scroll 0 0 #E3E3E3;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px dotted #F3F3F3;
    color: #515151;
    display: block;
    font-size: 11px;
    margin-right: 5px;
    padding: 6px;
    text-align: center;
    width: 15px;
    float:left;
}

.actpager a:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	cursor: pointer;
}


/* end of pager */

