*{

	margin: 0px;
	
	padding: 0px;
	
	list-style: none;
	
	text-decoration: none;
	
}

body{ 

	font: 13px Arial;
	
	color: #313131;
	
	background: white;
	
	padding-bottom: 10px;

}


#content{
	width: 918px;
	position: relative;
	left: 50%;
	margin-left: -459px;
}

#top{
	width: 918px;
	height: 116px;
}

#top a img{
	border: none;
}

#logo{
	position: relative;
	float: left;
}

#top_banner{
	position: relative;
	float: right;
	top: 35px;
}

#menu{
	width: 918px;
	height: 22px;
	display: block;
	margin-top: 5px;
}

a.current{
	width: 80px;
	height: 22px;
	display: block;
	background: white url('../img/current_tab2.png') top center no-repeat;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	color: #313131;
	font-weight: bolder;
	float: left;
	margin-right: 2px;
}
a.current-small{
	width: 70px;
	height: 22px;
	display: block;
	background: white url('../img/current_tab2-small.png') top center no-repeat;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	color: #313131;
	font-weight: bolder;
	float: left;
	margin-right: 2px;
}

a.tab{
	width: 80px;
	height: 22px;
	display: block;
	background: white url('../img/tab2.png') top center no-repeat;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	color: #313131;
	font-weight: bolder;
	float: left;
	margin-right: 2px;
}

a.tab-small{
	width: 70px;
	height: 22px;
	display: block;
	background: white url('../img/tab2_small.png') top center no-repeat;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	color: #313131;
	font-weight: bolder;
	float: left;
	margin-right: 2px;
}

a:hover.tab{
	background-image: url('../img/current_tab2.png');
}
a:hover.tab-small{
	background-image: url('../img/current_tab2-small.png');
}

#main{
	width: 918px;
	height: 500px;
}

#left{
	width: 650px;
	float: left;

}


#right{
	width: 268px;
	float: left;
	background: #b0e22c url('../img/right.png') right top no-repeat;
	margin-top: 25px;
	margin-bottom: 10px;
	
}

#mainfield {
 background: #b0e22c;
 min-height: 300px;
}

h1.title{
	width: 640px;
	background: #b0e22c url('../img/title.png') right top no-repeat;
	padding: 5px;
	font-size: 18px;
}

.image{
	border-left: 5px solid #b0e22c;
	border-right: 5px solid #b0e22c;
 border-bottom: 0px;
 border-top: 0px;
}

#bottombar{
	width: 515px;
	height: 15px;
	background: #b0e22c url('../img/down.png') left bottom no-repeat;
	display: block;
	padding-left: 135px;
}


#votebar{
	width: 535px;
	height: 30px;
	background: #b0e22c url('../img/vote-sq.png') left bottom no-repeat;
	display: block;
	padding-left: 85px;
}

#votebarad{
	width: 535px;
	height: 50px;
	background: #b0e22c left bottom no-repeat;
	display: block;
	padding-left: 85px;
}

* html #votebar{
	margin-top: -3px;
}

#vot{
	width: 530px;
	height: 38px;
	display: block;
	float: left;
}

* html #vot{
	overflow: hidden;
}

#vot label{
	float: center;
	margin-right: 7px;
	font-weight: bold;
	font-size:16px;
	margin-top: 18px;
}


#vote_btn{
	float: left;
	margin-top: 10px;
}

* html #vote_btn {
	margin-top: 9px;
}

#print{
	float: left;
	margin-left: 5px;
}

* html #print{
	top: 1px;
	position: relative;
	margin-left: 2px;
}

#print img{
	border: none;
}

.info{
	width: 250px;
	padding-top: 10px;
	margin-top: 5px;
	height: 100px;
}

.stars{
	width: 228px;
	height: 16px;
	display: block;
	clear: both;

}
.stars img{
	float: center;
	margin-right: 5px;
	margin-bottom: 10px;
}


.stars p{
	clear: both;
	display: block;
}

div.comment{
	width: 198px;
	margin: 8px;
	background: #ebf6cd;
	padding: 8px;
	font-size: 12px;
}

div.comment2{
	width: 238px;
	margin: 8px;
	background: #ebf6cd;
	padding: 0px;
	font-size: 12px;
}

