﻿@charset "utf-8";

div#container {
  width: 180px;
  overflow: hidden;
  margin-bottom:5px;
}

div#urgentInfo {
  padding-bottom: 5px;
  background-color: #FF616D;
  background-image: url(../../../secure/1000/urgent_bg.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

div#urgentInfo_head {
  padding-top: 5px;
  background-color: #FF616D;
  background-image: url(../../../secure/1000/urgent_head.gif);
  background-repeat: no-repeat;
}

div#urgentInfo a {
  display: block;
  color: #000000;
}

div#urgentInfo ul {
  margin-left: 4px;
}

div#urgentInfo li {
  height: 45px;
  margin-bottom: 2px;
  padding-left: 0.7em;
  font-family: sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
}

div#urgentInfo li#medical {
  background-image: url(../../../secure/1000/urgent_btn1.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

div#urgentInfo li#safety {
  background-image: url(../../../secure/1000/urgent_btn2.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

div#urgentInfo li#medical a
{
  padding-top:14px;
}

div#urgentInfo li#safety a
{
  padding-top:14px;
}
