/******************************************
** POP UP STYLE
******************************************/
div.normal_pop{ 
	z-index: 5000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:320px;
} 
div.wide_pop{ width:570px; }

	div.normal_pop div.content_holder{ 
		clear:none;
		float:left;
		padding-left:10px;
		padding-right:10px;
		_padding-top:10px;
		_padding-bottom:10px;
		background:url(../_pngs/999999_85.png); no-repeat;
		width:300px;
	} 
	div.wide_pop div.content_holder{ width:550px; }
	
		div.normal_pop div.content_holder div.menu_form_header{
			background:#FFFFFF;
			border-bottom:1px solid #999999;
			cursor:move;
			height:25px;
			vertical-align:middle;
			color:#333333;
			margin:0;
			width:300px;
			border-right:1px solid #666666;
			border-left:1px solid #666666;
			border-top:1px solid #666666;
		} 
		div.wide_pop div.content_holder div.menu_form_header{ width:550px; }
		
			div.normal_pop div.content_holder div.menu_form_header div.menu_form_header_text{
				float:left;
				font-size:12px;
				font-weight:bold;
				padding:5px 0 0 5px;
			}
			div.normal_pop div.content_holder div.menu_form_header div.menu_form_header_text span.tinytext{
				font-size:11px;
				font-weight:normal;
				padding-left:50px;
			}
			
		div.normal_pop div.content_holder div.menu_form_body{
			background:#FFFFFF;
			clear:both;
			font-size: 12px;
			margin:0;
			width: 300px;
			border-right:1px solid #666666;
			border-left:1px solid #666666;
			border-bottom:1px solid #666666;
		} 
		div.wide_pop div.content_holder div.menu_form_body{ width: 550px; }
		
		div.normal_pop div.content_holder img.menu_form_exit{
			float: right;
			margin: 2px 2px 2px 2px;
			cursor: pointer;
		}

/******************************************
** THE BORDERS
******************************************/
div.pop_top_left, div.pop_top_center, div.pop_top_right, div.pop_bottom_left, div.pop_bottom_center, div.pop_bottom_right{
	_background:#abb0b1;
	height:10px;
	float:left;
	clear:none;
}

div.normal_pop div.pop_top_center, div.normal_pop div.pop_bottom_center{	
	background:url(../_pngs/999999_85.png) repeat;
	width:300px;
	_display:none;
} 
div.wide_pop div.pop_top_center, div.wide_pop div.pop_bottom_center{ width:550px; }

div.pop_top_left, div.pop_top_right, div.pop_bottom_left, div.pop_bottom_right{
	width:10px;
	_display:none;
}
div.pop_top_left{	
	background:url(../_pngs/999999_85_corner_TL.png) no-repeat;
}
div.pop_top_center{	
}
div.pop_top_right{	
	background:url(../_pngs/999999_85_corner_TR.png) no-repeat;
}
div.pop_bottom_left{	
	background:url(../_pngs/999999_85_corner_BL.png) no-repeat;
	clear:both;
}
div.pop_bottom_center{	
}
div.pop_bottom_right{	
	background:url(../_pngs/999999_85_corner_BR.png) no-repeat;
}

/******************************************
** INDIVIDUAL ELEMENTS IN THE BODY
******************************************/
div.normal_pop p{
	margin:0;
	padding:5px 10px 5px 10px;
	color:#333333;
}
	div.normal_pop p span.tinytext{
		font-size:10px;
	}
	div.normal_pop td{
		padding:5px;
	}
	div.normal_pop td.no_padding{
		padding:0px;
	}