
/* GLOBAL */

	form br {clear:both;}
	
	
	label, input, select, textarea{
		display: block;
		float: left; 
		margin-bottom: 10px;
		font-size: 0.9em;	
		text-align:left;
	}
	
	
	
/* BTN */
	.enter{
		text-align:right;
		clear:both;
	}
	
	
	.list{
		float: right;
/*		background-color:#A60000;
		color:#FFFFFF;*/
	}
	
	
	.list ul{}
	
	.list li{line-height:18px;}
