	#description input.text {
		font: 16pt Times, serif;
		position: relative;
		background: url(/images/worn_relics/input_dots.png) repeat-x 0 7px;
		border-style: none;
	}
	
		#description input.code {
			width: 212px;
		}
		
		#description input.ctrl {
			width: 191px;
		}

		#description form.update input.code {
			width: 322px;
		}
		
		#description form.update input.ctrl {
			width: 298px;
		}

#description img {
	float: right;
	position: relative;

	bottom: 37px;
	margin-top: 29px;
}

#description input.fullname {
			width: 412px;
		}
		
		#description input.streetname {
			width: 399px;
		}		
		
		#description input.housenumber {
			width: 373px;
		}		
		
		#description input.postalcode {
			width: 400px;
		}		
		
		#description input.city {
			width: 457px;
		}		
		
		#description input.country {
			width: 424px;
		}

#description input.newsletter {
			width: 324px;
		}

#description input.create {
	width: 87px;
	height: 27px;
	
	margin-top: 90px;
	margin-right: 4px;
	
	float: right;
	
	border: none;
	background: #cdcdcd url(/images/worn_relics/forms/create.png) ;
	position: relative;
	left: 82px;
}

#description input.update {
	width: 87px;
	height: 27px;
	
	margin-top: 40px;
	margin-right: 4px;	
	
	float: right;
	
	border: none;
	background: #cdcdcd url(/images/worn_relics/forms/update.png) ;
	position: relative;
}

#description input.send {
	width: 72px;
	height: 27px;
	
	margin-top: 40px;
	margin-right: 4px;
	
	float: right;
	
	border: none;
	background: #cdcdcd url(/images/worn_relics/forms/send.png) ;
	position: relative;
}

#description input.create:hover, #description input.update:hover, #description input.send:hover {
	background-color: #66ccff;
}