.attributes .description {
	display: none;
}

html.js fieldset.collapsible legend a.fieldset-link {
  display: inline;
}

.image-attribute-helper {
  cursor: pointer;
  margin-left: 30px;
  width: 23px;
}

.image-option-helper {
  cursor: pointer;
  position: relative;
  top: -3px;
  width: 18px;
}

#div-overlay {
    background-color: #000000;
    height: 100%;
    opacity: 0;
    filter:alpha(opacity=0); /* IE transparency */  
    width: 100%;
    z-index: 10090;
    left: 0;
    position: fixed;
    top: 0;
}

#attribute-helper-content {
	  line-height: initial;
    background: #FFFFFF;
    border: 3px solid;
    border-radius: 20px 20px 20px 20px;
    color: black;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    display: block;
    padding: 10px;
    position: absolute;
    top: 10%;
    z-index: 10100;
    text-align: justify;
    overflow-y: auto;
	width: 500px;
}

#close-helper {
  background: url("images/close.png") no-repeat scroll left center transparent;
  display: block;
  left: 95%;
  position: relative;
  top: 5px;
  width: 26px;
  height: 25px;
  cursor: pointer; 
}

#edit-submit-language {
	display: none;
}

.attribute-helper {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 28px;
  float: left;
  clear: both;
}

.options-helper {
  clear: both;
  padding-top: 20px;	
  margin-bottom: 40px;
}

.option-helper {
  font-weight: bold;
}

.attribute-helper-message {
  width: 150px;
  float: left;
  margin-right: 15px;
}

.option-helper-message {
  width: 350px;
  float: left;
  margin-right: 30px;
  text-align: right;
}

.attribute-helper textarea {
    max-height: 150px;
    max-width: 600px;
    min-height: 25px;
    min-width: 100px;
}

.option-helper textarea {
    max-height: 200px;
    max-width: 400px;
    min-height: 25px;
	min-width: 100px;
}