﻿/*!
 * lhgcore Dialog Plugin StyleSheet
 * Copyright (c) 2009 - 2011 By Li Hui Gang
 */
.lhgdialog{position:absolute;padding:0;margin:0;font:12px Tahoma,Arial,sans-serif;_ie6png:true;border:1px solid #e4ecf7;-webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px; background:#fff; font-family:	filter:alpha(opacity=95); opacity:0.95;}

.lhgdg_leftTop{width:13px;height:33px;}
.lhgdg_rightTop{width:13px;}
.lhgdg_leftBottom{width:13px;height:13px;}
.lhgdg_rightBottom{cursor:nw-resize;width:13px;}


.lhgdg_top,.lhgdg_bottom{background-repeat:repeat-x;font-size:0;}

.lhgdg_title_icon{height:33px;border-bottom:1px solid #e4ecf7; cursor:move;}
.lhgdg_title{float:left;color:#363636;font-size:13px;height:16px;margin-top:12px;}
.lhgdg_xbtn{position:absolute;background:url(images/xbtn.png) no-repeat;display:block; cursor:pointer;width:13px;height:13px;top:14px;right:17px;}
 
.lhgdg_inbox,.lhgdg_load{width:100%;height:100%;background-color:#fff;overflow:auto;}
.lhgdg_load{text-align:center;font-weight:bold;}
.lhgdg_load span{padding-left:20px;height:16px;background:url(images/wait.gif) no-repeat 0 0;}

.lhgdg_btnBar{height:29px;}
.lhgdg_button{float:right;padding:1px 5px 0 0;}
.lhgdg_button button{height:22px;padding:0 5px;_padding:0 3px;font:12px Tahoma,Arial,sans-serif;
	background-color:#ddd;
	border-top:2px solid #FEFEFE;
	border-right:1px solid #555;border-bottom:1px solid #666;	border-left:1px solid #ddd;border-top:1px solid #ddd;
	height:25px;
	cursor:hand;
	font-size: 13px;
	padding:0 5px;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	color:#333;
}