html, body, form { font-family: Arial; padding: 0px; margin: 0px; }

div.Main { position:relative; width:750px; height:600px; border:solid 1px gray; }
div.BigImage { position: absolute; top: 10; right: 10; cursor: hand; z-index: 999; }
div.BigImage div { position: absolute; top: 5; right: 5; background-color:#000; }
div.BigImage div a { font-size:22px;color:#fff;text-decoration:none;font-weight:bold; }
div.BigImage div a:hover { color:red; }
div.BigImage img { border: solid 1px black; }
div.Header { position: relative; width: 750px; height: 92px; }
div.Center { position: relative; width: 750px; height: 485px; }
div.Footer { position: relative; width: 750px; height: 23px; background-image: url(../images/SignUp/Footer.gif); background-repeat: repeat-x; }

div.stepImages { z-index:2; position: absolute; left:0px; bottom:25px; width:170px; height:400px;background-image: url(../images/SignUp/imagesBgSlice.jpg); background-repeat: repeat-y;}
div.stepImages div.Couple { position: absolute; left:10px; bottom:15px; }
div.Image {display:block;width:135px;height:135px;margin-top:10px;position:relative;}
div.stepImages div.Couple span {font-size:16px;color:#661616;font-weight:bold;}

div.StepContainer {position:absolute;top:10px;right:10px;width: 730px; height: 450px; border: solid 1px gray; }

div.stepHeader { z-index:3; position: relative; background-image: url(../images/SignUp/StepHeader.gif); background-repeat: repeat-x; width: 730px; height: 23px; border-bottom: 1px solid white; }
/*div.stepCorner { position: absolute; top: 0px; left: 0px; background-image: url(../images/SignUp/StepCorner.png); background-repeat: no-repeat; width: 133px; height: 75px; }*/
div.stepCorner { position: absolute; top: 0px; left: 0px; width: 133px; height: 75px; }
div.stepCenter { z-index:1; position: relative; width: 730px; height: 400px; background-color: #CFD8E9; }
div.stepFooter { position: relative; background-image: url(../images/SignUp/StepFooter.gif); background-repeat: repeat-x; width: 730px; height: 23px; border-top: 1px solid white; text-align:right; }

div.stepProgress { position: absolute; right: 0px; width: 400px; height: 15px; margin: 4px; border: 1px solid black; background-color: #FFFFFF; font-size:1px; }
div.stepProgressBar { position: absolute; right: 1px; top: 1px; height: 84%; width: 10px; background-color: Red; background-image: url(../images/SignUp/Progress.gif); background-repeat: repeat-x; }

iframe#frmLoader { position: relative; width: 730px; height: 400px; }