.css_DemoControls_SignupBtn
{
    color: #ffffff;
    padding: 0px;
    background-color: #555;
    text-decoration: none;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-align: center;
    cursor: pointer;
    
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
            
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #555, #444);
    
    margin-left: 14px;
    margin-right: -8px;
    margin-top: 0px;
}

.css_DemoControls_SignupBtn:hover
{
    background: #444;
}

.css_DemoControls_SignupBtn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.css_DemoControls_MainCnt
{
    width:1014px;
    font-size:14px; 
    color:white; 
    display: table-cell;
    vertical-align: middle;
    height: 52px;
    font-family: Arial, helvetica, Sans-Serif; 
    font-weight: normal;
}

.css_DemoControls_TF1
{
    border-radius: 5px;
    height: 16px !important; 
    padding: 8px 15px !important;
    margin-top: 2px;
}
    
.css_DemoControls_TF2
{
    font-size: 14px;
    display: block;
    margin: 0px auto;
    text-align: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
    
.css_DemoControls_Btn2
{
    margin:0px auto; 
    margin-bottom:0px;
    float: none; 
    padding: 15px 0px;
    width: 287px;
}
    
.css_DemoControls_Window_Cnt
{
    text-align:center; 
    font-size:17px;
}
    
.css_DemoControls_Text1
{
    font-weight: bold;
    background: #f0f0f2;
    background-image: -webkit-linear-gradient(#f5f5f7,#e9e9ea);
    background-image: -moz-linear-gradient(#f5f5f7,#e9e9ea);
    background-image: -ms-linear-gradient(#f5f5f7,#e9e9ea);
    background-image: -o-linear-gradient(#f5f5f7,#e9e9ea);
    background-image: linear-gradient(#f5f5f7,#e9e9ea);
    text-shadow: 0 1px 0 #fff;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.4em;
    color: #555;
}
    
.css_DemoControls_Text2
{
    font-size: 14px;
    padding: 15px 40px;
    color: #5b5b65;
    line-height: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #d3d3d4;
}

.css_DemoControls_Text2 span
{
    font-weight: bold;
}

.css_TrialControls_Btn
{
    float: none;
    display:inline-block; 
    padding: 7px 0px; 
    width:150px;
    text-decoration: none;
}

.css_TrialControls_Link
{
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.css_TrialControls_Link:hover
{
    text-decoration:underline;
}

.css_DemoControls_Terms
{
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 30px;
    color: #5b5b65;
    text-shadow: 0 1px 0 #fff;
}

.css_DemoControls_SignUpBtn2
{
    display: block !important;
    margin: 15px auto;
    width: 160px;
    text-decoration: none;
    line-height: 1.2em;
    padding: 10px 0 !important;
}

.css_Home_Link
{        
    font-family:Arial, Sans-Serif;
    font-size:13px;
    color:#0B91CF;
    text-decoration:none;
}

.css_Home_Link:hover
{
    text-decoration: underline;
}

#Cmp_DemoControls_SignupBtn
{
    padding: 6px 24px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

#Cmp_DemoControls_BtnsPart
{
    text-align: center;
}

.css_DemoControls_SignupLink
{
      color: white;
      font-weight: bold;
      background: #444;
      padding: 2px 7px;
      border-radius: 4px;
      text-decoration: none;
}