body,ol,ul,li,img,p,h1,h2,h3,h4,h5,h6,table,th,tr,td,textarea,input{
	margin: 0;
	color: #000000;
	border: 0;
	list-style: none;
	font-family: "segoe ui", segoe, arial, tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
}
table{
	border-collapse: collapse;
}
.clearfix{
	clear: both;
}
body{
	background: #f1af16;
}
a{
	color: #c4161c;
}
.mainwrapper{
	background: #f1af16 url(images/bg-footer.jpg) no-repeat center 0;
	text-align: center;
}
.bg-clock {
	min-width: 1000px;
	background-image: url(images/bg-clock.jpg);
}
.spacer {
	clear: both;
	height: 43px;
	overflow: hidden;
}
.main{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
	background-position: 450px 0;
}


.btreg,
.btnext {
	color: #FFF;
	display: block;
	float: left;
	font: normal 14px segoe ui, segoe, arial, tahoma;
	height: 30px;
	margin-right: 0px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/bg_button_a.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.btreg,
.btnext span {
	display: block;
	line-height: 20px;
	background-color: transparent;
	background-image: url(images/bg_button_span.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 18px;
}

.btreg,
.btnext:active {
	background-position: bottom right;
	color: #FFF;
	outline: none; /* hide dotted outline in Firefox */
}

.btreg,
.btnext:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}
 

.nav{
	float: left;
	/*width: 100;*/
	height: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #40a4d3;
	border-left-color: #f4f4f4;
	margin-top: 33px;
	margin-bottom: 28px;
	
}
.nav li {
	list-style: none;
	height: 50px;
	float: left;
	/*overflow: visible;*/
	text-align: center;
	/*top: 37px;*/
	width: 234px;
}	
.nav li:hover a{
	background-image: url(images/nav-button-active.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #FFF;
}
.nav .active a{
	background-image: url(images/nav-button-active.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #FFF;
}
.nav a{
	display: block;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-image: url(images/nav-button.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 234px;
	position: relative;
}
.nav a span{
	position: relative;
	top: 14px;
}
.tip{
	border-top: 1px solid #f9cf18;
	border-bottom: 1px solid #f9cf18;
	font: normal 10px arial, tahoma;
	color: #000;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}
.tip strong{
	color: #c4161c;
}
.main .leftcolumn h1,
.main .leftcolumn h2{
	position: relative;
	font-size: 23px;
	font-weight: bold;
	line-height: 24px;
	color: #c4161c;
	padding-bottom: 20px;
}
.main .leftcolumn h1.shadow{
	color: #000;
}
.main .leftcolumn h1 span{
	position: absolute;
	top: -1px;
	left: -1px;
	color: #c4161c;
}
.main .leftcolumn h2{
	color: #fff;
}
.main .leftcolumn h3{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
}
.main .leftcolumn h4{
	font-size: 14px;
	font-weight: bold;
	color: #c4161c;
	padding-bottom: 15px;
}
.main .leftcolumn{
	float: left;
	width: 100%;
	margin-right: -249px;
}
.main .leftcolumn .content{
	margin-right: 249px;
	padding: 0 30px 0 30px;
}
.main .rightcolumn{
	float: right;
	padding-bottom: 20px;
}
.main .rightcolumn .block{
	width: 249px;
	margin: 0 0 4px 0;
	position: relative;
	background-repeat: repeat;
}
.main .rightcolumn .block div,
.main .rightcolumn .block td{
	font-size: 12px;
}
.rightcolumn .block .header{
	width: 225px;
	margin-top: 6px;
	margin-left: 12px;
}
.rightcolumn .block .header th{
	font-size: 16px;
	color: #c4161c;
	font-weight: bold;
	padding: 0 5px 0 0;
	white-space: nowrap;
}
.rightcolumn .block .header td{
	width: 100%;
	background: url(images/hdots.gif) repeat-x 0 16px;
}
.block .body a{
	font-size: 12px;
	color: #c4161c;
}
.rightcolumn .block .auth{
	padding: 7px 12px 12px 12px;
	background-image: url(images/right-menu-fon.png);
	background-repeat: repeat-y;
}
.rightcolumn .block .auth .alt {
	font-size: 11px;
	background: url(images/altauth-expand.png) no-repeat 100% 50%;
	margin-top: 10px;
	width: 225px;
}
.rightcolumn .block .auth .alt a{
	color: #000;
	display: block;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}
.rightcolumn .altauth{
	display: none;
}
.leftcolumn .printser{
	display: none;
}

.rightcolumn .block .openid .label,
.rightcolumn .block .forms .label{
	padding-left: 6px;
	width: 50px;
	text-align: left;
}
.rightcolumn .block .fieldcell{
	width: 110px;
}
.rightcolumn .block .fieldcell div{
	height: 19px;
	padding: 0 2px;
	background: #fff;
	border: 1px solid #f8d436;
}
.rightcolumn .block .fieldcell input{
	width: 100%;
	border: 0;
	color: #000;
	font-size: 13px;
}
.rightcolumn .block .openid{
	margin-top: 14px;
	background-color: #fbde68;
	width: 225px;
}
.rightcolumn .block .openid .fieldcell div{
	padding-left: 20px;
	background-color: #fff;
	background-image: url(images/openid-logo.png);
	background-repeat: no-repeat;
	background-position: 1px center;
}
.rightcolumn .block .openid,
.rightcolumn .block .forms{
	margin-bottom: 4px;
	padding: 4px 0;
}
.rightcolumn .block .openid table,
.rightcolumn .block .forms table{
	width: 100%;
	font-size: 12px;
}
.rightcolumn .block .openid td,
.rightcolumn .block .forms td{
	text-align: center;
}
.rightcolumn .block .forms{
	width: 225px;
	background-color: #f1af16;
}
.rightcolumn .block .forms td{
	padding-bottom: 3px;
}
.rightcolumn .banner{
	padding-top: 15px;
	text-align: center;
	width: 249px;
}
.lostpass{
	margin: 0 0 3px 56px;
}
.forms .lostpass a{
	color: #FFF;
}
.rightcolumn .block .header .rss{
	background: none;
	padding: 1px 0 0 5px;
	vertical-align: top;
}
.block .top {
	height: 31px;
	background-image: url(images/right-menu-top.png);
	padding-top: 1px;
}
.block .body .news{
	padding: 0px 12px 12px 12px;
	background-image: url(images/right-menu-fon.png);
	background-repeat: repeat-y;
}
.block .body .news li{
	padding-top: 7px;
}
.block .body .news .fon{
	font-size: 8px;
	background-image: url(images/date.png);
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	font-family: Arial, Tahoma;
	text-align: center;
	color: #FFF;
}
.block .body .news .year{
	font-size: 8px;
	font-family: Arial, Tahoma;
	text-align: center;
	color: #FFF;
	padding-top: 1px;
}
.block .body .news .date{
	font-size: 16px;
	font-family: Arial, Tahoma;
	text-align: center;
	color: #666;
	padding-top: 3px;
}
.block .body .news .new{
	width: 175px;
	margin-left: 7px;

}
.block .body .rating{
	padding: 4px 12px 12px 12px;
	background-image: url(images/right-menu-fon.png);
	width: 100%;
	background-repeat: repeat-y;
}
.block .body .rating .tab{
	width: 225px;
}
.block .body .rating th{
	width: 30px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #c4161c;
}
.block .body .rating .score{
	text-align: right;
	font-weight: bold;
}
.block .body .info{
	padding: 4px 12px 12px 12px;
	background-image: url(images/right-menu-fon.png);
	width: 100%;
	background-repeat: repeat-y;
}
.block .body .info li{
	padding-left: 12px;
	text-indent: -12px;
	padding-right: 24px;
}
.center {
	text-align: center !important;
}
.left{
	float: left !important;
}
.right{
	float: right !important;
}
.center .check{
	position: relative;
	margin: 15px auto 15px;
	width: 474px;
}
.check:hover .button{
	background: url(images/check-button-active.png) no-repeat;
}
.check .button{
	background: url(images/check-button.png) no-repeat;
	display: block;
	height: 180px;
	width: 474px;
}
.check a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 180px;
	width: 474px;
}
.main .leftcolumn .archive{
	height: 34px;
	width: 165px;
	position: relative;
	top: 50px;
	left: -20px;
}
.ms{
	float: left;
	padding: 40px 30px;
}
.bg-clock .ms{
	float: none;
	text-align: center;
	padding-top: 0;
	padding-bottom: 10px;
}
.ms,
.ms a{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.ms a{
	float: left;
}
.bg-clock .ms a{
	float: none;
	display: block;
	text-decoration: underline;
}


.ms a img{
	float: left;
	padding: 6px 0 0 0;
}
.bg-clock .ms a img{
	float: none;
	padding: 0;
}


.ms div{
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
}
.bg-clock .ms div{
	float: none;
}

.ms div a{
	float: none;
}
.bg-clock .ms div a{
	display: inline;
}


.rules {
	list-style: none;
	font-size: 14px;
}
.main .leftcolumn .rules li{
	padding: 0 0 18px 40px;
	position: relative;
}
.main .leftcolumn .rules li div{
	background: url(images/red-ring.png) no-repeat -2px -2px;
	position: absolute;
	height: 37px;
	width: 37px;
	left: -2px;
}
.main .leftcolumn .rules li div span{
	position: relative;
	top: 6px;
	left: 12px;
	color: #c4161c;
	font-weight: normal;
	font-family: Arial, Tahoma;
	font-size: 16px;
}
.main .leftcolumn .line{
	height: 1px;
	padding-bottom: 29px;
	background: url(images/hdots.gif) repeat-x 0 0;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.main .leftcolumn .block{
	padding-bottom: 45px;
}
.btmerge,
.btunmerge{
	height: 49px;
	width: 122px;
}
.btlogin,
.btlogout{
	height: 21px;
	width: 100px;
	margin: 14px 14px 14px 3px;
}
.breadcrumbs{
	/*padding: 5px 0 43px;*/
	margin-left: 1px;
	/*background: url(images/breadcrumbs-home.png) no-repeat 0 2px;*/
}
.breadcrumbs li{
	float: left;
	color: #c4161c;
	font-size: 11px;
	padding: 5px 0 27px 32px;
	background: url(images/breadcrumbs-sep.png) no-repeat 15px 10px;
}
.breadcrumbs li a{
	padding: 5px 0;
	color: #c4161c;
	font-size: 11px;
}
.breadcrumbs .home{
	background: none;
	padding: 0;
}
.breadcrumbs .home a{
	float: left;
	background: url(images/breadcrumbs-home.png) no-repeat;
	padding-left: 30px;
}
.red{
	color: #c4161c !important;
}
.reg table{
	width: 630px;
	margin: 30px 0 20px;
}
.reg th{
	width: 160px;
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
}
.reg th span{
	color: #c4161c;
}
.reg td{
	padding-bottom: 5px;
}
.reg td .field1{
	width: 470px;
	color: #000;
	border: 1px solid #f1b119;
	background: #fef1a3;
}
.reg td .field2{
	width: 472px;
	color: #000;
	border: 1px solid #f1b119;
	background: #fef1a3;
}
.reg .captcha div{
	float: left;
	padding-right: 8px;
}
.reg .captcha th{
	vertical-align: top;
	padding-top: 2px;
}
.reg .captcha .field{
	width: 100px;
}
.reg .captcha label{
	display: block;
	font-size: 10px;
}
.reg textarea{
	width: 630px;
	margin-top: 20px;
	border: solid 1px #f1b119;
	background: #fef1a3;
	height: 160px;
	font-size: 12px;
	color: #000;
}
.reg .checks p{
	font-size: 12px;
}
.reg .checks p.agree{
	margin: 12px 0 18px;
}
.reg .checks p span{
	color: #c4161c;
}
.reg .req{
	float: right;
	color: #c4161c;
	font-size: 10px;
	margin: -13px 13px 0 0;
}
.reg .alt{
	padding-top: 0px;
}
.reg .expand{
	font-size: 11px;
	background: url(images/altauth-expand.png) no-repeat 100% 50%;
	width: 301px;
}
.reg .expand a{
	display: block;
	text-decoration: none;
	color: #000;
}
.reg div.altauth{
	display: none;
}
.reg .altauth .label{
	width: 82px;
}
.reg .altauth .openid td.fieldcell {
	text-align: left;
	width: 170px;
	height: 21px;
}
.reg .altauth .fieldcell div {
	padding-left: 20px;
	background: #fff url(images/openid-logo.png) no-repeat left center;
	border: 1px solid #bfbfbf;
}
.reg .altauth .fieldcell input {
	width: 100%;
	color: #000;
}
.reg .altauth .logonbtn{
	text-align: right;
}
.reg .altauth a{
	color: #000;
	font-size: 11px;
	line-height: 15px;
}
.reg .altauth .openid{
	margin: 25px 0 15px;
}
.reg .altauth table{
	margin: 0;
}
.reg .altauth table{
	padding: 9px 0;
	width: 301px;
	font-size: 12px;
}
.reg .altauth table td{
	vertical-align: top;
}
.news p{
	margin-bottom: 15px;
}
.leftcolumn .news ol,
.leftcolumn .news ul{
	margin: 0 0 15px 12px;
	list-style: auto;
}
.news .links{
	padding: 30px 0 50px;
}
.news .links a{
	font-size: 12px;
	color: #c4161c;
}
.content .nums {
	width: 630px;
	float: left;
	padding-bottom: 30px;
	margin-top: -10px;
	position: relative;
}
.content .nums li {
	float: left;
	font-size: 18px;
}
.content .nums li.norm {
	background: url(images/test-ring.png) no-repeat;
	color: #f1af16;
}
.content .nums li.active {
	background: url(images/test-ring-active.png) no-repeat;
	color: #c4161c;
}
.content .nums li.no {
	background: url(images/test-ring.png) no-repeat;
	color: #c4161c;
}
.content .nums .num {
	height: 41px;
	width: 41px;
	position: relative;
	font-family: arial, tahoma;
}
.content .nums li.num span{
	position: absolute;
	top: 9px;
	left: 10px;
	width: 20px;
	text-align: center;
}
.content .nums .timer-time {
	float: none;
	font-size: 23px;
}
.content .nums .timer-title {
	float: none;
	font-size: 12px;
}
.content .nums .timer {
	float: right;
	background-image: url(images/clock-fon.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 67px;
	text-align: center;
}
.content .question {
	margin-bottom: 30px;
	
}
.content .question p{
	font-size: 22px;
}
.content .question ul{
	list-style: none;
	margin: 25px 0 37px 20px;
	padding-left: 35px;
	text-indent: -27px;
}
.content .question li{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px;
}
.content .question li input{
	margin: 0;
	vertical-align: middle;
}
.content .question li label{
	margin-left: 13px;
	font-size: 16px;
}
.leftcolumn .test .block{
	padding-bottom: 100px;
}
.leftcolumn .test .block p{
	padding-top: 0px;
}
.suggestion table{
	width: 630px;
	margin-top: 23px;
}
.suggestion th{
	width: 140px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.suggestion th span{
	color: #c4161c;
}
.suggestion textarea{
	width: 100%;
	height: 210px;
	border: solid 1px #f1af16;
	background: #fef1a3;
	color: #000;
}
.suggestion .req{
	float: left;
	color: #c4161c;
	font-size: 10px;
	padding-top: 0px;
}
.leftcolumn .suggestion .block{
	padding-bottom: 100px;
}
.learnmore{
	padding-bottom: 30px;
}
.learnmore p{
	padding-bottom: 25px;
}
.learnmore .content h3{
	font-size: 18px;
}
.learnmore h3 a{
	margin-left: 18px;
}
.learnmore .content ul{
	padding-bottom: 13px;
}
.learnmore .content li{
	padding: 0 0 15px 25px;
	background: url(images/document.png) no-repeat 0 1px;
}
.learnmore .text{


}
.rightcolumn .block .account a{
	font-size: 11px;
}
.rightcolumn .block .account .assoc{
	padding: 13px 0 20px;
}
.rightcolumn .block .user{
	background: #fbde68;
	overflow-x: hidden;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.rightcolumn .block .user span{
	float: left;
	font-weight: bold;
}
.rightcolumn .block .user .right{
	font-weight: normal;
}
.rightcolumn .block .auth .score{
	padding: 7px 0;
	width: 225px;
}
.rightcolumn .block .score span{
	float: left;
}
.rightcolumn .block .score .right{
	padding-top: 15px;
	font-weight: bold;
}
.rightcolumn .block .section{
	padding-top: 15px;
	font-weight: bold;
}
.rightcolumn .block label{
	display: block;
}
.rightcolumn .block .section .field{
	background: #fef1a3;
	width: 223px;
	margin-top: 7px;
	color: #000;
	/*padding: 2px 0;*/
	font-size: 12px;
	border: 1px solid #f1af16;
}
.rightcolumn .block .invitefriend .field{
	width: 200px;
}
.rightcolumn .block .invitefriend .btsend{
	vertical-align: top;
	margin-top: 9px;
	margin-left: 7px;
}
.rightcolumn .block .section img{
	vertical-align: middle;
	margin-left: 5px;
}
.rightcolumn .block .cert a{
	float: left;
	height: 16px;
	margin-top: 7px;
	padding-left: 20px;
	background: url(images/cert.png) no-repeat;
	font-weight: normal;
}
.rightcolumn .block .prize a{
	float: left;
	height: 16px;
	margin-top: 7px;
	font-weight: normal;
}
.rightcolumn .block .blogcode{
	position: relative;
}
.rightcolumn .block .blogcode span:hover .blogbanner,
.rightcolumn .block .blogcode span.hover .blogbanner{
	display: block;
}
.blogbanner{
	display: none;
	position: absolute;
	top: -90px;
	left: -5px;
}
.invite{
	padding-bottom: 55px;
}
.invite .ref{
	font-weight: bold;
	padding-bottom: 15px;
}
.dotbox{
	background: url(images/hdots.gif) repeat-x;
}
.dotbox .table{
	width: 100%;
}
.dotbox .table th{
	height: 30px;
}
.dotbox .r{
	background: url(images/vdots.gif) repeat-y left;
}
.dotbox .b{
	background: url(images/hdots.gif) repeat-x 0 100%;
}
.dotbox .l{
	background: url(images/vdots.gif) repeat-y right;
}
.assoc p strong{
	font-weight: bold;
	color: #c4161c;
}
.assoc .dotbox{
	margin: 20px 0 0 0;
}
.assoc .dotbox .l{
	padding: 15px 20px 20px 12px;
}
.assoc .dotbox th{
	width: 200px;
	text-align: left;
}
.assoc .dotbox td{
	padding-top: 4px;
}
.assoc .dotbox input{
	vertical-align: middle;
}
.assoc .dotbox label{
	padding-left: 5px;
}
.assoc .dotbox .btmerge,
.assoc .dotbox .btunmerge{
	width: auto;
	height: auto;
}
.assoc .dotbox .btmerge{
	margin-top: 21px;
}
.assoc .dotbox .btunmerge{
	margin-top: 4px;
}
.assoc .dotbox .btlogin{
	margin: 0;
	width: 42px;
}
.assoc .warn{
	color: #c4161c;
	font-size: 12px;
	padding: 20px 14px 30px 0;
}
.assoc .userdata{
	padding-right: 0px;
}
.assoc .userdata table{
	width: 100%;
}
.assoc .userdata th{
	color: #c4161c;
	border-bottom: 1px solid #f9cf18;
	padding: 5px 0;
	text-align: left;
}
.assoc .userdata td{
	border-bottom: 1px solid #f9cf18;
	padding: 5px 0;
	text-align: right;
}
.leftcolumn .result h3{
	font-weight: normal;
}
.result .restable{
	margin: 0 0px 22px 0;
	padding-bottom: 15px;
	background: url(images/hdots.gif) repeat-x 0 100%;
}
.result .text{
	margin-bottom: 15px;
}
.result .table1{
	width: 100%;
	background: url(images/hdots.gif) repeat-x 0 21px;
}
.result .table2{
	width: 100%;
	margin-bottom: 25px;
}
.result .table2 .form{
	width: 350px;
}
.result .table2 .form div{
	height: 28px;
	padding: 0 2px;
	background: #fff;
	border: 1px solid #f8d436;
}
.result .table2 .form input{
	width: 100%;
	border: 0;
	color: #000;
	font-size: 18px;
}
.result .text .field{
	width: 440px;
	color: #000;
	border: 1px solid #f1af16;
	font-size: 14px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 21px;
	margin-left: 0;
}
.result th{
	color: #c4161c;
	font-size: 12px;
	padding-bottom: 7px;
	text-align: right;
}
.result th.param{
	width: 395px;
	text-align: left;
}
.result th.score{
	width: 50px;
	text-align: right;
}
.result td{
	padding-top: 12px;
}
.result td.score{
	text-align: right;
	padding-right: 6px;
}
.result td.trueans{
	padding: 6px 0 0;
}
.result .trueans div{
	float: right;
	background: #f1af16;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.result .totalscore{
	vertical-align: top;
	padding-top: 17px;
}
.result .totalscore div{
	float: right;
	background: url(images/score.png) repeat-x;
	font-size: 50px;
	font-weight: bold;
	width: 78px;
	height: 78px;
	text-align: center;
	line-height: 58px;
	color: #c4161c;
}
.result .totalscore div span{
	display: block;
	padding-top: 8px;
}
.result .totalscore p{
	float: right;
	width: 85px;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
.result .print,
.result .datestamp{
	margin-right: 0px;
}
.result .print img{
	float: left;
	margin: 7px 10px 0 0;
}
.result .print p{
	float: left;
	width: auto;
}
.result .datestamp{
	padding-top: 0px;

}
.result .datestamp p{
	color: #c4161c;
	font-size: 12px;
}
.result .datestamp img{
	float: left;
	margin: 2px 10px 0 0;
}
.result .datestamp .right{

}
.result .datestamp .left{
	font-size: 12px;
	color: #c4161c;
	margin-top: 3px;
}
.result .center .check{
	position: relative;
	width: 373px;
	margin-top: 28px;
	margin-bottom: 40px;
}
.result .check:hover .button{
	background: url(images/test-button-active.png) no-repeat;
}
.result .check .button{
	background: url(images/test-button.png) no-repeat;
	display: block;
	height: 128px;
	width: 373px;
}
.result .check a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 128px;
	width: 373px;
}
.rightcolumn .infolinks ul{
	padding-top: 10px;
}
.rightcolumn .infolinks li{
	padding-left: 10px;
	text-indent: -10px;
}
.leftcolumn .final h1{
	font-weight: bold;
	color: #c4161c;
}
.leftcolumn .final h2{
	font-weight: normal;
	color: #000;
	font-size: 22px;
}
.final .finalcontent{
	width: 435px;
	padding-bottom: 50px;
}
.final .finalcontent p{
	font-size: 16px;
}
.final .finalcontent .field{
	width: 100%;
	color: #000;
	border: 1px solid #f1af16;
	font-size: 14px;
	margin: 8px 0 21px;
}
.final .finalcontent .invitefriend{
	float: left;
	width: 250px;
}
.final .finalcontent .btsend{
	float: left;
	margin: 12px 7px;
}
.final .finalcontent .cert{
	padding-bottom: 72px;
}
.final .finalcontent .cert img{
	float: right;
	margin: 5px 0 0 25px;
}
.pass .passcontent{
	margin-bottom: 30px;
}
.pass .passcontent .text{

}
.pass .passcontent .passform{
	width: 500px;
	margin-top: 20px;
}
.pass .passcontent .passform .form{
	width: 350px;
}
.pass .passcontent .passform .form div{
	height: 28px;
	padding: 0 2px;
	background: #fff;
	border: 1px solid #f8d436;
}
.pass .passcontent .passform .form input{
	width: 100%;
	border: 0;
	color: #000;
	font-size: 18px;
}

.list li {
    line-height: 1em;
    padding-left: 13px;
    padding-bottom: 4px;
    background: url(images/list.gif) no-repeat 0 9px;
}

.bt {
	float: left;
	color: #fff!important;
	font: normal 10px/20px Tahoma, sans-serif!important;
	text-decoration: none;
	background: url(images/bt-left.gif) no-repeat 0 0;
	padding-left: 8px;
	height: 21px;
	margin-left: 5px;
}
.bt span {
	float: left;
	height: 21px;
	background: url(images/bt-right.gif) no-repeat 100% 0;
	padding-left: 0;
	padding-right: 8px;
}
.bt span span {
	background: url(images/bt-middle.gif) repeat-x 0 0;
	padding: 0 2px;
}

.admin {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 119px;
	height: 29px;
}
.admin .png {
	background: url(images/admin.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 119px;
	height: 29px;
}
.admin a{
	display: block;
	width: 119px;
	height: 29px;
	position: relative;
	z-index: 10;
}
.banner a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    width: 180px; /* ширина картинки */
    height: 150px; /* высота картинки */
    background: url(images/banner.png) no-repeat 0 0; /*путь к картинке*/
    _filter:expression(fixpng(this)); /* это надо только если картинка png 24 бита с прозрачностью */
}
/**/
.check .button {
	color: #fff;
	font: bold 15px Tahoma, sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.check .button .button-shift {
	padding-top: 138px;
}

/**/
.main .leftcolumn .archive{
	width: 185px;
	height: 83px;
	background: url(images/archive.png) no-repeat 0 0;
	color: #c4161c;
	font: normal 14px/15px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
}
.main .leftcolumn .archive span {
	display: block;
	padding: 13px 40px 0 62px;
}

/**/
.result .check .button .button-shift {
	padding: 30px 30px 0 115px;
	font: normal 22px/26px Arial, sans-serif;
	color: #fff;
	text-align: left;
	text-transform: none;
}

/**/
.contest {
	position: relative;
	min-height: 1px;
	_height: 1px;
}
.contest .right span {
	color: #f00;
	font: normal 11px Tahoma, sans-serif;
	position: absolute;
	top: 20px;
	right: 12px;
}
.contest .right img {
	position: relative;
}

/* Clock  START*/
.clock {
	height: 236px;
	text-align: center;
	position: relative;
}
.clock .clock-content {
	padding-top: 35px;
	position: relative;
}
.clock .clock-back {
	background:  url(images/bg-clock.png) no-repeat center 0;
	position: absolute;
	top: 0px;
	left: 100px;
	width: 714px;
	height: 236px;
}
.clock .header {
	font-size: 24px;
	line-height: 29px;
	color: #333;
	font-weight: bold;
	height: 70px;
	margin: 0 auto;
	width: 260px;
}
.clock .start-date {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	padding-top: 10px;
}
.clock .tablo {
	width: 193px;
	height: 68px;
	background: url(images/tablo.png) no-repeat 0 0;
	margin: 0 auto;
	text-align: left;
}
#cntdwn {
	padding: 9px 0 0 9px;
}
.clock .tablo img {
	display: inline;
}
.clock .tablo .sep {
	width: 2px;
}

.clock-container {
	width: 100%;
	height: 100%;
}
html,
body,
#aspnetForm,
.bg-clock,
.bg-clock .main {
	height: 100%;
}

/* Clock  END*/