@charset "iso-8859-7";
/* CSS Document */
body,td,th {
	font-size:10px; 
	font-family:Verdana, Geneva, sans-serif; 
	color: #212121;
}

body {
	background-color: #eceff1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border:0px;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

.DivContainer{
	width: 1245px;
	margin-left:auto; 
	margin-right:auto;
}

#DivHeader{
	width:1000px;
	height:103px;
	background-image:url(grfx/header.jpg);
	background-repeat:no-repeat;
	margin-top:1px;
}

#DivMenu{
	float:right;
	width:500px;
	height:20px;
	margin-top:36px;
	margin-right:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000;
	text-align:right;
}

#DivMenu2{
	float:right;
	width:500px;
	height:20px;
	margin-top:21px;
	margin-right:34px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	text-align:right;
}

#DivMenuItem{
	float:right;
	height:19px;
	text-align:center;
	border-right:1px solid #000;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}

#DivMenuItem:hover{
	height:25px;
	margin-top:-6px;
	padding-top:6px;
	background-color:#000;
	color:#FFF;
}

#DivMenuItem:hover a{
	color:#FFF;
}

#DivMenuItemSelected{
	float:right;
	height:19px;
	text-align:center;
	border-right:1px solid #000;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	text-decoration:underline;
}

#DivLogin{
	display:block;
	background-image:url(grfx/loginbar.jpg);
	background-repeat:no-repeat;
	height:28px;
	margin-top:6px;
	margin-bottom:7px;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#000;
}

.cssmenu {
	min-height: 50px;
	width:990px;
	background-color: #263238;
	/*border-radius: 5px;*/
	padding: 0px 5px 0px 5px;
	margin: 10px auto;
	text-align: left;
}

.cssmenu .menu, .cssmenu .menuNoLink{
	line-height: 50px;
	font-family: 'Verdana', sans-serif;
	vertical-align: middle;
	font-size: 11px;
	text-shadow: 1px 1px 1px black;
	color: #fff;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	text-transform: uppercase;
}

.cssmenu .menu:hover, .cssmenu .menu.selected{
	/*color: #FFCC04;*/
	text-decoration:underline;
	cursor: pointer;
}

.csssubmenu{
	margin: 0;
	padding: 6px;
}

#heroImage{
	margin: 10px 0px 10px 0px;
	width: 100%;
	min-width: 1000px;
	min-height: 275px;
}

#heroImage #slideNav{
	position: absolute;
	margin-top: 250px;
	z-index: 1000;
}

#heroImage #slides{
	z-index: 1;
}

#heroImage #slideNav a{
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #fff;
	color: #fff;
	border: 3px solid #e1e1e1;
	margin-left: 5px;
	text-align: center;
	font-size: 0px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

#heroImage #slideNav a:hover, #heroImage #slideNav a.activeSlide{
	background-color: #161616;
}

#jackpotCont{
	min-width: 200px;
	position: absolute;
	text-align: center;
	z-index: 9;
	background: url('grfx/transbg.png');
	margin-top: 10px;
	margin-left: 750px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	border-radius: 20px;
}

#jackpotCont .jackpotContBody{
	text-align: center;
	height: 50px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC04;
	vertical-align: middle;
	padding: 10px;
}

#gameLangSelector{
	background-color: #fff;
	min-width: 50px;
	color: black;
	height: 24px; 
	margin: 0; 
	vertical-align: middle; 
	float:left; 
	padding: 5px; 
	border-radius: 20px;
	cursor: pointer;
	position: relative;
}

#gameLangSelector ul{
	max-width: 700px;
	width: auto;
	list-style: none;
	list-style: none;
	margin: 0px;
	margin-left: 50px;
	margin-right: 20px;
	padding: 0;
	position: relative;
}

#gameLangSelector ul li{
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#gameLangSelector ul li img{
	vertical-align: middle;
}

#DivMain{
	min-height:520px;
	height:100%;
	text-align:center;
}

