.related-item {
	font-size: 11px;
	margin: 6px 6px 8px;
	padding: 8px;
	background: #f1f1f1;
	border: 1px solid #dfdfdf;
	cursor: move;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.related-item-title {
	padding: 0 30px 0 0;
}
.related-item a {
	float: right;
}
.related-item img {
  	float:left;
	margin-top: -8px;
	margin-left: -8px;
}

.related-item a img {
  margin-top:0px;
}


div#related-items-box{
  //border: 1px solid #DFDFDF; 
  padding-bottom:1px;
}

div.related-items ul {
    list-style-type: none;
    padding: 0px;
}

div.new_relationship_form{
  //border: 1px solid #DFDFDF; 
    //padding:5px;
}
  
.wp-admin select {

	height: auto;
}

ul.related_items h3{
  padding-top:5px;
  padding-bottom:5px;
}

input#add_relationship{

text-decoration: none;
font-size: 12px!important;
line-height: 13px;
padding: 3px 8px;
cursor: pointer;
background-image: url(/wp-admin/images/white-grad.png);

  }



div#related-items-box{

   margin-top:10px;
}
