div.news_popup { z-index: 1; }

div.news_popup img.menu_form_exit
{
  float:  right;
  margin: 1px 4px 0px 0px;
  cursor: pointer;
}

div.news_popup div.menu_form_header_blue /* MAX 30 Character in header */
{
  width: 320px;
  height:      20px;
  vertical-align: middle;
  background: url('PostItNote_Header_Blue.gif') no-repeat;
  text-decoration: none;
  font-weight: bold;
  font-size:  12px;
  color:   #000000;
  cursor:  default;
}

div.news_popup div.menu_form_body_blue
{
  width: 318px;
  height: 290px;
  border: 1px solid black;
  border-top: none;
  background-color: #99FFFF;
  font-size: 12px; 
  color: #000000;
  font-weight:normal;
}

div.news_popup div.menu_form_header_green
{
  width: 320px;
  height:      20px;
  vertical-align: middle;
  background: url('PostItNote_Header_Green.gif') no-repeat;
  text-decoration: none;
  font-weight: bold;
  font-size:  12px;
  color:   #000000;
  cursor:  default;
}

div.news_popup div.menu_form_body_green
{
  width: 318px;
  height: 290px;
  border: 1px solid black;
  border-top: none;
  background-color: #99FF99;
  font-size: 12px; 
  color: #000000;
  font-weight:normal;
}

div.news_popup div.menu_form_header_pink
{
  width: 320px;
  height:      20px;
  vertical-align: middle;
  background: url('PostItNote_Header_Pink.gif') no-repeat;
  text-decoration: none;
  font-weight: bold;
  font-size:  12px;
  color:   #000000;
  cursor:  default;
}

div.news_popup div.menu_form_body_pink
{
  width: 318px;
  height: 290px;
  border: 1px solid black;
  border-top: none;
  background-color: #FFCCCC;
  font-size: 12px; 
  color: #000000;
  font-weight:normal;
}

div.news_popup div.menu_form_header_purple
{
  width: 320px;
  height:      20px;
  vertical-align: middle;
  background: url('PostItNote_Header_Purple.gif') no-repeat;
  text-decoration: none;
  font-weight: bold;
  font-size:  12px;
  color:   #000000;
  cursor:  default;
}

div.news_popup div.menu_form_body_purple
{
  width: 318px;
  height: 290px;
  border: 1px solid black;
  border-top: none;
  background-color: #FFCCFF;
  font-size: 12px; 
  color: #000000;
  font-weight:normal;
}

div.news_popup div.menu_form_header_rose
{
  width: 320px;
  height:      20px;
  vertical-align: middle;
  background: url('PostItNote_Header_Rose.gif') no-repeat;
  text-decoration: none;
  font-weight: bold;
  font-size:  12px;
  color:   #000000;
  cursor:  default;
}

div.news_popup div.menu_form_body_rose
{
  width: 318px;
  height: 290px;
  border: 1px solid black;
  border-top: none;
  background-color: #FF9999;
  font-size: 12px; 
  color: #000000;
  font-weight:normal;
}

div.news_popup div.menu_form_header_yellow
{
  width: 320px;
  height:      20px;
  vertical-align: middle;
  background: url('PostItNote_Header_Yellow.gif') no-repeat;
  text-decoration: none;
  font-weight: bold;
  font-size:  12px;
  color:   #000000;
  cursor:  default;
}

div.news_popup div.menu_form_body_yellow
{
  width: 318px;
  height: 290px;
  border: 1px solid black;
  border-top: none;
  background-color: #FFFF99;
  font-size: 12px; 
  color: #000000;
  font-weight:normal;
}
