html, body
{
	font: normal 13px Tahoma;
	background-color: white;
	text-align:center;
}

span
{
	color:red;
}

a,a:link 
{
	color:#8080ff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div#wrapper
{
	padding-top: 5px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

div#box
{
	width: 300px;
	padding-top:275px;
	margin:0;
	background: transparent url(../img/bgLogo.jpg) no-repeat top left;
	clear:both;
}

div#lng
{
	text-align:right;
	padding-right:20px;
	height:40px;
}

div#lng select
{
	width:50px;
	height:20px;
}

div#box input
{
	width:150px;
}

div#submit
{
	width: 300px;
	background-image:url(../img/bgLogoBottom.jpg);
	padding:0;
	text-align:left;
}

div#submit input
{
	width:75px;
}

div#box a
{
	padding:0;
}

div#box img
{
	padding:0;
	margin:0;
	border:1px solid #cccccc;
}

.t1 { width: 100px; text-align:right; }
