.main-page-header
{
	background-image: url(../images/new.png);
	height: 313px;
	width: 725px;
	margin: 0px auto; 
	position: relative;	
}
/* font-family: Tahoma; */
.rgstr-button
{	
	cursor: pointer;
	position: absolute;
	background-image: url(../images/registration-button.png);	
	background-color: black;
	display: block;
	width: 278px;
	height: 64px;
	line-height: 64px;	
	background-position: 0 0%;
	text-align: center;
	top: 166px;
	left: 38px;	
	
}

.rgstr-button.clicked
{
	cursor: pointer;
	position: absolute;
	background-image: url(../images/registration-button.png);	
	background-color: black;
	display: block;
	width: 278px;
	height: 74px;
	line-height: 64px;	
	background-position: 0 -64px;
	text-align: center;
	top: 166px;
	left: 38px;	
	z-index: 9999;
}

.rgstr-form
{		
	display: none;
	cursor: auto;
	position: absolute;
	background-image: url(../images/registration-button.png);	
	background-color: black;	
	width: 278px;
	height: 303px;
	line-height: 64px;	
	background-position: 0 -138px;
	text-align: center;
	top: 240px;
	left: 38px;	
	-moz-box-shadow: 0px 6px 10px 0px black;
	-webkit-box-shadow: 0px 6px 10px 0px black;
	box-shadow: 0px 6px 10px 0px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.rlgn,
.rname,
.rpwd,
.rpwd2{
	position: absolute;
	left: 22px;
	width: 145px !important;
	height: 20px;
	border: none;
	outline: 0px;
}

.rlgn
{
	top: 31px;	
}

.rname
{
	top: 76px;
}

.rpwd{
	top: 121px;
}

.rpwd2{
	top: 166px;
}

.rmber{	
	position: absolute;
	top: 208px;
	left: 159px;
	width: 14px !important;
}

.rgstr-submit
{
	cursor: pointer;
	position: absolute;
	width: 154px;
	height: 33px;
	top: 250px;
	left: 60px;		
}
.rgstr-bottom
{
	width: 697px;
	background-color: #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
}

.rgstr-white
{	
	padding: 10px;
	background-color: white;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	width: 676px;
}

.rgstr-news-block
{
	width: 227px;
	float: left;
	overflow: hidden;
	background-color: #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;	
}

.rgstr-match-block
{
	width: 440px;
	float: right;
	overflow: hidden;
	background-color: #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;	
}

.rgstr-news-header
{
	height: 39px;
	width: 100%;
	text-align: center;
	line-height: 46px;	
	color: #0085c8;	
	font-family: arial;
	font-size: 24px;
}

.rgstr-news-record
{
	background-color: white;
	width: 223px;
	height: 82px;
	margin: 3px 2px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border-bottom: solid 1px #bbbbbb;
	padding-top: 12px;	
}

/*.rgstr-news-record img,*/
.rgstr-news-record .imgg
{
	border-radius: 10px 10px 10px 10px;
    display: block;
    float: left;
    height: 70px;
    margin: 0 auto 0 15px;
    overflow: hidden;
    position: relative;
    width: 70px;
}

.rgstr-news-record .imgg img {
	left: 0%;
	top: -25%;
	position: absolute;
	width: 70px; 
	height: 150%;	
}

.rgstr-news-record .n-title
{
	width: 130px;
	height: 43px;
	margin-right: 13px;
	padding-top: 6px;
	font-size: 13px;
	color: #0085c8 !important;
	font-family: Tahoma !important;
	font-size: 12px !important;	
}

.rgstr-news-record a
{
	color: #0085c8 !important;
}

.news-more-bottom
{
	width: 227px;
	height: 30px;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #eeeeee;
}

.match-more-bottom
{
	background-color: #eeeeee;
	width: 440px;
	height: 30px;
	float: right;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.news-more-bottom,
.match-more-bottom
{
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.rmores
{
	margin-top: 9px;		
	font-family: Tahoma !important;
}

.rmores 
{
	font-family: Tahoma !important;
	font-size: 12px;
	font-weight: bold;
}

.rmores a
{
	font-family: arial;
	font-size: 16px;	
}

.rgstr-menu-item
{
	cursor: pointer;
	width: 107px;
	height: 31px;
	border: solid 1px #cccccc;
	border-right: none;	
	float: right;
	background-image: url(../images/menubgs.png);
	background-repeat: repeat-x;
	color: #0085c8;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif !important;		 
}

.rgstr-menu-item.sel
{
	background-image: url(../images/menubgs2.png);
}

.rgstr-menu
{
	margin-right: 3px;
	margin-top: 3px;
	font-family: Tahoma, Arial, sans-serif !important;	
}

.rgstr-menu :first-child
{
	border-radius: 0px 10px 10px 0px;
	border-right: solid 1px #cccccc;	
}

.rgstr-menu :last-child
{	
	border-radius: 10px 0px 0px 10px;
}

.laut
{
	display: none;
}

.lay-outs
{
	width: 414px;
	border-radius: 10px 10px 10px 10px;
	margin: 5px auto;	
	background-color: white;
	padding: 10px 8px;	
}

.match-gray-p-75
{
	background-color: #f5f5f5;
	margin-left: 2px;
	width: 75px;
	color: #666666;
	text-align: center;
	font-size: 11px;	
	padding-top: 7px;
}

.match-gray-p-75 div
{
	font-family: Tahoma !important;
}

.match-gray-p-65
{
	background-color: #f5f5f5;
	width: 65px;	
}

.match-white-p
{
	margin-left: 2px;
	width: 270px;	
}

.match-gray-p-75,
.match-gray-p-65,
.match-white-p
{
	float: right;
	height: 45px;	
	border-bottom: solid 1px #dddddd;
	margin-top: 1px;	
}

.match-gray-p-75
{
	height: 38px;
}

.match-white-p
{
	height: 42px;  
	padding-top: 3px;
	position: relative;
}

.single-match
{
	height: 47px;		
}

.single-match a,
.tssName
{
	font-family: Tahoma !important;
	font-size: 12px !important;
}

.lgo1
{
	margin-right: 2px;
}

.lgo1, .lgo2
{
	display: block;
	height: 28px;
	width: 28px;
}

.match-white-p div,
.match-white-p img
{
	float: right;
}

.c1nm, .c2nm
{
	width: 82px;
	text-align: center;
	font-size: 13px;
	overflow: hidden;
	padding-top: 8px;
	overflow: hidden;
	height: 16px; 
}

.c1nm a, .c2nm a,
.c1nm:hover a, .c2nm:hover a
{
	color: black !important;
	text-decoration: none;
}


.score1, .score2{
	height: 22px;
	width: 17px;
	border: solid 1px #cccccc;
	border-radius: 4px;
	line-height: 22px;
	font-size: 16px;
	text-align: center;
}

.score-dlm
{
	width: 8px;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	text-align: center;
}

.match-gray-p-65 a
{
	background-image: url(../images/match-more.png);	
	display: block;
	width: 51px;
	height: 24px;
	margin: 10px auto;
}

.register
{
	position: relative;
}

.side-rgstr-form
{
	position: absolute;	
	top: 150px;
	right: 440px;
	z-index: 9999;
	background-image: url(../images/reg-from-2.png) !important;
	background-position: 0 0;
	height: 1px;
	width: 1px;	
}

.tssName
{
	position: absolute;
	top: 29px;
	left: 45px;
	color: silver;
	font-size: 14px;
	line-height: 13px;
	height: 14px;
	width: 180px;
	text-align: center;
	cursor: pointer;
}
.sh122
{
	z-index: 9999;
}

.si
{
	position: absolute;
	width: 12px;
	height: 12px;	
	display: none;
}

.a1, .d1
{
	top: 37px;
	left: 6px;	
}

.a2, .d2
{
	top: 83px;
	left: 6px;	
}

.a3, .d3
{
	top: 127px;
	left: 6px;	
}

.a4, .d4
{
	top: 173px;
	left: 6px;	
}
.frm_error
{
	display: none;
}
.close-team-chooser2
{
	position: absolute;
	height: 16px;
	width: 16px;
	line-height: 16px;
	top: 4px;
	right: 7px;
	font-size: 16px;
	font-weight: bold;
	color: gray;
	cursor: pointer;
}

.side-rgstr-form input,
.side-rgstr-form a,
.side-rgstr-form div
{
	display: none;
}


.side-rgstr-form-2
{
	top: 445px !important;	
	right: 20px !important;
}

iframe{
z-index:100;
}
