.ST_SEM_Map {
  position: absolute; 
  top: 100px; 
  left: 0px; 
  width: 400px;
  height: 327px;
}
.ST_SEM_Main {
  position: absolute; 
  top: 0px; 
  left: 0px;
  width: 400px;
  height: 327px;
  7+border:1px solid red;+7
}
.ST_SEM_Country {
  position: absolute; 
  top: 0px; 
  left: 0px;
  width: 400px;
  height: 327px;
  visibility: hidden;
}
.ST_SEM_Empty {
  position: absolute; 
  top: 0px; 
  left: 0px;
  width: 400px;
  height: 327px;
}
.ST_SEM_Text_Main {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 400px;
  height: 100px;
  background: #fffeed;
  padding-top: 5px; 
  padding-left: 10px;
  /*border: 1px solid green;*/
}
.ST_SEM_Text_Country {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 100px;
  background: #fffeed; 
  padding-top: 5px; 
  padding-left: 10px;
  visibility: hidden;
}
.ST_SEM_Text_List    {
  color: black; 
  font-weight: normal; 
  font-size: 12px;
  font-family: verdana, arial, helvetica, geneva, sans-serif;
  list-style: none;
  margin:0px;
  margin-top: 5px;
  padding:0px;
  padding-left:10px;
}
.ST_SEM_Text_Header { 
  color: #006699;
  font-size: 12px;
  font-family: verdana, arial, helvetica, geneva, sans-serif;
  font-weight: bold;
}
.ST_SEM_Text_Normal  {
  color: black;
  font-weight: normal;
  font-size: 12px;
  font-family: verdana, arial, helvetica, geneva, sans-serif;
  margin: 2px;
}
#SEM_Complete {
  position: absolute; 
  width: 400px;
  height: 427px;
  top: 50px;
  right: 10px;
}
#front_content {
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 420px;
  height: 450px;
  z-index: 10
}
