/**** iPhone4s scherm ****/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 
	h1 { font-size:6pt; line-height:26pt; }
	form#form_contact ul li textarea { width:170px; height:98px; }
	form#form_contact ul li div#red { margin-bottom:30px; }
}
/*and (orientation : landscape) */
/*and (orientation : portrait) */