.form label {
	display:-moz-inline-stack;
	display: inline-block;
	font-size: 9pt;
	width: 120px;
	padding: 3px;
	background-color: #fff;
	vertical-align: top;
}

input.error {
	border: 1px solid #f00 ;
}
	
	#login label {
		font-size: 11pt;
		width: 50px;
		margin-top: 4px;;
	}
	
	#login input.text {
		padding: 4px;
		width: 230px;
	}
	
	#login button {
		margin-top: 3px;
		width: 240px;
	}
	
	#login img {
		margin-left: 40px;
	}
	
	#register h3 {
		margin-bottom: 59px;	
	}
	
	#register_form p {
		font-size: 9pt;
		padding: 30px;
		padding-right: 80px;
		
	}
	
	#register input {
		width: 161px;
	}
	
	#register_frame {
		margin-top: 30px;
		margin-left: 30px;
		width: 280px;
		height: 295px;
		background-image: url(../images/worn_relics/register_frame.png) ;
	}
	
		#register_frame .file {
			position: relative;
			top: 20px;
			left: 60px;
		}
	
	#welcome label {
		display:-moz-inline-stack;
		display: inline-block;
		width: 100px;
	}
	
	#welcome input {
		width: 200px;
	}
	
	#welcome input.submit {
		width: 206px;
	}
	
	#future_frame {
		background-image: url(../images/worn_relics/future_frame.png);

		width: 165px;
		height: 212px;
		display: block;
		margin-left: 97px;
	}
	
	#future_frame .file {
		top: 70px;
		margin-top: 100px;
	}
	
	#future button {
		bottom:  20px;
	}
			
input.text {
	padding: 1px;
	width: 168px;		
	border: 1px solid #b6b7bb;
	background-color: white;
}

input.submit {
	margin-top: 5px;
	width:  240px;
}
	
select {
	max-width: 165px;
}

textarea {
	border: 1px solid #b6b7bb;
	background-color: white;	
}
		
	input.file {
		border: none;	
	}