/* 
    Document   : StepByStep
    Created on : 14 mai 2012, 08:28:54
    Author     : herelier-j
    Description:
        Purpose of the stylesheet follows.
*/

#FondStepByStep{
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;   
}

div.divInputStepByStep{
   clear: both;
   position: absolute;    
   text-align: left; 
   width: 400px; 
   height: 22px;
}

div.divSelectStepByStep{
   clear: both;
   position: absolute;    
   text-align: left; 
   width: 400px; 
   height: 22px;
   
}

div.labelStepByStep{
   float:left;
   width: 180px;
   text-align: right;
   padding-top:2px;
}

div.champsStepByStep{
   float:right;
   width: 220px;
   text-align: left;
}

input.inputStepByStep{
   height: 22px;
   width: 220px;
}

select.selectStepByStep{
   height: 22px;
   width: 220px;
}


input.StepByStepBtn{
   background-color: #000;
   color: #FFF;
   width: 100px;
   height: 32px;
   border: 1px solid #CCC;
   position: absolute;
   cursor: pointer;
}

input.StepByStepBtnValider{
   bottom: 5px;
   right: 5px;
}

input.StepByStepBtnPrevious{
   bottom: 5px;
   left: 5px;
}

input.StepByStepBtnNext{
   bottom: 5px;
   right: 5px;
}