 /* page all
---------------------------------------------------- */
/*  styele reset  */
* {
	margin: 0;
}
html	{
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	color: #3a3a3a;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../../../../eula/3D-support/img/bg_all.jpg);
	background-repeat: repeat-x;
	font: 100% Arial;
}
.root.container {
	text-align: center;
	max-width: 480px;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../../../../eula/3D-support/img/bg_box2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
#mainbox {
	max-width: 480px;
	text-align: left;
	margin:auto;
}
#main {
	margin:20px;
}
p	{
	line-height: 130%;
	margin-bottom: 1em;
}
p a	{
	color: #6e7e8b;
	text-decoration: none;
}
p a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background: #6e7e8b;
}

/* language box
---------------------------------------------------- */
.boxleft {
	width: 33%;
	float:left;
	_margin:0px;
	margin: 0px 0 10px;
}
.boxright {
	float: right;
	width: 33%;
	margin:0 0 10px;
	_margin:0px;
}
.boxcenter {
	width: 33%;
	float: left;
	margin-bottom:0px;
}
#tb {
	width: 440px;
	text-align: left;
	clear: both;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	_margin-top:10px;/*WinIE4-6*/
}
#copyright {
	padding: 7px;
	clear:both;
}

#copyright img {
	width: 100% !important;
	height: auto !important;
}
