@charset "utf-8";
/* CSS Document */

*		{
margin: 0;
padding: 0;
}
html	{
background: #4bb1f2 url('images/html-bg.jpg') repeat;
padding: 0 0 0px 0;
}


body	{
width: 813px;
height: 100%;
font: 11px "Trebuchet MS";
margin: 0 auto;
color: #5B5B5B;
}

br.clear{
clear: both;
font-size: 1px;
height: 1px;
}

div#top								{	padding: 13px 0 0 0; }
div#top	div.logo					{	height: 76px;	width: 331px;	background: url('images/logo.png') no-repeat;	_background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop');}

img.star							{	float: left;	padding: 0 1px 0 7px;	}

div#container						{	width: 813px;	height: 400px;	padding: 14px 18px;	background: url('images/content-bg.png') no-repeat;	float: left;	}
div#container h3					{	font-size: 14px;	color: #BF1B00;	padding: 0 0 13px 0; }
div#container p						{	width: 365px;	padding: 0 0 12px 0; }

div#container form ul				{	list-style: none;	}
div#container form ul li			{	padding: 3px 0;	}
div#container form ul input.ratio	{	margin: 0 5px 0 0;	}

div#container form ul span			{	display: block;	width: 80px;	float: left;	line-height: 28px;	}

div#container form ul input			{	font: 11px "Trebuchet MS"; color: #898989; }
div#container form ul input.pincode	{	width: 98px;	height: 16px;	padding: 6px;	background: url('images/input-small.jpg') no-repeat;	border: none;	}
div#container form ul input.email	{	width: 150px;	height: 16px;	padding: 6px;	background: url('images/input-big.jpg') no-repeat;	border: none;	}
div#container form ul input.button	{	color: #5B5B5B;	width: 162px;	height: 28px;	background: url('images/input-big.jpg') no-repeat;	border: none;	}


p.footer							{	Font-weight: regulair;	color: #FFF;	padding: 0px 5px;	text-align: right;	}
p.footer a							{	color: #FFF;	text-decoration: none;	}
p.footer a:hover					{	text-decoration: underline;	}
