
.modalBackground		{background-color:gray;filter:alpha(opacity=70);opacity:0.7;}
.dialogbox				{margin:0 auto;width:700px;padding-top:14px;position:relative;}
.dialogbox .top_left	{float:left;background:url('../images/Modal/top_left.png') no-repeat left top;width:21px;height:40px;}
.dialogbox .top			{float:left;background:url('../images/Modal/top.png') repeat-x left top;width:90%;height:40px;}
.dialogbox .top_right	{float:left;background:url('../images/Modal/top_right.png') no-repeat left top;width:21px;height:40px;}
.dialogbox .title		{display:block;text-align:center;margin-top:12px;font-weight:bold;font-size:1.25em;color:#f60;text-transform:uppercase;}
.dialogbox .inner_left	{clear:both;float:left;background:url('../images/Modal/inner_left.png') repeat-y left top;width:21px;height:250px;}
.dialogbox .inner		{float:left;background-color:#ffffff;width:90%;height:250px;overflow:auto;}
.dialogbox .inner_right	{float:left;background:url('../images/Modal/inner_right.png') repeat-y left top;width:21px;height:250px;}
.dialogbox .base_left	{clear:both;float:left;background:url('../images/Modal/base_left.png') no-repeat left top;width:21px;height:41px;}
.dialogbox .base		{float:left;background:url('../images/Modal/base.png') repeat-x left top;width:90%;height:41px;text-align:center;padding-top:7px;}
.dialogbox .base_right	{float:left;background:url('../images/Modal/base_right.png') no-repeat left top;width:21px;height:41px;}
.dialogbox h2			{font-weight:bold;font-size:1.25em;color:#f60;}
.dialogbox .close		{display:block;background:url('../images/close.png') no-repeat 0 0;left:650px;width:26px;text-indent:-1000em;position:absolute;top:8px;height:26px;}
.dialogbox .button		{width:100px;}