#gamesContainer{
	width: 100%;
}

#gamesContainer .gameContainer{
	background-repeat: no-repeat;
	width: 235px; 
	height: 160px;
	display: inline-block;
	margin: 7px;
	position: relative;
	float: left;
}

.gameContainer .gameTitle{
	width: 235px;
	min-width: 235px;
	height: 25px;
	min-height: 19px;
	line-height: 25px;
	text-indent: 6px;
	font-family: 'Verdana', sans-serif;
	vertical-align: middle;
	font-size: 12px;
	text-shadow: 1px 1px 1px black;
	color: #FAFAFA;
	font-weight: bold;
	/*background: url('grfx/transbg.png') repeat fixed center;*/
	background-color: rgba(0,0,0,0.7);
	display: inline-block;
	text-align: left;
	text-transform:capitalize;
}

.gameContainer .newGame{
	position: absolute;
	top: -3px;
	left: 188px;
	z-index: 10000;
}

.buttons{
	display:none;
}

.gnBtn {
	display: block;
	width: 150px;
	background: url('grfx/button.jpg');
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	font-family: 'Verdana', sans-serif;
	vertical-align: middle;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	vertical-align: middle;
}

.gnBtn:hover {
	color: #3a3a3a;
}

.gameContainer .buttons .gnBtn.gamePlayDemo{
	width: 100px;
}

#gamesListContainer{
	text-align:left;
	vertical-align: top;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

#gamesListContainer .gamesListColumn{
	float: left;
	padding: 0px;
	margin: 0px 4px 0px 4px;
	width: 190px;
	display: inline-block;
	position: relative;
}

#gamesListContainer .gamesListColumn span{
	padding: 2px;
	display: block;
	width: 90%;
}

#gamesListContainer .gamesListColumn .listHeader{
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	color: #212121;
	font-weight: bold;
	border-bottom: 1px dotted #212121;
	margin-bottom: 3px;
}

#gamesListContainer .gamesListColumn span.lanchGameList:hover{
	cursor: pointer;
	/*color: #FFCC04;*/
	text-decoration:underline;
}

#DivFooter{
	height:70px;
	border-top:1px solid #999;
	background-color:#000;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}

#DivLeftCol{
	width:200px;
	float:left;
}

#DivCenterCol{
	width:510px;
	float:left;
	margin-left:10px;
}

#DivCenterCol2{
	width:100%;
	float:left;
}

#DivRightCol{
	width:200px;
	float:left;
	margin-left:10px;
}

.DivGameContainer{
	padding:0px;
	margin-left:30px;
	margin-bottom:25px;
	background:url(images/background_new.png) no-repeat;
	width:224px;
	height:200px;	
	float:left;
	
}

.DivGameContainer h3{
	margin:0px;
	font-size:13px;
	padding:5px 0px 5px 0px;
	color:#f2cc07;
	font-weight:bold;
	
}

.GameDesc{
	margin:2px 10px 5px 10px;
	position:relative;
	font-style:italic;
	font-size:9px;
	
}

.PlayButton{
	margin-left:12px;
	cursor:pointer;
	font-size:12px;
	background:url(images/Button_new.png) no-repeat 0px 0px;
	width:202px;
	height:29px;
	color:#000;
	font-weight:bold;
}

.PlayButton:hover{
	background:url(images/Button_new_hover.png) no-repeat 0px 0px;;
}

.PlayNow{
	position:relative;
	top:7px;
}	

.PlayButton a:hover{
	background:url(images/Button_hover.png);
	background-repeat:no-repeat;

}

.Bottom{
	background:url(images/bottom_line.png);
	width:800px;
	height:70px;	
	text-align:center;
}

.DepositLink{
	position:relative;
	width:200px;
	height:70px;
	top:27px;
	left:328px;
	display:block;


}

.DepositText{
	color:#FFF;
	font-size:10px;	
}

