body{
	font-family: "Verdana", "Arial";
	font-size:10px;
}

#AuthContainer{
	border:#999999 dotted 1px;
	background-color:#FFFFFF;
	width:500px;
	height:300px;}
	
.AuthList{
	position:relative;
	overflow:auto;
	border:#000099 dotted 1px;
	background-color:#E6E6FF;
	width:400px;
	height:300px;
}
	 
#AuthSetting{
	border:solid #666666 1px;
	width:300px;
	height:150px;
	font-family: "Verdana", "Arial";
	font-size:12px;
}

.jButton {
	position:static;
	font-size: 9pt;
	height: 20px;
	width: 120px;
	background-color: #EBEBEB;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	padding-top:4px;
	text-align:center;
	cursor:pointer;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:3px;
}

#preview{
	background-color:#003366;
	border:#000066 solid 1px;
	padding-top:5px;
	color:#0099FF;
	width:400px;
	height:30px;
	font-family: "Verdana", "Arial";
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

#LodingICON {
	background-color:#2D4C79;
	position:absolute;
	border:2px solid #CCCCCC;
	height:70px;
	width:170px;
	cursor: wait;
	top:0px;
	left:0px;
	font-family: Fixedsys, Terminal, Courier, "Microsoft Sans Serif";
	display:none;
	z-index:auto;
}

#FieldEditor {
	background-color:#E1E1E1;
	position:absolute;
	border:2px solid #EFEFEF;
	height:315px;
	width:340px;
	top:0px;
	left:0px;
	display:none;
	padding:5px;
}

.FormTypeMenu{
	font-size:16px;
	cursor:pointer;
	margin-left:0px;
	text-decoration:underline;
}

.NotifyList{
	font:10px;
	text-align:center;
	margin:1px; 
	cursor:pointer; 
	border:1px solid #EEEEEE; 
	background-image:url(/Object/BPM/icon/alert.gif); 
	background-repeat:no-repeat;
	width:14px; 
	height:12px;
}