html,body {
height:100%;
width:100%;
}

a { color: #0056af;}


input {text-align: left; margin: 0; margin-right: 6px;}

TEXTAREA { font-family: arial,sans-serif; font-size: 11px; margin-right: 0px; margin-top: 2px; }

.style1 {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}

td {
	border:0;
	padding: 0;
	margin: 0;
}

#header p { float: left; margin: 0; padding: 0; }

#pop {position:absolute; left: 176px; top: -187px;}

#collapse { padding-left: 3px;}

#popup_container {
	font-family:'Lucida Grande',arial;
	font-weight:bold;
	
	text-align:center;
	font-size: 12px;
	width: 420px; 
	height: 107px; 
	background-image:url('../images/alert_bg.png');

	color: #000;	
	z-index:99999;
}
#popup_ok {
	background-image:url('../images/yes_remove.gif');
	height:24px;
	width:124px;
	border:0px;
	margin-top:15px;
}
#popup_cancel {
	background-image:url('../images/no_remove.gif');
	height:24px;
	width:124px;
	border:0px;
	margin-top:15px;
}


