@CHARSET "UTF-8";  
  
table.appformstyle { border: 1px; padding: 0px; font-size:12px; color:black; background-color: #ffffff;}    
td.applabel {background-color: #dddddd;  white-space: nowrap; line-height: 1.5; text-align: left;}
td.appdata {background-color: #eeeeee;  height: 20px; width: 100%; line-height: 1.5; text-align: left;}
span.app_asterick {color: red; font-weight: normal; font-size: 12px; vertical-align: super;}
label.appheader, label.appchoices, label.appdataLabel, .applabel {background-color: #dddddd; padding: 5px; white-space: nowrap; font-size: 12px;}
label.appheader, label.appchoices {background-color: #eeeeee; padding: 5px; white-space: nowrap; line-height: 1.5;}
label.appheader {font-style: italic; font-weight: bold;}         
label.appdataLabel {line-height: 1.5; }
table.appoutline, img.appoutline {border-width: 4px; border-style: solid; border-color: #371D5E;}
.applabeloption {font-size: 12px;}
table.appoutline tr td {width: 100%; text-align: left; }
.appfields {background-color: #eeeeee; border: 0; border-bottom: 1px solid black;}

#alertDiv {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
	
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border:2px solid #000;
	background-color:#eeeeee;
	background-image:url(alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#alertDiv > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font-weight:bold;
	font-size:0.9em;
	background-color:#371D5E;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font-size: 12px;
	height:50px;
	padding-left:5px;
	margin-left:10px;
	margin-right: 10px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font-size:9px;	
	text-align:center;
	color:#FFF;
	background-color:#371D5E;
	text-decoration:none;
	cursor: pointer;
}