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

body{
	background-color:#000;
	}

#wrapper{
	width: 980px;
	height: auto;
	margin: 0 auto;
	background-color:#9C6;
	}
	
#rightpanel{
	width:265px;
	height:600px;
	float:right;
	background-color: #060606;
	}
	
#logo{
	background-image:;
	width:255px;
	height:56px;
	padding: 0 3px;
	margin: 80px auto 50px auto;
	}
	
#btn{
	width:132px;
	height:116px;
	float:left;
	}	
	
#leftpanel{
	width: 715px;
	height: 500px;
	margin: 0 0;
	float:left;
	}
	
#box{
	height:auto;
	width:690px;
	float:right;
	margin: 185px 0 0 0px;
	background-color: #060606;
	}
	
#pic{
	width:180px;
	height:180px;
	float:left;
	margin: 26px 0px 26px 26px;	
	}
	
#text{
	height:auto;
	width:470px;
	float:right;
	margin: 0px 0 0 0px;
	padding: 15px 0;
	}	
	
#kapzai{
	width:auto;
	float:right;
	margin: 0px 0 0px 0;
	}
	
#footer{
	width: 400px;
	float:right;
	margin: 150px 15px 0 auto;
	}
	
#footerg{
	width: 400px;
	position:absolute;
	float:right;
	top: 571px;
	left: 379px;
	}
	
.footer{ 
	float:right;
	font-size:10px;
	color:#FFF;
	margin: 0px 0 0 0;
	}
	
.title{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
	font-size:12px;
	padding: 2px 13px;
	line-height:16px;
	}

a{
	color:#F00;
	text-decoration: none;
	t
	}
	
.coming{
	color:#F00;
	font-size:8px;
	font-style:italic;
	padding: 0 10px;
	}
	

/*Submit */
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}
