﻿/* Agent Launch Button */

#aagent_launch_button {
    position:fixed;
	right:0px;
	bottom:4px;
	width:88px;
	height:104px;
	background:url(../../images/AlmeUI.png) no-repeat -653px 0;
    display: none;
	z-index: 2000;
    /*
    background-color: #EFEFEF;
    -webkit-box-shadow: 0 0 12px 0 #666;
    -ms-box-shadow: 0 0 12px 0 #666;
    box-shadow: 0 0 12px 0 #666;
    -ms-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    color: #003366;
    display: none;
    font-size: 24px;
    line-height: 1em;
    padding: 0 66px 0 0;
    position: fixed;
    right: 0;
    top: 50%;
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;
    z-index: 80;
    cursor: pointer;
    overflow: hidden;
    height: 68px;
    */
}

#aagent_launch_preview {
    vertical-align: central;
}

#aagent_launch_caption {
    vertical-align: central;
}

#aagent_launch_button_click {
    padding: 9px 9px 9px 15px;
    cursor: pointer;
    height: 68px;
}

#aagent_launch_button_avatar {
    position: absolute;
    bottom: 13px;
    left: 15px;
    background: url('../../images/AlmeUI.png') no-repeat -604px 0;
    height: 49px;
    width: 49px;
}


#aagent_launch_button_controls #aagent_launch_restore {
    position: absolute;
    top: 13px;
    left: 14px;
    vertical-align: top;
    display: inline-block;
    background: url(../../images/AlmeUI.png) no-repeat -554px 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0 2px 0 2px;
    /* IE7 inline-block workaround. */
    *display: inline;
    *zoom: 1;
}

    #aagent_launch_button_controls #aagent_launch_restore:hover, #aagent_launch_button_controls #aagent_launch_restore:focus {
        background: url(../../images/AlmeUI.png) no-repeat -579px 0;
    }

#aagent_launch_button_controls #aagent_launch_close {
    position: absolute;
    top: 13px;
    left: 39px;
    vertical-align: top;
    display: inline-block;
    background: url(../../images/AlmeUI.png) no-repeat -184px 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0 2px 0 2px;
    /* IE7 inline-block workaround. */
    *display: inline;
    *zoom: 1;
}

    #aagent_launch_button_controls #aagent_launch_close:hover, #aagent_launch_button_controls #aagent_launch_close:focus {
        background: url(../../images/AlmeUI.png) no-repeat -284px 0;
    }

