@charset "UTF-8";

/*Using id`s*/
#roadmap_close {
	width: 20px;
    border:2px solid #F00;
	height: 20px;
	cursor: pointer;
	margin: 7px;
	background: url('/templates/pabusily_corporate/images/close_button.jpg') no-repeat;
}
#roadmap_parent {
    position: absolute;
	top: 150px;
    text-align: center;
	background-color: transparent;
	display:none;
	z-index: 200;
} 
/*Using classes*/
.border_top_left, .border_top_right, .border_bottom_left, .border_bottom_right {
	position: absolute;
	width: 10px;
	height: 10px;
}
.border_bottom {
	border-bottom: 1px solid #999999;
	height:9px;
	margin: 0 9px 0;
    background-color: #FFF;
    font-size:0;
    <!--margin: 0 8px 0;-->
}
.border_top {
	border-top: 1px solid #999999;
	height:9px;
	margin: 0 9px;
	background-color: #FFF;
    <!--margin: 0 8px 0;-->
}
.border_center {
	border: 1px solid #FFF;
    border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #FFF;
	margin-top:-1px;
}
.border_top_left {
	top: 0;
	left: 0;
	background: transparent url('/templates/pabusily_corporate/images/popup_lt_corner.png') no-repeat;
}
.border_top_right {
	top: 0;
	right: 0;
	background: transparent url('/templates/pabusily_corporate/images/popup_rt_corner.png') no-repeat;
}
.border_bottom_left {
	bottom: 0;
	left: 0;
	background: transparent url('/templates/pabusily_corporate/images/popup_lb_corner.png') no-repeat;
    font-size:0;
    /*<!--bottom:-5px;-->*/
}
.border_bottom_right {
	bottom: 0;
	right: 0;
    font-size:0;
	background: transparent url('/templates/pabusily_corporate/images/popup_rb_corner.png') no-repeat;
    /*<!--bottom:-5px;-->*/
}