@charset "UTF-8";

#PhxCover
{
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 90;
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url(../Img/shim_grey.png);
}

* html #PhxCover /* IE 6 */
{
    background-image: none !important;
    background-color: #000;
    filter: Alpha(opacity=10);
    position: absolute;
    height: expression( (new Function('element', 'element.style.height = (document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px");'))(this) );
}

div.phxDialogMain,
div.phxDialogCenterXL
{
    z-index: 91;
    position: absolute;
    left: 50%;
    margin-left: -280px;
    top: 200px;
}

div.phxDialogCenterXL
{
    width: 696px;
    margin-left: -380px;
}

.phxDialogCenterXL .phxDialogTop
{
    width: 646px;
    background: transparent url(../Img/phxDialogXL.png) no-repeat top;
}

* html .phxDialogCenterXL .phxDialogTop /* IE 6 */
{
    background-image: url(../Img/phxDialogXL.gif);
}

.phxDialogCenterXL .phxDialogBottom
{
    width: 646px;
    background: transparent url(../Img/phxDialogXL.png) no-repeat bottom;
}

* html .phxDialogCenterXL .phxDialogBottom /* IE 6 */
{
    background-image: url(../Img/phxDialogXL.gif);
}

.phxDialogCenterXL .phxDialogBody
{
    width: 600px;
    background: transparent url(../Img/phxDialogStripeXL.png) repeat-y;
}

* html .phxDialogCenterXL .phxDialogBody /* IE 6 */
{
    background-image: url(../Img/phxDialogStripeXL.gif);
}

iframe.PhxFrame
{
    width: 100%;
    height: 100%;
    border: 0;
}

#PhxAjaxLoader
{
    width: 30px;
    height: 27px;
    position: absolute;
    right: 20px;
    top: 10px;
    background-image: url('../Img/ani_loadinglogo_wht30.gif');
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    z-index: 92;
}

/** @todo Brauchen wir das noch? **/
.PhxButton
{
    width:150px;
}

.PhxCancelButton
{
    background-color:#e5e5e5;
    width:150px;
}
