﻿.Register 
{
    width:917px;
    height:auto;
    padding:5px;
    }  
    
.RegisterLeft 
{
    width:340px;
    height:auto;
    position:relative;
    float:left;
    text-align:right;
    margin-right:20px;
    }
    
.RegisterLeftTitle 
{
    font-family:Arial Narrow;
    font-size:24px;
    color:#0f7cd0;
    margin-top:20px;
    margin-bottom:15px;
    display:none;
    }
.RegisterLeftContent 
{
    font-family:Tahoma;
    font-size:18px;
    color:#fe3e9f;
    font-weight:lighter;
    line-height:1.5em;
    display:none;
    }  
    
   
.RegisterRight 
{
    width:552px;
    height:auto;
    position:relative;
    float:left;
    border:solid 1px #DCDDDE;
    background-image:url("../Images/RegisterRightBack.gif");
    background-repeat:repeat-y;

    }
    
.StepInfo 
{
    width:83px;
    font-family:Arial;
    font-size:44px;
    color:#3297d6;
    position:relative;
    float:left;
    }
    
.ActiveNumber 
{
    width:63px;
    height:60px;
    background-image:url("../Images/StepActive.gif");
    background-repeat:repeat-y;
    margin-top:10px;
    padding-left:20px;
    padding-top:15px;
    }
.PassiveNumber 
{
    width:63px;
    height:60px;
    background-image:url("../Images/RegisterRightBack.gif");
    background-repeat:repeat-y;
    margin-top:10px;
    padding-left:20px;
    padding-top:15px;
    }   
    
.ActiveInfoNumber
{
    width:63px;
    height:60px;
    background-image:url("../Images/StepInfoBackActive.gif");
    background-repeat:repeat-y;
    margin-top:10px;
    padding-left:20px;
    padding-top:15px;
    }
    
.PassiveInfoNumber
{
    width:63px;
    height:60px;
    background-image:url("../Images/StepInfoBackPassive.gif");
    background-repeat:repeat-y;
    margin-bottom:10px;
    padding-left:20px;
    padding-top:15px;
    }
    
.StepArg 
{
    width:430px;
    height:auto;
    position:relative;
    float:right;
    display:none;
    padding:15px;
    font-family:Verdana;
    font-size:12px;
    line-height:1.5em;

    }

.StepArg a {
    font-family:Verdana;
    font-size:15px;
}
    
    
.StepArgTitle 
{
    width:430px;
    height:auto;
    font-family:Arial;
    font-size:18px;
    color:#fe0683;
    margin-bottom:20px;
    }

.StepArgT 
{
    width:216px;
    height:70px;
    position:relative;
    float:left;
    margin-bottom:10px;
    }


.StepArgTTitle 
{
    width:218px;
    height:auto;
    font-family:Arial;
    font-size:14px;
    color:#2398ea;
    margin-bottom:10px;
    font-weight:bold;
    }
    
.StepArgTTitleMin 
{
    width:218px;
    height:auto;
    font-family:Arial;
    font-size:11px;
    color:#000;
    margin-bottom:10px;
    font-weight:normal;
    margin-left:10px;
    }
.inputtext 
{
    border:solid 1px #C8CACC;
    width:170px;
    height:18px;
    font-family:Arial;
    font-size:15px;
    color:#000;
    padding:5px;
    }
.inputtextarea 
{
    border:solid 1px #C8CACC;
    width:100%;
    height:100px;
    font-family:Arial;
    font-size:15px;
    color:#000;
    padding:5px;
    }

    
select 
{
    margin-right:10px;
    border:solid 1px #C8CACC;
    }
    
.StepControl 
{
    width:430px;
    height:auto;
    text-align:right;
    position:relative;
    float:left;
    }
