﻿#modalPageCallerOptions
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground_callerOptions
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer_callerOptions
{
    position: absolute;
    width: 280px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal_callerOptions
{
    background-color: #e9e9e9;
    border: solid 0px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 280px;
    height: 420px;
    padding: 0px;
}
.modalTop_callerOptions
{
	cursor:move;
    width: 274px;
    background-color: #E6E6E6;
    padding: 4px;
    color: #e9e9e9;
    text-align:center;
    background: transparent url(../images/grey.png) repeat-x scroll 0%; 
}

.modalBody_callerOptions
{
    padding: 10px;
    width: 247px;
}

.modalContent_CallerOptions
{
	background-color: #E6E6E6;
	border:solid 1px #adadad;	
	width: 278px;	
}
