/*Source file: ~/Layouts/Themes/default/CSS/Core/Site/ModalDialog.css*/
.ModalBg
{
background-color: Gray;
filter:alpha(opacity=30);
opacity:0.5;
}
.ModalDialog_Container
{
border: 1px solid #808080;
background-color:White;
}
.ModalDialog_Header
{
text-align:left;
font-weight:bold;
border-bottom:1px solid #CCCCCC;
cursor:move;
padding:3px 37px 3px 10px;
background: transparent url('http://static.ineta.ru/Layouts/Themes/default/CSSImages/Core/Site/ModalDialog/sprite.png') repeat-x scroll 0px -200px;
}
.ModalDialog_CloseButton
{
background: transparent url('http://static.ineta.ru/Layouts/Themes/default/CSSImages/Core/Site/ModalDialog/sprite.png') repeat-x scroll 0px -300px;
cursor:pointer;
position:absolute;
right:6px;
top:6px;
width:25px;
height:15px;
}
.ModalDialog_Content
{
padding: 5px;
overflow:auto;
}
.ModalDialog_Footer
{
background: transparent url('http://static.ineta.ru/Layouts/Themes/default/CSSImages/Core/Site/ModalDialog/sprite.png') repeat-x scroll 0px -200px;
border-top:1px solid #CCCCCC;
padding:5px 3px;
text-align:center;
}
