.listContainer
{
	position:absolute;
	top:170px;
	left:37%;
	margin-right:0px; 
	width:200px;
}

.list
{
	width:200px; 
	height:282px; 
	margin-bottom:0px;
}

.list .list-header
{
	/*
	background-image:url('../images/lista_03.jpg');
	*/
	
	width:200px;
	height:41px
}

.list .list-body
{
	background-image:url('../images/lista_05.jpg'); 
	width: 200px;
	height: 206px; 
}

.list-body .list-content
{
	padding-left:4px; 
	padding-top:88px; 
	font-size:11px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	letter-spacing:normal;
	word-spacing:normal;
	line-height:normal;
}

.list .list-footer
{
	background-image:url('../images/lista_06.jpg'); 
	width:200px; 
	height: 31px;
}

.list .small
{
	font-size:10px; 
	margin:none;
	padding:none
}

.list .list-footer .submit
{
	background-color:#FCC001; 
	border: 2px solid #FFFF00; 
	color: #660000; 
	padding:0px; 
	margin-right:55px; 
	margin-top: 4px; 
	margin-left: 70px; 
	font-size:11px; 
	font-weight:bold; 
	font-family:Georgia, 'Times New Roman', Times, serif;
	cursor: hand;
}

input.tekst
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border: 1px solid #660000;
	width:150px;
	background-color:#857A16;
	padding-bottom:0px;
	margin-top:2px;
	margin-left:20px;
	margin-right:20px;
	color:white;
}

input.tekst:focus
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:11px; 
	border: 1px solid #660000; 
	width:150px; 
	background-color:#5E560F;
	padding-bottom:0px; 
	margin-top:2px; 
	margin-left:20px; 
	margin-right:20px; 
	color:white;
}