.GreyHeading{
	height:20px; 
	background:#263238; 
	color:#FAFAFA;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.TransparentBlack{
	background-image:url(grfx/TransparentBlack.png);
	color:#F2F2F2;
	padding:5px 5px 5px 5px;
}

.Button140x30{
	background-image:url(grfx/button140x30.png);
	background-repeat:no-repeat;
	color:#000;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	width:140px;
	height:24px;
	font-size:14px;
	padding-top:6px;
	cursor:pointer;
}


/****************************************************************************/

.DIVGameButton{
	float:left; 
	width:70px; 
	height:15px; 
	padding-top:1px; 
	text-align:center; 
	margin-top:1px; 
	margin-right:11px;
	background:url(../../_images/header_collection.png) no-repeat -21px -84px; 
	color:#333; 
	font-weight:bold;
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	font-size:9px;	
}

#DIVGameButton:hover{
	background:url(../../_images/header_collection.png) no-repeat -21px -100px; 
}

#DivAccount_LogoutButton{
	float:left; 
	width:70px; 
	height:15px; 
	padding-top:1px; 
	text-align:center; 
	margin-top:1px; 
	margin-right:11px;
	background:url(../../_images/header_collection.png) no-repeat -21px -84px; 
	color:#333; 
	font-weight:bold;
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	font-size:9px;
}

.registerButton{
	float:left; 
	width:70px; 
	height:15px; 
	padding-top:1px; 
	text-align:center; 
	margin-top:1px; 
	margin-right:11px;
	background:url(../../_images/header_collection.png) no-repeat -21px -84px; 
	color:#333!important; 
	font-weight:bold;
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	font-size:9px;
}

#DivAccount_LogoutButton:hover, .registerButton:hover{
	background:url(../../_images/header_collection.png) no-repeat -21px -100px; 
}

.ProductItemNormal{
	color:#FFF;
	float:left; 
	font-size:17px; 
	height:35px; 
	padding-top:35px; 
	padding-left:5px; 
	padding-right:5px; 
	text-shadow:#000 1px 1px 2px;
	cursor:pointer;
}

.ProductItemNormal:hover{
	color:#FFCC04;
}

.ProductItemSelected{
	color:#FFCC04;
	float:left; 
	font-size:17px; 
	height:35px; 
	padding-top:35px; 
	padding-left:5px; 
	padding-right:5px; 
	text-shadow:#000 1px 1px 2px;
	cursor:pointer;
	background:url(../../_images/header_collection.png)-20px -120px repeat;
}

.ProductItemSelected a{
	color:#FFCC04;
}

.ProductItemNormal a{
	text-decoration: none;
	color: #FFF;
}

.ProductItemNormal a:hover{
	text-decoration: none;
	color: #FFCC04;
}


