#secForm {
	padding-top: 20px;
}
#secForm textarea.inp {
    width: 300px;
}
.sm {
	font-size: 9px;
	color: #bbb;
	font-family: "Lucida Grande",sans-serif;
}
/*
	iOS devices
*/
/*
@media only screen and (device-width: 768px) {
	#secForm input[type=text],
	#secForm input[type=email],
	#secForm textarea,
	#secForm input[type=submit] {
		font-size: 18px;
	}
}
@media only screen and (max-device-width: 480px) {
*/
@media only screen and (max-device-width: 768px) {
	#secForm input[type=text],
	#secForm input[type=email],
	#secForm textarea,
	#secForm input[type=submit] {
		font-size: 24px;
	}
	#secForm textarea {
		width: 100%;
	}
	.sm {
		font-size: 0.8em;
	}
}
