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

* {
	margin: 0px;
	padding: 0px;
}

img { border: 0px; }

body {
	background: url('../_images/header_bg.jpg') repeat-x;
	color: #3D3D3D;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

.clear { clear: both; }
span.purple { color: #aa0369; }

#container {
	width: 911px;
	margin: 0px auto 20px auto;
}

#container #header {
	width: auto;
	background: url('../_images/logo.jpg');
	height: 162px;
}

#container #header a.logo {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
}

#container #header a.partner {
	width: 88px;
	height: 41px;
	display: block;
	float: right;
	background: url('../_images/partner.jpg');
}

#container #content {
	width: auto;
	padding: 5px 15px 5px 15px;
	height: 545px;
	background: #000000 url('../_images/prizes.jpg') bottom right no-repeat;
}

#container #content a,
#container #content a:visited,
#container #content a:hover {
	text-decoration: none;
	color: #00CCFF;
	font-weight: bold;
}

#container #content .left {
	float: left;
	width: 575px;
	margin-right: 10px;
}

#container #content .left .game {
	width: auto;
	padding: 10px;
	background-color: white;
	margin-top: 15px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
}

#container #content .left .game .gleft {
	width: 410px;
	float: left;
	margin-right: 10px;
}

#container #content .left .game .gleft h2 {
	font-size: 38px;
	letter-spacing: -1px;
	color: black;
}

#container #content .left .game .gleft .image {
	width: 410px;
	height: 300px;
	margin-top: 5px;
}

#container #content .left .game .gright {
	float: left;
	width: 135px;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
}

#container #content .left .game .gright .instructions {
	width: auto;
	background-color: #e4e5e4;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	padding: 10px;
	text-align: center;
	line-height: 17px;
	margin-bottom: 15px;
	font-size: 10px;
}

#container #content .left .game .gright .instructions a,
#container #content .left .game .gright .instructions a:hover,
#container #content .left .game .gright .instructions a:visited {
	text-decoration: none;
	color: #aa0369;
}

#container #content .left .game .gright .button {
	background: url('../_images/button_bg.jpg');
	width: 135px;
	height: 22px;
	margin: 0px auto 15px auto;
	color: white;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

#container #content .left .game .gright .button a {
	color: white;
	text-decoration: none;
}

#container #content .right {
	float: left;
	width: 296px;
	color: white;
	line-height: 14px;
	font-size: 13px;
	background: url('../_images/game_logo.jpg') 15px 0px no-repeat;
	padding-top: 130px;
	position: relative;
}

#container #content .right .trans {
	background: url('../_images/trans.png');
	padding: 5px;
	margin: -5px;
}

#container #content .right .ringtone {
	position: absolute;
	top: 151px;
	right: -10px;
	width: 109px;
	height: 110px;
	background-image: url('../_images/free_ringtone.png');
	background-repeat: no-repeat;
}

#container #content .right img.logo {
	margin-bottom: 15px;
}

#container #content .right .prize_list {
	margin: 15px 0px 15px 0px;
	background: url('../_images/prize_list.png');
	height: 76px;
	width: 196px;
}

#container #content .right fieldset {
	padding: 0px 10px 10px 10px; 
	margin-top: 5px; 
	margin-bottom: 15px;
}

#container #content .right legend {
	padding: 5px; 
	font-weight: bold; 
	color: white;
}

#container #content .right label {
	width: 120px; 
	float: left; 
	padding: 5px; 
	margin-bottom: 5px;
}

#container #content .right input, #content .right select { 
	width: 125px; 
	padding: 5px; 
	margin-bottom: 5px; 
	border: 0px; 
	background-color: #222; 
	color: white;
}

#container #content .right .submit {
	border: 0px; 
	background-color: #222; 
	color: white; 
	width: 135px; 
	padding: 5px; 
	font-weight: bold; 
}

#container #footer {
	text-align: center;
	margin-top: 10px;
}

#container #footer ul {
	list-style: none;
	margin: 5px auto 5px auto;
	width: 635px;
}

#container #footer ul li {
	float: left;
	margin-right: 25px;
}

#container #footer a,
#container #footer a:visited,
#container #footer a:hover {
	color: #000080;
	text-decoration: none;
}