@media screen, projection
{		

	.contact .caption { margin-bottom: 20px; }

	.contact .line label { text-align: left; width: 100px; }
	.contact .line textarea, .contact .line input { width: 250px; }
	.contact .line button { background: #008E60; color: #fff; }
	.contact .required { background: url('../img/required.gif') top right no-repeat; }
	
	.contact .msg_alert { margin-top: 15px; }
	
}

