<!--
	/*
		global definitions
	*/
	html {height: 100%;}
	body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial;
		font-size: 100%;
		font-weight: 300;
		color: #fff;
		text-align:left;
		background-color:#D0D0D0;
		line-height:18px;
		background-image:url(../lay/ezign_bg_color.jpg);
		background-position:top;
		background-repeat:repeat-x;
	}
	a {color:#fff; text-decoration:none;}
	a:hover { text-decoration:underline;}
	ul {
		list-style-type:none;
		margin:2;
		padding:2;
	}
	
	div#page {
		width: 800px;
		height:501px;
		background-image:url(../lay/ezign_bg.jpg);
		background-repeat:no-repeat;
	}
	
	div#adr {
		position:absolute;
		top:120px;
		left:350px;
		filter:alpha(opacity=90);
 		-moz-opacity:0.9;
		
		font-family: Arial, Helvetica;
		font-size: 11px;
		color:#E58D4E;
		width:400px;
		
		background-color:#222;/*
		border-top:1px solid #fff;
		border-left:1px solid #fff;
		border-bottom:1px solid #999;
		border-right:1px solid #999;
		*/
		padding:4px;
	}
	
	.darkfont {
		color:#fff;
		font-weight:900;
	}
	
	
	
	
	
	object,embed { 
		outline:none;
	}


	div#div_site {
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
	}
	div#div_flash_site {
		width:100%;
		height:100%;
	}
//-->