﻿.UserResponse .Titlebar {
    height: 33px;
    background: url(../images/PhArtAjax/UserResponse/TitlebarBackground.png) repeat-x;
    font-weight: bold;
}
.UserResponse .TitlebarLeft,.UserResponse .TitlebarRight,.UserResponse .BottomLeft,.UserResponse .BottomRight {
    width: 6px;
    height: 6px;
}
.UserResponse .Titlebar .Inner {
    background: url(../images/PhArtAjax/UserResponse/TitlebarIcon.png) no-repeat;
    padding: 0 8px 0 28px;
}
.UserResponse .TitlebarLeft {
    background: url(../images/PhArtAjax/UserResponse/TitlebarLeft.png) no-repeat;
}
.UserResponse .TitlebarRight {
    background: url(../images/PhArtAjax/UserResponse/TitlebarRight.png) no-repeat;
}
.UserResponse .BottomLeft {
    background: url(../images/PhArtAjax/UserResponse/BottomLeft.png) bottom left no-repeat;
}
.UserResponse .BottomRight {
    background: url(../images/PhArtAjax/UserResponse/BottomRight.png) bottom right no-repeat;
}
* html .UserResponse .TitlebarLeft {
    background: url(../images/PhArtAjax/UserResponse/TitlebarLeft.gif) no-repeat;
}
* html .UserResponse .TitlebarRight {
    background: url(../images/PhArtAjax/UserResponse/TitlebarRight.gif) no-repeat;
}
* html .UserResponse .BottomLeft {
    background: url(../images/PhArtAjax/UserResponse/BottomLeft.gif) bottom left no-repeat;
}
* html .UserResponse .BottomRight {
    background: url(../images/PhArtAjax/UserResponse/BottomRight.gif) bottom right no-repeat;
}
.UserResponse .Content {
    background: #2f2f2f;
    padding: 8px 12px;
}
.UserResponse .Bottom {
    background: #2f2f2f;
}
.UserResponse {
    width: 300px;
}
.UserResponse .Controls {
    padding-top: 8px;
    text-align: center;
}
#WarningDialog .Controls {
    text-align: center;
}