/***********************SLIDING BOXES********************/
h3{ margin: 10px 10px 0 10px; color:#FFF; font:12pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
.boxgrid{ 
	width: 185px; 
	height: 100px; 
	/*margin:10px; */
	margin:0px;
	float:left; 
	background:#000000;  
	overflow: hidden; 
	position: relative; 
	
	-moz-box-shadow: 5px 5px 6px #000;
	-webkit-box-shadow: 5px 5px 6px #000;
	box-shadow: 5px 5px 6px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');

}

.boxgrid img{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	border: 0px; 
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:5pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top: 65px;
	left: 0px;
}

.caption .boxcaption {
	top: 65px;
	left: 0px;
}

.gameboxmain{
	background-image:url(grfx/casbackbody.png);
	background-repeat:repeat-x;
	height:130px;
	padding-top:10px;

	-moz-box-shadow: 5px 5px 6px #000;
	-webkit-box-shadow: 5px 5px 6px #000;
	box-shadow: 5px 5px 6px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}

.glow_text {
    -webkit-transition: text-shadow 1s linear;
    -moz-transition: text-shadow 1s linear;
    -ms-transition: text-shadow 1s linear;
    -o-transition: text-shadow 1s linear;
    transition: text-shadow 1s linear;
}
.glow_text:hover,
.glow_text.glow {
    text-shadow: 0 0 10px red;
}
.tabrow {
	text-align: left;
	list-style: none;
	margin: 15px 0 20px;
	padding: 0;
	line-height: 32px;
	height: 34px;
	overflow: hidden;
	font-size: 9px;
	font-family: 'Verdana', sans-serif;
	font-weight: bold;
	position: relative;
}
.tabrow li {
	color: #FAFAFA;
	border: 1px solid #365463;
	background: #263238;
/*	background: -moz-linear-gradient(top,  #263238 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#263238), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #263238 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #263238 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #263238 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #263238 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263238', endColorstr='#0e0e0e',GradientType=0 );
*/	display: inline-block;
	/*position: relative;*/
	z-index: 0;
	/*border-top-left-radius: 6px;
	border-top-right-radius: 6px;*/
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #333333;
	text-shadow: 0 1px #333333;*/
	margin: 0 -5px;
	padding: 0 14px;
	/*text-shadow: 1px 1px 1px black;*/
}
.tabrow li:hover {
	/*color: #FFCC04;*/
	text-decoration:underline;
	cursor: pointer;
}
.tabrow li.selected {
	background: #ffffff;
	color: #212121;
	z-index: 2;
	border-bottom-color: #263238;
}
.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #333333;
	z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
	border: 1px solid #333333;
	position: absolute;
	width: 5px;
	height: 5px;
}
.tabrow li:before {
	left: -6px;
	/*border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #333333;*/
}
.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -1px 2px 0 #333333;
}
.tabrow li.selected:before {
	box-shadow: 2px 2px 0 #333333;
}
.tabrow li.selected:after {
	box-shadow: -1px 2px 0 #333333;
}
#loadImg{position:absolute;z-index:999;width:1000px;height:620px;text-align:center;background-image:url(grfx/loading_big.gif);background-position:center center;background-repeat:no-repeat;}
#usrReqBonus{
	border-radius: 6px;
	margin-left: 6px; 
	margin-bottom: -7px; 
	cursor:pointer;
}
.usrBonusPopup{
	width: 220px; 
	height: 130px; 
	background-color: #32454e; 
	position: absolute; 
	right: 98px; 
	top: 56px; 
	border-radius: 5px; 
	display: none;
}
#bArrow{
	background: #32454e;
	width: 26px;
	height: 26px;
	position: absolute;
	top: -8px;
	right: 26px;
	transform: rotate(45deg);
	border-radius: 4px;
}
#bonusText{
	text-align: center;
    font-size: 12px;
}
#bonusAmount{
	height: 20px;
	width: 100%;
	position: absolute;
	text-align: center;
	line-height: 1;
	font-size: 17px;
}
#cancelBonus{
	background: #cc4444; 
	width: 98px; 
	height: 26px; 
	position: absolute; 
	bottom: 8px; 
	left: 8px;
	border-radius: 4px;
	line-height: 26px;
	text-align: center;
	font-size: 15px;
    cursor: pointer;
}
#cancelBonus:hover{
	background-color: #e05959;
}
#confirmBonus{
	background: #07b36b;
	width: 98px;
	height: 26px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	border-radius: 4px;
	line-height: 26px;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
}
#confirmBonus:hover{
	background-color: #10ca7c;
}
/* ---------------- JACKPOT WINDOW STYLE ----------------- */
#jkptSidePaneBinder {
	width: 355px;
	height: auto;
	position: fixed;
	right: 0;
	z-index: 1000000;
	color: #EEE;
	margin-top: 30px;
}
#paneSliderBtn {
	width: 55px;
	height: 55px;
	float: left;
	background: linear-gradient(#d50000, #840202);
	box-shadow: 0px 0px 4px 0px #263238;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	cursor:pointer;
}
#jkptSidePane {
	font-size: 14px;
	box-shadow: 0px 0px 5px 0px black;
	border-bottom-left-radius: 30px;
	background: #263238;
	width: 300px;
	height: auto;
	right: 0;
	float: left;
}
.jkptRow {
	margin: 5px;
	width: 100%;
	float: left;
}
.miniJkptText {
	color: #ee581c;
}
.minorJkptText {
	color: #ff9800;
}
.majorJkptText {
	color: #fff602;
}
.jkptGameTitle {
	font-weight: bold;
}
.jkptImg {
	width: auto;
	float: left;
}
.jkptInfoBinder {
	float: left;
	height: 85px;
	text-align: left;
}
.animatedFast {
	animation-duration: 0.3s;
	animation-fill-mode: inherit; 
}		
/* ---------------- /JACKPOT WINDOW STYLE ----------------- */

