                               
/*	login_form ---------------------------------------------- */
	h1
	{                            
		font-size:34px;
	}
	.auth_form a
	{                         
		color:#ff9900;
		font-size:12px;
		font-weight:lighter;
		text-decoration:underline;
	}
	
	.auth_form .tile_wrap .tile
	{
		width:250px;
		margin:0;
	}
	
	.auth_form .tile_wrap,
	.auth_form .field_wrap
	{                                                     
		float:left;
		margin-right:25px;
	}
	.auth_form .tile_wrap label,
	.auth_form .field_wrap label
	{
		display:block;
		color:#ff9900;
		font-size:12px;
		font-weight:lighter;
	}
	.auth_form .tile_wrap input[type="text"],
	.auth_form .tile_wrap input[type="password"] 
	{
		border:2px solid #5e97a8;
		width:220px;
	}
	.auth_form #login_button
	{
		display:block;
		position:relative;
		margin:20px 0 10px 385px;
	}
	.auth_form a
	{
		margin-right:8px;
	}
	#col_right
	{
	}
	
	
	

  