@CHARSET "ISO-8859-1";

/* ====== POPUP ====== */


#popup_top {
  display: none;
  font-size: 90%;
  border: 1px solid #AAAAAA;
  background-color: #F5F5F5;  
}

#popup_top.show {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
}

#popup_top.enhanced {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 300px;
  padding: 15px 40px;
  font-size: 130%;
}

#popup_top.warning h3 {
  color: orange;
}

#popup_top.error h3 {
  color: red;
}


/* ====== form message ====== */	


div.message {
  display: none;
  float: left;
  padding: 2px 10px;
  margin: 10px 0px 10px;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;  
}

div.message h3 {
	margin: 0px;
}

div.message span {
  margin: 0px;
}

div.message.show {
  display: block;
}

div.message.enhanced {
  display: none;
}

div.message.warning {
  color: orange;
  border: 1px solid orange;    
}

div.message.warning h4 {
  border-bottom-color: orange;    
}

div.message.error {
  color: red;
  border: 1px solid red;  
}
	
div.message.error h4 {
  border-bottom-color: red;  
}

div.field_message {
  display: none;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  float: left;
  padding: 2px 10px;
  margin-bottom: 5px;
}

div.field_message.error {
  color: red;
}

div.field_message.success {
  color: green;
}