/* -------------------- License ------------------ */
#licence_notification {
	position: fixed;
	z-index: 99999999;
	color: #fff;
	height: 40px;
	bottom: 0;
	left: 20%;
	width: 60%;
	cursor: pointer;
}
#licence_notification:hover:after {
	background: hsla(0,0%,0%,.8);
	border-radius: 3px;
	color: #f6f6f6;
	content: 'Click to dismiss';
	font: bold 12px/30px sans-serif;
	height: 30px;
	left: 50%;
	margin-left: -60px;
	position: absolute;
	text-align: center;
	bottom: 50px;
	width: 120px;
}
#licence_notification:hover:before {
	border-bottom: 10px solid hsla(0,0%,0%,.8);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: '';
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	bottom: 40px;
	width: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.licence_notification {
	background-color: #c4453c;
	background-image: -webkit-linear-gradient(135deg, transparent,
					  transparent 25%, hsla(0,0%,0%,.05) 25%,
					  hsla(0,0%,0%,.05) 50%, transparent 50%,
					  transparent 75%, hsla(0,0%,0%,.05) 75%,
					  hsla(0,0%,0%,.05));
	background-image: -moz-linear-gradient(135deg, transparent,
					  transparent 25%, hsla(0,0%,0%,.1) 25%,
					  hsla(0,0%,0%,.1) 50%, transparent 50%,
					  transparent 75%, hsla(0,0%,0%,.1) 75%,
					  hsla(0,0%,0%,.1));
	background-image: -ms-linear-gradient(135deg, transparent,
					  transparent 25%, hsla(0,0%,0%,.1) 25%,
					  hsla(0,0%,0%,.1) 50%, transparent 50%,
					  transparent 75%, hsla(0,0%,0%,.1) 75%,
					  hsla(0,0%,0%,.1));
	background-image: -o-linear-gradient(135deg, transparent,
					  transparent 25%, hsla(0,0%,0%,.1) 25%,
					  hsla(0,0%,0%,.1) 50%, transparent 50%,
					  transparent 75%, hsla(0,0%,0%,.1) 75%,
					  hsla(0,0%,0%,.1));
	background-image: linear-gradient(135deg, transparent,
					  transparent 25%, hsla(0,0%,0%,.1) 25%,
					  hsla(0,0%,0%,.1) 50%, transparent 50%,
					  transparent 75%, hsla(0,0%,0%,.1) 75%,
					  hsla(0,0%,0%,.1));
	background-size: 20px 20px;
	box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
	color: #f6f6f6;
	display: block;
	font: bold 16px/40px sans-serif;
	height: 40px;
	line-height:40px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	bottom: 0;
	width: 100%;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-animation: licence_notification 1s ease forwards;
	   -moz-animation: licence_notification 1s ease forwards;
		-ms-animation: licence_notification 1s ease forwards;
		 -o-animation: licence_notification 1s ease forwards;
			animation: licence_notification 1s ease forwards;
}
/* -------------------- /License ------------------ */
		
























