/**
* 3Gapps.de
*
* 3Gapps.de IE7 Fix Stylesheet
*
* @author Joram Höfs <joram@fliks.com>
* @version 1.0
*
* @creator My cold dead hands + TextMate
*
* @media all
*
* @date 2009-12-08 Dokument erstellt
*/

/**
* Top-margin fix damit die Abstände von 10px wieder passen
*/
#nav #bar, #find {
	margin: 10px 0 0 0;
}

/**
* Next/Prev Button
*
* ImageReplacement geht irgendwie nicht, der Abstand stimmt auch nicht
*
*/
.named_box .nb_content #banner_config #step_nav button {
	bottom: -10px;
	height: 29px!important;
	position: relative;
}

/**
* Bannerprview
*
* ImageReplacement geht irgendwie nicht
*
*/
#banner.named_box .nb_content form #create_banner {
	height: 29px!important;
}