 /*Div mae*/
.swMain {
  position:relative;
  display:block;
  margin:0;
  padding:0;
  overflow:visible;
  float:left;
  width:740px;
  height: 550px;
}

 /*Div de conteudos*/
.swMain .stepContainer {
  display:block;
  position: relative;
  margin: 0;
  padding:0;
  clear:both;
  width:740px;
  height:400px;
}

/*proximo next and previous (coloquei em display:none para melhor poder mexer com os meus butoes)*/
.swMain div.actionBar {
  display:none;
  position: relative;
  clear:both;
  color:              #5A5655;
  height:40px;
  text-align:left;
  z-index:88;
  width:608px;
  left:0;
}

.swMain ul.anchor {
  position: relative;
  display:block;
  float:left;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  height:50px;
  clear: both;
}
.swMain ul.anchor li{ 
  position: relative;
  display:block;
  margin: 0;
  padding: 0 3px;
  height:20px;
  border: 0 solid #E0E0E0;
  float: left;
}
/* Anchor Element Style */
.swMain ul.anchor li a {
  display:block;
  position:relative;
  float:left;
  height:25px;
  width:200px;
  text-decoration: none;
  z-index:99;
}
.swMain ul.anchor li a .stepNumber{
  position:relative;
  float:left;
  width:30px;
  text-align: center;
  margin-top: -2px;
  height: 30px;
}
.swMain ul.anchor li a .stepDesc{
  position:relative;
  display:block;
  font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  float:left;
  text-align: left;
  font-size: 15px;
  height: 30px;
  padding-left: 30px;
}

.swMain ul.anchor li a.selected{
  color: #8ebf22;
  font-weight: bold;
  cursor:text;
}
/*.swMain ul.anchor li a.selected:hover {
   color:#F8F8F8;
  background: #8dbf22;  border: 1px solid #067a9b;
}
  */
.swMain ul.anchor li a.done { 
  position:relative;
  color:#BABABA;
  z-index:99;
}

.swMain ul.anchor li a.disabled {
  color:#CCCCCC;
  cursor:text;
}

.swMain ul.anchor li a.error {
  color:#6c6c6c !important;  
  background: #f08f75 !important;
  border: 1px solid #fb3500 !important;      
}
.swMain ul.anchor li a.error:hover {
  color:#000 !important;       
}

.swMain .buttonNext {
  display:block;
  float:right;
  text-decoration: none;
  text-align: center;
  width:100px;
  color:#FFF;
  outline-style:none;
  background-color:   #5A5655;
  height: 10x;
}
.swMain .buttonDisabled {
  color:#F8F8F8  !important;
  background-color: #CCCCCC !important;
  border: 1px solid #CCCCCC  !important;
  cursor:text;    
}
.swMain .buttonPrevious {
  display:block;
  float:right;
  height: 10px;
  text-decoration: none;
  text-align: center;
  width:100px;
  color:#FFF;
  outline-style:none;
  background-color:   #5A5655;
  font-size:10px;
}
.swMain .buttonFinish {
  display:block;
  float:right;
  text-decoration: none;
  text-align: center;
  width:100px;
  height: 10x;
  font-size:10px;
  color:#FFF;
  outline-style:none;
  background-color:   #5A5655;
}

/* Form Styles */

.txtBox {
  border:1px solid #CCCCCC;
  color:#5A5655;
  padding:2px;
  width:430px;
}
.txtBox:focus {
  border:1px solid #EA8511;
}

.swMain .loader {
  position:relative;  
  display:none;
  float:left;  
  margin: 2px 0 0 2px;
  padding:8px 10px 8px 40px;
  border: 1px solid #FFD700; 
  color:#5A5655;
  background: #FFF url(../images/loader.gif) no-repeat 5px;  
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:998;
}
.swMain .msgBox {
  position:relative;  
  display:none;
  float:left;
  margin: 4px 0 0 5px;
  padding:5px;
  border: 1px solid #FFD700; 
  background-color: #FFFFDD;  
  color:#5A5655;
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:999;
  min-width:200px;  
}
.swMain .msgBox .content {
  padding: 0;
  float:left;
}
.swMain .msgBox .close {
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #CCC;
  display: block;
  float: right;
  margin: 0 0 0 5px;
  outline-style: none;
  padding: 0 2px 0 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.swMain .msgBox .close:hover{
  color: #EA8511;
  border: 1px solid #EA8511;  
}