
.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:400px;}
.dialogbox .inner		{float:left;background-color:#ffffff;width:90%;height:400px;overflow:auto;}
.dialogbox .inner_right	{float:left;background:url('../images/modal/inner_right.png') repeat-y left top;width:21px;height:400px;}
.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/modal/close.png') no-repeat 0 0;left:650px;width:26px;text-indent:-1000em;position:absolute;top:8px;height:26px;}
.dialogbox .button		{width:100px;}

.dialogbox_confirm				{margin:0 auto;width:450px;padding-top:14px;position:relative;}
.dialogbox_confirm .top_left	{float:left;background:url('../images/modal/top_left.png') no-repeat left top;width:21px;height:40px;}
.dialogbox_confirm .top			{float:left;background:url('../images/modal/top.png') repeat-x left top;width:90%;height:40px;}
.dialogbox_confirm .top_right	{float:left;background:url('../images/modal/top_right.png') no-repeat left top;width:21px;height:40px;}
.dialogbox_confirm .title		{}
.dialogbox_confirm .inner_left	{clear:both;float:left;background:url('../images/modal/inner_left.png') repeat-y left top;width:21px;height:70px;}
.dialogbox_confirm .inner		{float:left;background-color:#ffffff;overflow:auto;width:90%;height:70px;}
.dialogbox_confirm .inner_right	{float:left;background:url('../images/modal/inner_right.png') repeat-y left top;width:21px;height:70px;}
.dialogbox_confirm .base_left	{clear:both;float:left;background:url('../images/modal/base_left.png') no-repeat left top;width:21px;height:41px;}
.dialogbox_confirm .base		{float:left;background:url('../images/modal/base.png') repeat-x left top;width:90%;height:41px;text-align:center;padding-top:7px;}
.dialogbox_confirm .base_right	{float:left;background:url('../images/modal/base_right.png') no-repeat left top;width:21px;height:41px;}
.dialogbox_confirm h2 span		{font-weight:bold;font-size:12px;color:#f60;}
.dialogbox_confirm .close		{display:block;background:url('../images/modal/close.png') no-repeat 0 0;left:430px;width:26px;text-indent:-1000em;position:absolute;top:8px;height:26px;}
.dialogbox_confirm .button		{width:100px;}
.dialogbox_confirm input		{width:50px;}
