/* - - - - - - CSS Document - - - - - - - - -
Title : SmartWizard
Author : http://tech-laboratory.blogspot.com
Version: 0.98 
- - - - - - - - - - - - - - - - - - - - - */

 .wiz-container{
/*      margin:0;padding:0;*/
/*      width:920px;*/
/*      height: 400px;*/
/*      left: 5%;*/
/*      right:5%;*/
/*      top:20px;*/
/*      margin:1px;*/
/*      background:#F8F8F8;*/
      overflow:hidden;
      position:relative;
/*      padding:0;   12px 0px 2px 5px;    */
/*      color:#0464BB;*/
/*      text-align:left;*/
      -moz-border-radius:5px;
      -webkit-border-radius: 5px;
      z-index:100;
  }
  .wiz-body{
    background:transparent; 
/*    border-bottom: 0px solid #E0E0E0; */
    width:auto;
  }
  .wiz-body div.wiz-content {
    position: relative;
/*    top:0px;*/
/*    left:0px;*/
/*    text-decoration: none; */
/*    padding: 3px;*/
/*    margin : 3px;*/
/*    border-bottom: 0px solid #E0E0E0; */
/*    height:270px;*/
    width:auto;
/*    overflow:auto;*/
  }
  .wiz-nav {
    display:block; 
/*    position: absolute;*/
/*    left:0px;*/
/*    bottom:0px;*/
/*    text-decoration: none; */
/*    padding: 2px 5px 2px 5px;*/
/*    background:#F8F8F8 ; */
/*    height:30px;*/
/*    width:99%;*/
/*    margin : 0px 0px 5px 0px;*/
/*    border: 0px solid #E0E0E0;*/
/*    border-top: 1px solid #E0E0E0;*/
  }
  .wiz-nav .next {
    float:right;
  }
  .wiz-nav .back{
    float:left;
  }
  .wiz-nav .done{
    float:left;
  }
  
  /* End Button Styles */