#add-link-button span {	
	border: 1px solid #a0a0a0;
	margin-left: -4px;
	margin-right: 6px;
	background-image: url("images/add-link.png");
    background-size: 16px 16px;
	}
.link-post-type, #link-custom-header, #link-menu-header {
	background-color:#ffffff;
	display:block; 
	width:100%;
	text-align:left;
	border:1px solid #d0d0d0;
	cursor: pointer;
	margin-bottom: 10px;
	border-radius: 4px;
	}
#link-insert-box textarea {
	width: 100%;
	}
.link-post, .link-menu {
	background-color:#ffffff;
	display:block; 
	width:100%;
	text-align:left;
	border:none;
	cursor: pointer;
	margin-left: 12px;
	line-height: 24px;
	margin-bottom: 4px;
	}

.link-button {	
	border:1px solid #000000;
	background-color: #e0e0e0;
	border-radius:10px;
	padding-left:8px;
	padding-right:8px;
	margin-left:8px;
	font-size:90%;	
	cursor: pointer;
	}

.link-dropdown {
	border: 1px solid rgb(208, 208, 208);
	}	
.downarrow {
   height: 0;
   width: 0;
   clear:both;
   float: right;
   margin-top:4px;
   border: 10px solid transparent;
   border-top-color: #a0a0a0;
	}	
.uparrow {
   height: 0;
   width: 0;
   clear:both;
   float: right;
   margin-top: -4px;
   border: 10px solid transparent;
   border-bottom-color: #a0a0a0;
	}
#link-url-error {
	color:red;
	}
#link-test-link a {
	background-color:#aed3fd;
	}
.link-blue-highlight {
	background-color: #aed3fd;
	padding-right:12px;
	border-bottom-right-radius:12px;
	border-top-right-radius:12px;	
	}

/* added to sort out problems with upgrade to Wordpress 3.6  */
.ui-widget-overlay {
	background:none;
	}
.ui-widget-overlay.ui-front {
	background-color: #000000;
	z-index: 90; 
	opacity:0.3;
	}		
