/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


body {
	line-height: 1;
	margin: 0;
	background-color: #eeeeee;
}

#wrapper {
	max-width: 300px;
	margin: 0;
}

#steps {
	width: 300px;
	position: fixed;
    z-index: 10;
    /*height: 232px;*/
}

#steps-filler1 {
	width: 300px;
	position: static;
    /*height: 232px;*/
}

#title {
	width: 300px;
    position: static;
    margin-top: -4px;
    /*height: 108px;*/
}

#margery {
	width: 300px;
	position: absolute;
	z-index: 8;
	margin-top: -4px;
	/*height: 98px;*/
}

#margeryfields {
	width: 300px;
	position: relative;
    top: 30px;
    z-index: 2;
    margin-top: -4px;
}

#junior {
	width: 300px;
    position: relative;
    top: 26px;
    z-index: 9;
}

#juniorfields {
	width: 300px;
	position: relative;
	top: 26px;
    margin-top: -4px;
}

#button {
	width: 300px;
	position: relative;
	top: 26px;
	margin-top: -4px;
	margin-bottom: 0px;
}

