/* 
    Document   : page_wizard
    Created on : 27 Jul 2012, 12:18:39 PM
    Author     : fhulu
    Description:
        Purpose of the stylesheet follows.
*/

.page-wizard
{ 
  display: block;
}

.page-wizard>div
{
  text-align: center;
 -moz-box-shadow: 7px 7px 9px #3f3f3f;
  -webkit-box-shadow: 7px 7px 9px #3f3f3f;
  box-shadow: 7px 7px 9px #3f3f3f;
}

.page-wizard-bar
{
  margin-top: 3px; 
  margin-bottom: 3px; 
  height: 30px;
}

.page-wizard-title
{
  margin: 3px;
  font-weight: bold;
  font-size: 20px;
}
.page-wizard-nav
{
  float: right;
}

.page-wizard-button
{
  position: absolute;
  height: 26px;
  margin-top: 2px;
  margin-bottom: auto;
  margin-right: 2px;
  border-radius: 5px;
}

.page-wizard-back
{
  left: 0px;
}

.page-wizard-next
{
  right: 0px;
}
