@charset "UTF-8";
/* CSS Document */
body {
	background: url(images/body-background.gif) repeat-x #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

img {
	border: 0;
}
#flash{
width:100%;
text-align:center;
}

td {
	font-size: 11px;
	color:#f47736;
}
input {
	border: solid 1px #999999;
	padding: 2px;
	color: #333333;
}

a:link,
a:active,
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}

	#container {
		width: 1000px;
		margin: auto;
		text-align:left;
	}
		#header {
			width: 1000px;
			height: 272px;
			float:left;
			background: url(images/header.jpg) no-repeat;
		}
		
			#topnav {
				width: 400px;
				height: 71px;
				position: relative;
				left: 300px;
				top: 200px;
			}
				#topnav img {
					margin: 0;
					padding: 0;
				}
			
			#login-form {
				width: 280px;
				height: 71px;
				position: relative;
				left: 670px;
				top: 125px;
				padding-top: 4px;
				padding-left: 3px;
				background: url(images/login_background.png) no-repeat;
			}
				#login-form td {
					font-weight: bold;
				}
				#login-form input {
					width: 170px;
				}

			#logout-form {
				width: 82px;
				height: 45px;
				position: relative;
				left: 670px;
				top: 151px;
				padding-top: 4px;
				padding-left: 3px;
			}
				
		#content {
			background:url(images/content_background.png) no-repeat top;
			width: 1100px;
			min-height: 700px;
			margin-top:9px;
			float: left;
		}
			#left_content{
				width:400px;
				float: left;
				margin: 10px 10px 0 100px;
				font-size:12px;
				color:#FFFFFF;
				font-weight: bold;
			}
			#my_codes h1{
			font-size:15px;
			}
			#my_codes .text{
			padding-left:10px;
            font-size:14px;
			font-family:Arial, Helvetica, sans-serif;
			}
				.page-title {
					color: #000000;
					font-size: 14px;
					text-transform: uppercase;
			}
				
			#entry_form {
				width: 359px;
				height: 665px;
				float: left;
				padding: 60px 50px 0 50px;
				background:url(images/contest_entry_form_background.png) no-repeat;
				font-size: 12px;
			}
			
				.entry-input {
					width: 220px;
				}
				#entry-submit {
					width: 345px;
				}
				
			#code-submit {
				width:330px; padding-left:10px;
			}
			
			#code_form {
			width: 359px;
			height: 430px;
			float: left;
			padding: 60px 50px 0 50px;
			background:url(images/add_code_form_background.png) no-repeat;
			font-size: 12px;
			}
		
				.entry-input {
					width: 220px;
				}
			
			#code-submit {
				width:330px; padding-left:10px;
			}
		
		#footer {
			width: 1000px;
			height: 10px;
			margin: auto;
			padding: 10px 0 10px 0;
			color: #000;
			text-align: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
		}
			#footer-copyright {
				width: 400px;
				float: left;
				text-align: left;
				padding-left: 95px;
			}
			#footer-eliquid {
				width: 200px;
				float: right;
				text-align: right;
				padding-right: 60px;
			}
			
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #000;
visibility: hidden;
z-index: 100;
color:#FFF;
}