#divLinkBuilder{
     padding: 5px;
}
#divLinkBuilderPopup{
     width: 350px;
     z-index:30010;
     display:none;
     position:absolute;
     left:35%;
     top:25%;
     background:white;
     padding: 1px;
}
#divLinkBuilderPopupContainer{
     background:white;
     padding: 5px;
     border: 1px solid black;
}
#dsidxpress-lb_errorMessage{
    color:red;
}
#linkBuilderBlocker
{
    z-index:30001;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.60;
    -moz-opacity:0.60;
    filter:alpha(opacity=60);
    display:none
}
#dsidxpress-lb_resetLink
{
	width:30px;
}
.float-right
{
	float:right;
}
