﻿.required
{
    color: #c43205;   
}

.signin_textbox
{
    background: #ECECEC;
    width: 133px;

}

.reg_leftCol
{
    text-align:left;
    width:120px;
}

.reg_rightCol
{
    text-align:left;
}

.reg_rightCol input
{
    text-align: left;
    width:180px;
}

/* - - - - - - CSS Document - - - - - - - - -
Title : SmartWizard
Author : http://tech-laboratory.blogspot.com
Smart Wizard Jquery Plugin styles
- - - - - - - - - - - - - - - - - - - - - */
  *{margin:0;padding:0}

 /*.wiz-container{
      width:920px;
      height: 400px;
      left: 5%;
      right:5%;
      top:50px;
      margin:1px;
      background:#F8F8F8;
      overflow:hidden;
      position:relative;
      border:#E0E0E0 solid 1px;
      padding:0;     
      color:#0464BB;
      text-align:left;
      -moz-border-radius:8px;
      -webkit-border-radius: 8px;
      z-index:100;
  }*/
  .wiz-container{
      width:100%;
      height: auto;
      left: 0;
      overflow:hidden;
      position:relative;
      padding:0;   /*12px 0px 2px 5px;*/    
      text-align:left;
      z-index:100;
  }
  .wiz-container ul{
    list-style: none; 
    position: relative; 
    padding: 3px ; 
    display:block;
    height:52px;
    margin-left:3px;
    margin-right:3px;
    border-bottom: 1px solid #E0E0E0; 
  }
  .wiz-container ul li{ 
    position: relative; 
    float: left; 
    border-bottom-width: 0 !important; 
    margin: 0; 
    margin-right: 2px;
    padding: 0; }
  .wiz-container ul li a { 
    display:block;
    text-decoration: none;
    padding-left: 3px;
    height:50px;
    width:225px;
    color:#0464BB;
  }
  .wiz-container ul li a:hover {   
    color:#0464BB; 
  }
  /*.wiz-anc-default{
    background-color:#EBEBEB; 
    border:#E0E0E0 solid 1px; 
    -moz-border-radius-bottomright  : 25px;
    -moz-border-radius-topright     : 25px;
    -moz-border-radius-bottomleft   : 2px;
    -moz-border-radius-topleft      : 2px; 
    -webkit-border-top-left-radius  : 2px;
    -webkit-border-bottom-left-radius:2px;
    -webkit-border-top-right-radius :20px;
    -webkit-border-bottom-right-radius:20px;    
  }
  .wiz-anc-current{
    color:#FFF !important; 
    background-color:#EA8511;
    border:#EA8511 solid 1px;
    -moz-border-radius-bottomright  : 25px;
    -moz-border-radius-topright     : 25px;
    -moz-border-radius-bottomleft   : 2px;
    -moz-border-radius-topleft      : 2px; 
    -webkit-border-top-left-radius  : 2px;
    -webkit-border-bottom-left-radius:2px;
    -webkit-border-top-right-radius :20px;
    -webkit-border-bottom-right-radius:20px;    
  }
  .wiz-anc-done{
    color:#FFF !important; 
    background-color:#0464BB;
    border:#0464BB solid 1px;
    -moz-border-radius-bottomright  : 25px;
    -moz-border-radius-topright     : 25px;
    -moz-border-radius-bottomleft   : 2px;
    -moz-border-radius-topleft      : 2px; 
    -webkit-border-top-left-radius  : 2px;
    -webkit-border-bottom-left-radius:2px;
    -webkit-border-top-right-radius :20px;
    -webkit-border-bottom-right-radius:20px;
  }*/
  .wiz-anc-default{
    background-color:#EBEBEB; 
    border:#E0E0E0 solid 3px; 
  }
  .wiz-anc-current, .wiz-anc-done:hover {
    color:#FFF !important; 
    background-image: url("./images/pod_title_bg.gif");
    background-position: left top;
    border:#000000 solid 3px;

  }

  .wiz-anc-done{
    color:#FFF !important; 
    background-color:#0464BB;
    background-image: url("./images/pod_title_bg.gif");
    background-position: left top;
    border:#0464BB solid 3px;
  }
  .wiz-body{
    display:block; 
    background:transparent; 
    border-bottom: 0px solid #E0E0E0; 
    width:auto;
  }
  .wiz-body div.wiz-content {
    display:block; 
    text-decoration: none; 
    padding: 3px;
    margin : 3px;
    border-bottom: 0px solid #E0E0E0; 
    height:500px;
    width:auto;
    overflow:auto;
  }
  .wiz-nav {
    display:block; 
    text-decoration: none; 
    padding: 2px 5px 2px 5px;
    height:30px;
    width:99%;
    margin : 0px 0px 0px 0px;

  }
  .wiz-nav #next {
    float:right;
  }
  .wiz-nav #back{
    float:left;
  }
  
  .ModTrialRegistrationC #smartwizard #wizard-anchor li
  {
    list-style: none;
    padding:0;   
  }