#comments{
	margin: 0px;	
}

#comments label{
	float: left;
	font-size: 11px;
	width: 50px;
	margin-top: 5px;
}

#comments .text{
	font-size: 12px;
	margin-top: 5px;
	border: 1px solid #d9fe78;
	width: 180px;
	margin-left: 6px;
}

#comments textarea{
	font-size: 12px;
	overflow: auto;
	margin-top: 5px;
	border: 1px solid #d9fe78;
	width: 180px;
	height: 100px;
	margin-left: 6px;
	margin-bottom: 5px;
}

#down_banner{
	margin-top: 5px;
	float: left;
}

#down_banner img{
	border: none;
}

#bottom{
	width: 268px;
	height:20px;
	background: transparent url('../img/bottom.png') right bottom no-repeat;
}



/*input fields*/

input.log
{
position:absolute;
left: 250px;
border:solid 1px #ebf6cd;
background: #b0e22c;
font-size:14px;
}

input.logsubmit
{
position:absolute;
left: 260px;
font-weight: bold;
margin-top: 7px;
margin-left: 50px;
width: 50px;
border:solid 1px #ebf6cd;
background: #b0e22c;
font-size:12px;
}

input.regsubmit
{
position:absolute;
left: 200px;
font-weight: bold;
margin-top: 7px;
margin-left: 50px;
 margin-bottom: 200px;
width: 70px;
border:solid 1px #ebf6cd;
background: #b0e22c;
font-size:16px;
}

input.register
{
position: absolute;
left: 190px;
width: 150px;
border:solid 1px #ebf6cd;
background: #b0e22c;
font-size:14px;
}

textarea.register
{
position: absolute;
left: 190px;

border:solid 1px #ebf6cd;
background: #b0e22c;
font-size:14px;
}

input.photosubmit
{
position: absolute;
left: 80px;
width: 80px;
border:solid 1px #ebf6cd;
background: #b0e22c;
font-size:14px;
}

input.registerfile
{
position: absolute;
left: 190px;
width: 230px;
border:solid 1px #ebf6cd;
background: #b0e22c;
font-size:14px;
}



select.register {
position: absolute;
left: 190px;
width: 129px;
height: 20px;
font-size: 13px;
border: solid 1px #ebf6cd;
opacity: 1;

}

select.registerday {
position: absolute;
left: 190px;
width: 45px;
height: 20px;
border: solid 1px #ebf6cd;
font-size: 13px;
opacity: 1;

}


select.registermonth {
position: absolute;
left: 250px;
width: 100px;
height: 20px;
border: solid 1px #ebf6cd;
font-size: 13px;
opacity: 1;

}

select.registeryear {
position: absolute;
left: 365px;
width: 100px;
height: 20px;
border: solid 1px #ebf6cd;
font-size: 13px;
opacity: 1;
}


.frameinnerborder{
	margin:0px; 
	width:250px; 
	height:270px; 
	border:0px solid #ACACAC; 
	overflow:auto;
	padding: 0px;
	padding-left: 0px;
}

.frame-album{
	
	width:300px; 
	height:115px; 
	border:0px solid #ACACAC; 
	overflow:auto;
	padding: 0px;
	padding-left: 0px;
}


.ban1
{
position: absolute;
left: 5px;
}

.ban2
{
position: absolute;
left: 70px;
}

.ban3
{
position: absolute;
left: 130px;
}

.ban4
{
position: absolute;
left: 235px;
}

.ban5
{
position: absolute;
left: 280px;
}

.ban6
{
position: absolute;
left:460px;
}

.ban7
{
position: absolute;
left: 520px;
}

.ban8
{
position: absolute;
left:580px;
}



.label1
{
position: absolute;
left: 060px;
font-size:12px;
text-decoration: none;
color: #000000;
font-weight: bold;
}

.input2
{
text-decoration: none;
color: #000000;
position: absolute;
left: 200px;
font-size:12px;

}

.label2
{
position: absolute;
left: 220px;
font-size:12px;
text-decoration: none;
color: #000000;
font-weight: bold;
}

.input3
{
text-decoration: none;
color: #000000;
position: absolute;
left: 360px;
font-size:12px;

}
