@media screen and (max-width:800px) {
	/* Smaller Resolution Desktops and Laptops */
	body{
		font-size: 15px;
		line-height: 1em;
	}

	input.submit, input.button{
		height: 36px;
	}
	
	.logo img{
		max-width: 100%;
	}

	.frm label:first-child, .frm br + label, .frm legend + label{
		width: 38%;
	}
	.frm input[type="text"], .frm input[type="password"], .frm textarea{
		width: 56%;
	}
	
	/*.show-mobile{
		display: inherit;
	}*/
}
