
.picture .current {
  margin: 10px 10px 20px 20px;
  float: left;
  width: 200px; }

.picture .current h4 {
  margin: 0px;
  padding: 1px 0px 4px;
  font-size: 11px;
  border-bottom: none; }

.picture .current .no_picture {
  width: 200px;
  font-size: 12px;
  padding: 75px 0px;
  text-align: center;
  background: white;
  border: solid 1px #ddd;
  color: gray; }

.picture .options {
  margin: 10px 20px 20px 10px;
  float: left;
  width: 340px; }

.picture .options div {
  margin: 0px;
  padding: 0px; }

.picture .options h4 {  
  border-bottom: solid 1px #b9c4da;
  margin: 0px;
  padding: 0px 0px 2px;
  font-size: 13px; }

.picture .options p {
  margin-top: 11px;
  margin-bottom: 11px; }

.picture .options small {
  display: block;
  margin: 5px 0px;
  color: #777; }

.picture .options .inputcheckbox {
  float: left;
  display: block;
  margin: 2px 5px 8px 0px; }

#squarebox {
  float: left;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 8px 8px 4px 0px;
  cursor: move;
  border: 1px solid #666;
  overflow: hidden;
  position: relative; /* to fix IE bug */
}

#squarepicture {
  position: relative;
  visibility: hidden; 
}

#savesquarebutton {
  margin-top: 8px;
  margin-bottom: 4px;
}


