.flp-hide{
	display:none;padding: 5px;
} 

.node-fri_boks-form #field-link-attribute-add-more-wrapper{ 
	display:none;
}

#advance-link-attr-popup input{
    padding: 2px;
    border: 1px solid #c9cccf;
    border-top-color: #aeb3b9;
    background: #fff;
    color: #333;
    width: 75px;
	background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
	
}
#advance-link-attr-popup select{
    padding: 2px;
    border: 1px solid #c9cccf;
    border-top-color: #aeb3b9;
    background: #fff;
    color: #333;
	background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
}
#flp-info-ad-w input{
    width: 110px !important;
}

#flp-info-ad-w  .flp-info-ad-subset input{
	width: 170px !important;
}

#advance-link-attr-popup label, #advance-link-attr-popup legend{
	font-weight: normal;
	font-size: 12px;
}
#advance-link-attr-popup-body{
    background: #fff;
    margin: 32px 0px 0px;
    float: left;
    border-top: 1px solid #b2b2b2;
    width: 371px;
}

#advance-link-attr-popup-body tr td:last-child {

	border-right: 0px;
}

#flp_dialog_close{
	background-image: url(flp-close.png);
	background-repeat: no-repeat;
	background-position: 0 0;
        padding: 7px;
}

#flp-tabs-w{
    background: transparent;
    border: 0px solid #b2b2b2;
    border-bottom-color: #999;
    position: absolute;
    left: 10px;
    top: 37px;

}

#advance-link-attr-popup{
	font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	background: #eaeaea;
        border: 1px solid #b2b2b2;
        border-bottom-color: #999;
}

#advance-link-attr-popup fieldset{

	padding: 5px;
}

#advance-link-attr-popup table td, #advance-link-attr-popup table th {

    padding: 2px 0px;
}
#advance-link-attr-popup table{
	border: 1px solid #bebfb9;
}

.flp-hide table{
	border: 0px!important;
	margin-bottom:0px!important;

}

.flp_dialog_title{
    font-weight: bold;
    font-size: 13px;
    position: relative;
    color: #474747;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
    border-bottom: 1px solid #999;
    padding: 6px 10px;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));
    background-image: -moz-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: -webkit-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: -o-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: -ms-linear-gradient(top,#f5f5f5,#cfd1cf);
    background-image: linear-gradient(top,#f5f5f5,#cfd1cf);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf');
}

.flp_dialog_footer {
    text-align: right;
    position: relative;
    border: 0;
    outline: 1px solid #bfbfbf;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));
    background-image: -moz-linear-gradient(top,#ebebeb,#cfd1cf);
    background-image: -webkit-linear-gradient(top,#ebebeb,#cfd1cf);
    background-image: -o-linear-gradient(top,#ebebeb,#cfd1cf);
    background-image: -ms-linear-gradient(top,#ebebeb,#cfd1cf);
    background-image: linear-gradient(top,#ebebeb,#cfd1cf);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf');
}

a.flp_dialog_tab:hover {
    background: #ebebeb;
    background: -moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);
    background: -o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);
    background: -ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);
    background: linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0);
}
a.flp_dialog_tab {
    height: 16px;
    padding: 4px 8px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    outline: 0;
    color: #595959;
    border: 1px solid #bfbfbf;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #d4d4d4;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));
    background-image: -moz-linear-gradient(top,#fafafa,#ededed);
    background-image: -webkit-linear-gradient(top,#fafafa,#ededed);
    background-image: -o-linear-gradient(top,#fafafa,#ededed);
    background-image: -ms-linear-gradient(top,#fafafa,#ededed);
    background-image: linear-gradient(top,#fafafa,#ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed');
}


#advance-link-cancel, #advance-link-ok {
    display: inline-block;
    margin: 5px 5px 0 0	;
	margin-right: 15px;
    text-align: center;
    color: #333;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #b6b6b6;
    border-bottom-color: #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
    background: #e4e4e4;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));
    background-image: -moz-linear-gradient(top,#fff,#e4e4e4);
    background-image: -webkit-linear-gradient(top,#fff,#e4e4e4);
    background-image: -o-linear-gradient(top,#fff,#e4e4e4);
    background-image: -ms-linear-gradient(top,#fff,#e4e4e4);
    background-image: linear-gradient(top,#fff,#e4e4e4);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
    font-size: 12px;
    font-weight: bolder;
    padding: 7px 12px;
}

#advance-link-cancel:hover{
    border-color: #9e9e9e;
    background: #ccc;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));
    background-image: -moz-linear-gradient(top,#f2f2f2,#ccc);
    background-image: -webkit-linear-gradient(top,#f2f2f2,#ccc);
    background-image: -o-linear-gradient(top,#f2f2f2,#ccc);
    background-image: -ms-linear-gradient(top,#f2f2f2,#ccc);
    background-image: linear-gradient(top,#f2f2f2,#ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
}

#advance-link-ok {
    color: #fff;
    text-shadow: 0 -1px 0 #55830c;
    border-color: #62a60a #62a60a #4d9200;
    background: #69b10b;
    padding: 6px 12px;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));
    background-image: -webkit-linear-gradient(top,#9ad717,#69b10b);
    background-image: -o-linear-gradient(top,#9ad717,#69b10b);
    background-image: linear-gradient(to bottom,#9ad717,#69b10b);
    background-image: -moz-linear-gradient(top,#9ad717,#69b10b);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b');
}

#target_name-w, #popup-w{
	display:none;
}

a.flp_dialog_tab_selected {
    background: #fff;
    color: #383838;
    border-bottom-color: #fff;
    cursor: default;
    filter: none;
}

.no-border{
	border: 0px !important;
}

#advance-link-attr{
	margin: 0px;	
}

#flp-info-target-w table, #flp-hide table{
	margin-bottom:0px!important;
}

#flp-popup-backgroud{
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: white;
	display: none;
}