body {
	background-image: url(gfx/bg2.png);
	background-repeat: repeat-x;
	background-color: #66ae5a;
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	font-size: 14px;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

#container{
	margin: 0 auto;
	padding: 0px;
	width: 605px;
}

#top{
	background-image: url(gfx/silverback.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 205px;
	width: 605px;
}

#logo{
	 position: relative;
	 left: -140px;
	 border: 0px;
	 float: left;
}

#topcontent{
	padding-left: 270px;
	padding-top: 20px;
	font-size: 14px;
	color: #072602;
}

#topcontent a{
	color: #FFF;
}

#menu{}

#content{
	clear: both;
}

#footer{
	padding: 10px;
	font-size: 11px;
	color: #555;
	border-top: 1px solid #386b30;
}

	#footer a{
		color: #444;
		text-decoration: none;
		border-bottom: 1px dotted #ccc;
	}

.welcome{
	background-image: url(gfx/textarea_bg.png);
	background-repeat: no-repeat;
	height: 122px;
	width: 309px;
	position: relative;
	left: -50px;
	padding-top: 10px;
	padding-left: 50px;
	color: #444;
	margin: 0px;
	line-height: 18px;	
}


/*	.welcome:first-line{
		color: #e00404;
		font-weight: bold;
	}*/
	
#info{
	background-color: #e7eaa2;
	border: 1px solid #ecf15d;
	padding: 10px;
	color: #444;
	line-height: 17px;
}

#info a{
	color: #e00404;
	text-decoration: none;
}

.closeLink{
	text-align: right;
	padding: 0px;
	margin: 0px;
}

/* Bemember elements */

.bemember{
	clear: both;
	padding-left: 20px;
}

.bemember input{
	margin-bottom: 10px;
	padding: 5px;
	width: 200px;
	font-size: 14px;
}

.success{
	border: 1px solid #317d02;
	background-color: #9bd677;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 300px;
	clear: both;
}

.fail{
	border: 1px solid #f91c0b;
	background-color: #f59d96;
	padding: 10px;
	width: 300px;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
}

.validationsfail{
	border: 1px solid #f91c0b;
	background-color: #f59d96;
	padding: 10px;
	width: 350px;
	margin-bottom: 10px;
	clear: both;
	-text-align: center;
}


/* Logedin */

.inlogedas{
	color: #000;
	margin-left: 20px;
}

.inlogedas a {
	-text-decoration: none;
	color: #e00404;
}

.posttext{
	background-image: url(gfx/textarea_bg.png);
	background-repeat: no-repeat;
	height: 122px;
	width: 318px;
	position: relative;
	left: -50px;
	padding-top: 10px;
	padding-left: 50px;	
	color: #e00404;
	margin: 0px;
}

.submit{
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
}

.posttext textarea{
	width: 280px;
	height: 80px;
	font-family: helvetica;
	font-size: 14px;
	padding: 5px;
	border: 0px;
}

.charsum{
	float: right;
	padding: 2px;
	margin: 0px 40px 0px 0px;
	color: #105804;
}

/* Messages */

.senasteogillade{
	color: #105804;
	font-weight: bold;
	float: left;
	font-size: 16px;
}

.menu{
	float: right;
	color: #000;
	font-weight: bold;
}

#menu a{
	color: #105804;
}

.votediv{
	width: 50px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	-border: 1px solid black;
	float: left;
	clear: both;
}

	.votediv .votebutton {
		background-color: #FFF;
		padding: 5px 10px 5px 10px;
		margin: 0px;
		position: relative;
		top: 20px;
		left: 13px;
		width: 20px;
		color: #333;
	}
	
	.votediv .votebutton a{
		color: #e00404;
		text-decoration: none;
	}

	.votediv .sumvoted{
		background-color: #FFF;
		padding: 5px 7px 5px 7px;
		margin: 0px;
		position: relative;
		top: 30px;
		left: 23px;
		width: 15px;
	}

.message{
	-border: 1px solid red;
	width: 550px;
	float: left;	
	margin-bottom: 10px;
	background-color: #FFF;
}

.message img{
	padding: 10px;
	float: left;
}

.messagetext {
	padding: 10px 5px 0px 5px;
	margin: 0px;
	height: 65px;
	line-height: 18px;
}

.messageinfo{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #888;
}
