/* * SimpleModal Contact Form * http://www.ericmmartin.com/projects/simplemodal/ * http://code.google.com/p/simplemodal/ * * Copyright (c) 2007 Eric Martin - http://ericmmartin.com * * Licensed under the MIT license: * http://www.opensource.org/licenses/mit-license.php * * Revision: $Id: contact_ie.css 113 2008-03-15 15:36:21Z emartin24 $ * */ /* IE 6 hacks*/ #contact-container {top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(15 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');} #contact-container .contact-top {background:url(../img/contact/form_top_ie.gif) no-repeat;} #contact-container form {padding:0; margin:0;}