/* CSS Document */

/*body{ width:100%; margin:0; font-family:Tahoma, Verdana;font-size:10px;  color:#4E656C;}*/

/* CSS 4 Pop Up */

#topLeft {
	background-image:url(../images/pop_layer_tlc.gif);background-repeat:no-repeat;
	left:0px;
	top:0px;
	widht:10px;
	height:25px;
}
#topCenter{
	background-image:url(../images/pop_layer_tml.gif);background-repeat:repeat-x;
	top:5px;
	widht:1px;
	height:25px;
}
#topRight{
	background-image:url(../images/pop_layer_trc.gif);background-repeat:no-repeat;
	right:0px;
	top:0px;
	height:25px;
	width:10px;
}

#leftMiddle{
	background-image:url(../images/pop_layer_lml.gif);background-repeat:repeat-y;
	left:0px;
	top:0px;
	width:10px;
	height:1px;
}

#rightMiddle{
	background-image:url(../images/pop_layer_rml.gif);background-repeat:repeat-y;
	right:0px;
	top:0px;
	width:10px;
	height:1px;
}


#bottmLeft{
	background-image:url(../images/pop_layer_blc.gif);background-repeat:no-repeat;
	left:0px;
	bottom:0px;
	width:10px;
	height:7px;
}

#bottmCenter{
	background-image:url(../images/pop_layer_bml.gif);background-repeat:repeat-x;
	left:0px;
	bottom:0px;
	width:1px;
	height:7px;
}

#bottmRight{
	background-image:url(../images/pop_layer_brc.gif);background-repeat:no-repeat;
	right:0px;
	bottom:0px;
	width:10px;
	height:7px;
}

.closeButton{
	z-index:999;
	position:absolute;
	right:25px;
	top:0px;
}

.popTitle {
	padding-left:15px;
}

/* End CSS 4 Pop Up */