ul.photos-crud
{
		padding:0px;
		margin:0px;
		list-style: none;		
}
ul.photos-crud li
{
		float:left;
		padding:0px;
		margin:0px;
		list-style: none;
}
.photo-box
{
	text-align:center;
	border: 1px solid #CCC;
	padding:5px;
	background: #fff;
	color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
	margin:10px;
	
}
.delete-box
{
	margin: 5px 0px 0px 0px;
	float:left;
	text-align:center;
}
.move-box
{
	cursor: move;
	margin: 5px 10px 0px 0px;
	background: url('../images/icon-move.png') #fff;
	width:16px;
	height:16px;
	float:left;
}
.delete-anchor
{
	padding:2px 0px 2px 20px;
	margin:0px;
	background: url(../images/icon-delete.png) no-repeat;
	height:18px;
	line-height:18px;
}
a.delete-anchor
{
	color: #e9635b;
	text-decoration:none;
}
a.delete-anchor:hover
{
	text-decoration:underline;
}
.basic-image
{
	width: 90px;
	height: 60px;
	display:block;
	margin:auto;
	margin-bottom:10px;
}
.photo-box a img
{
	border: none;
	width:307px;
	height:201px;
}
.floatL
{
	float:left;
}
.floatR
{
	float:right;
}
.clear
{
	clear:both;
}
.photo-box input[type=text],.photo-box textarea,.photo-box select{display:inline-block;line-height:18px;color:#444;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.photo-box input[type=text],.photo-box select,.photo-box textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
.photo-box input[type=text]{line-height:normal;*overflow:visible;}
.photo-box input[type=text],.photo-box select,.photo-box textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:normal;line-height:normal;}
.photo-box input[type=text],.photo-box textarea{-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);}
.photo-box input[type=text]:focus,.photo-box textarea:focus{outline:0;border-color:rgba(82, 168, 236, 0.8);-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);}

.ic-title-field
{
	width:90px;
	margin-top:7px !important;
	margin-bottom:3px !important;
	border: 1px solid #ddd;
	height: 20px;
	resize: none;
	overflow:hidden;
}
.file-upload-messages-container
{
	font-weight:bold;
	padding-top:9px;
}
.upload-button-container
{
	margin-right:15px;
}
.hidden
{
	display:none;
}
.message-loading
{
	background: url('../images/loading.gif') no-repeat;
	width: 16px;
	height: 16px;
	float:left;
	margin-right:5px;
}

div.qq-upload-button
{
/** Copied from the twitter bootstrap that we all love*/
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);	
          
  margin-bottom:10px;	
}

div.qq-upload-button:hover
{
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}