﻿.biltsSlideInContainer
{
    position: absolute;
    top: 200px;
    left: 0;
    width: 520px;
    margin-left: -520px;
    border: solid #e9e9e9;
    border-width: 1px 1px 1px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 368px;
    background-color: white;
    z-index: 9999;
    line-height: normal;
}

.biltsSlideInStrip 
{
    position: absolute;
    left: 520px;
    width: 25px;
    background: #F39501 no-repeat 50% 50%;
    color: #222;
    height: 405px;
    text-decoration: none;
    font-size: 21px;
}

.biltsSlideInStrip:hover 
{
    background-color: #F7941E;                
}

.biltsSlideInStripLabel
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    top: 25px;
    position: relative;
}