@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
img{
	border:none;
	}
input{
	outline:none;
	}
a{
	outline:none;
	}
.clear{
	clear:both;
	}
h1,h2,h3,p{
	text-transform:uppercase;
	width:740px;
	}
body{
	background:#000 url(images/header-bg.jpg) no-repeat;
	color:#fff;
	font-family:Leelawadee,Tahoma,Arial;
	}
	div#page{
		
		}
		div#top{
			height:249px;
			}
			h1{
				padding-top:130px;
				padding-left:510px;
				font-size:70px;
				letter-spacing:12px;
				}
			h2{
				padding-left:510px;	
				letter-spacing:3px;
				}
		div.bottom{
			width:1300px;
			}
		div#leftpane{
			float:left;
			width:35%;
			background:url(images/leftpane-bg.jpg) left -1px no-repeat;
			width:496px;
			height:403px;
			}
			div#leftpane img#cigar{

				float:right;
				margin-top:-220px;
				margin-right:70px;
				}
		div#rightpane{		
			float:left;
			width:740px;
			height:357px;
			padding-left:20px;
			padding-top:10px;
			background:url(images/rightpane-bg.jpg) no-repeat;
			}
			h3{
				font-size:15px;
				width:406px;
				line-height:23px;
				word-spacing:3px;
				text-align:justify;
				}
			h3.instru{
				margin-top:30px;
				}
			p.light{
				color:#BDC4CE;
				font-size:10px;
				text-align:justify;
				width:406px;
				margin:10px 0 22px 0;
				clear:both;
				}
			p.dark{
				color:#5F6D88;
				font-size:10px;
				text-align:justify;
				width:406px;
				margin:10px 0;
				clear:both;				
				}
			dl.birthdate{
				margin-top:10px;
				padding-bottom:30px;
				}
			dl.birthdate dt{
				height:29px; width:59px;
				background:url(images/input-trans.png);
				float:left;
				margin-right:10px;
				}
			dl.birthdate dt.year{
				width:76px;
				background:url(images/year-trans.png);
				}
				dl.birthdate dt.year input{
					width:35px;
					}
			dl.birthdate dt input{
				background:none;
				border:none;
				color:#fff;
				padding:5px 0 5px 0;
				margin-left:20px;
				font-weight:bold;
				height:20px; width:17px;
				}
			dl.birthdate dt.submit{
				background:none;
				margin-top:-1px;
				}
				input#submit{
					border:none;
					height:36px; width:138px;
					background:url(images/enter-trans.png) no-repeat;
					margin-left:10px;
					padding-left:0;
					padding-right:0;
					padding-top:0;
					cursor:pointer;
					}
				input#submit:hover{
					background:url(images/enterhover-trans.png) no-repeat;
				}					
