@media only screen and (min-width: 680px)
{
	div.form_panel
	{
		max-width: 800px;
	}
	
	label
	{
		float: left;
		display: inline;
		width: 170px;
		text-align: right;
		margin-right: 10px;
	}
	
	div.form_error
	{
		margin-left: 180px;
	}
	
	input.edit, select.edit, textarea.edit
	{
		max-width: 300px;
	}
	
	input.label
	{
		max-width: 300px;
	}
}

@media only screen and (min-width: 840px)
{
	div.side_menu
	{
		display: block;
	}
	
	div.form_content
	{
		left: 236px;
	}	
		
	div.induction_menu
	{
		display: block;
	}
	
	div.induction_content
	{
		left: 402px;
	}
	
	div.dialog_policy
	{
		left: 20%;
		right: 20%;
	}
	
	div.dialog_invite
	{
		left: 30%;
		right: 30%;
	}
	
	img.media
	{
		width: unset;
	}
}