.modal_dialog {
  height: 670px;
  overflow: scroll;
}

.modal_content {  
}

.item_editor {
}

.edit_component {
  width: 100%;
  border: 1px dashed red;
  padding: 3px;
  background-image: url('../images/component_bg.png');  
}

.component_box {
}

.add_component {
  text-align: center;
  height: 100%;
  color: white;
}

.component_settings {
  text-align: center;
  float: right;
  height: 20px;
  border-left:1px solid #B5B2B5;
  border-top:1px solid #B5B2B5;
  background-color:#dc0002;
  color: white;
  padding: 4px 7px;
  opacity: 0.5;
}

.component_settings:hover {
  opacity: 1;
  background-color: #cb0001;
}

.component_module {
  text-align: center;
  margin-bottom: 30px;
  padding: 3px;
  width: 800px;
}

.component_module h3 {
  text-align: left;
  border-bottom: 1px solid black;
}

.component_image_link {
  float: left;
  text-align: center;
  width: 90px;
  height: 100px;
  padding: 5px;
  margin: 2px 5px 2px 5px;
  background-color: #f2f2f2;
  font-size: 0.9em;
}

.component_image_link:hover {
  background-color: #d2d2d2;
}

.component_button {
  vertical-align: middle;
  padding: 0px !important;
  margin: 0px 5px !important;
  border: none;
}

.edit_component_instance textarea, .edit_component_instance select, .edit_component_instance input{
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  padding: 2px;
  margin: 1px;
  background-color: #f7f7f7;
}

.edit_component_instance TEXTAREA:Focus, .edit_component_instance SELECT:Focus, .edit_component_instance INPUT:Focus {
  background-color: white;
  border-color: black;    
}

.edit_component_instance .int_input {
  text-align: right;
  width: 100px;
}

.edit_component_instance .string_input {
  width: 700px;
}

.edit_component_instance .text_input {
  width: 700px;
  height: 400px;
}
