#temp-attachment,.temp-attachments {
	float:left;
	background: #eee;
	padding: 5px;
	border:1px solid #ccc;
	margin:5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.dropme {
	background: transparent url('../images/trash.png') no-repeat;
	padding-left: 18px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 10px;
}

.dropme:hover {
	cursor:pointer;     
} 

span.disabled {
	color: #999;
}

span.sorting {
	width:20px;
	height:10px;
	float:right;
}

.sort-desc {
	background: transparent url('../images/sort-arrow.png') no-repeat 0px -5px;
}

.sort-asc {
	background: transparent url('../images/sort-arrow.png') no-repeat 0px -25px;
}

.form-left {
	float:left;
	width: 50%;
}

.form-right {
	float:right;
	width:40%;
}

#receipt {
	margin:20px 0; 
	padding:20px;
	width:auto;
	background: #f7f7f7;
}

#receipt .profile-field {
	float:left;
	clear:both; 
	margin: 5px 0;
}

#receipt .left {
	width: 10em;
	margin-right: 10px;
	font-weight: bold;
}

.profile-field {
	float:left;
	clear:both;
	margin: 10px 0;
}

.profile-field .left {
	width: 200px;
	font-weight: bold;
}

.cc-profile {
	float:left; 
	clear:both;
	margin:10px 0 ;
	border-top:1px solid #ccc;
}

ul#release-stepper li {
	list-style-type: none;
}

ul#release-stepper li .num {
	line-height:22px;
}

.wp-media-buttons img {
	float:left;
}

.wp-media-buttons {
	display: none;
}

#uploader-attachmentsUploader,#uploader-imagesUploader,#uploader-logoUploader {
  background: url('../images/upload-file.png') no-repeat  ;
  height:56px;
  width:170px;
	float:left;
}

a#browse-button {
  background: url('../images/upload-file.png') no-repeat -170px 0px;
  height:56px;
  width:170px;
  float:left;
  clear:left;
}

.uploadifyQueue {
	clear:both;
	margin:5px 0;
}

a#browse-button {
	cursor: pointer;
}

#newsroom-images {
	padding: 10px;
}

#newsroom-images img {
	padding:4px;
	background:#eee;
	border:1px solid #ccc;
}

#img-checkbox {
	width: 97%;
	font-size: .9em;
	padding: 2px;
	margin: 0px 0 5px;
	color: #333;
	background: white;
}

#img-checkbox.featured {
	background:green;
	color:#fff;
}

.ie-hide {
	display: none !important;
}

.ie-show {
	display: block;
}

.small-button a {
	padding:5px; 
	border:1px solid #ccc;
	background: #f7f7f7;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #ccc;
	float: left;
	margin:10px; 
	clear:both;
}

.small-button a:link {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

#forgotpassword {
	float:left;
	clear:both;
	padding-left:5%;
}

.first-newsroom {
	float:left;
	margin:5px 5px 10px 0px;
}


.tags_value a, .tags_value a:link, .tags_value a:visited {
  background: none repeat scroll 0 0 #E50101;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  margin: 0 7px 7px 0;
}

.tags_value a:hover {
	background: #000;
}

.tags_value a:after {
  content: "X";
  display: inline-block;
  padding-left: 7px;
}