/*

first-of-type is targetting Safari 3 only.  Need to find a more elegant way of doing this 
as other browsers will catch up eventually.

*/

html[xmlns*=""] body:last-child #masthead button { 
	top: 8px;
}

body:first-of-type #masthead button { 
	top: 8px;
}

html[xmlns*=""] body:last-child #masthead input.text { 
	top: 2px;
}

body:first-of-type #masthead input.text {
	top: 2px;	
}