﻿ /*
	* 平安弹出对话框css样式框
	* Copyright (c) 2009
	*/
.pa_ui_dialog{ width:600px;}
.pa_ui_dialog_titlebar{ background:url(images/dialog.gif) repeat-x 0 0; height:40px; position:relative;} 
.pa_ui_dialog_title{ background:url(images/dialog.gif) repeat-x 0 -150px; height:40px; width:280px; position:absolute; left:0; top:0; line-height:40px;}
.pa_ui_dialog_titlebar_button{ height:40px; position:absolute; right:0; top:0;}
.pa_ui_dialog_title_left{ background:url(images/dialog.gif) no-repeat 0 -100px; width:8px; height:40px; padding:0 0 0 10px;}
.pa_ui_dialog_title_right{ background:url(images/dialog.gif) no-repeat right -50px; width:180px; height:40px; padding:0 100px 0 0;}
.pa_ui_dialog_titlebar_close,.pa_ui_dialog_titlebar_min,.pa_ui_dialog_titlebar_max{ position:absolute; height:18px; display:block; width:30px;}
.pa_ui_dialog_titlebar_close{ background:url(images/dialog.gif) no-repeat 0 -570px; right:0; top:0;}
.pa_ui_dialog_titlebar_min{ background:url(images/dialog.gif) no-repeat 0 -510px; right:60px; top:0;}
.pa_ui_dialog_titlebar_max{ background:url(images/dialog.gif) no-repeat 0 -540px; right:30px; top:0;}
.pa_ui_dialog_content{ background:url(images/dialog_bg.gif) #FFE5D7 repeat-x; padding:8px;}
.pa_ui_dialog_content p{ background:#fff; padding:8px;}
.pa_ui_dialog_min{ width:200px;}
.pa_ui_dialog_min .pa_ui_dialog_titlebar_min{ background:url(images/dialog.gif) no-repeat 0 -600px; right:60px; top:0;}










