﻿#dialogAlpha
{
    top:0;
    left:0;
    position:absolute;
    background-color:#000;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    opacity:0.3;
}

#dialogIframe
{
    top:0;
    left:0;
    position:absolute;
    background-color:#000;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    opacity:0.3;
}

#dialogWin
{
	clear:both;
    position:absolute;
    width:409px;
    height:230px;
    background-image:url(../images/dialog/dialog.png);
}

#dialogTop
{
	margin:auto;
	clear:both;
    text-align:right;
    padding-right:20px;
    padding-top:18px;
    cursor:pointer; 
}

#dialogMag
{
	margin:auto;
	width:384px;
	height:150px;
}

#dialogMagText
{
	font-size:13px;
	line-height:18px;
	text-align:left;
	color:#CC0000;
    padding-left:130px;
    padding-right:20px;
}

#dialogBut
{
	margin:auto;
	clear:both;
}

.dialog_but
{
	width:80px;
	height:30px;
	border:0;
	cursor:pointer; 
	background-image:url(../images/dialog/dialog_but.jpg);
}
