/* <style> */

div.fotop_popup { 
  z-index: +1; 
  background-color: #ffffff;  
}

div.fotop_popup_header
{
  cursor: default;
  height: 23px;
  vertical-align: middle;

  background: url('/css/images/tc.png');

  text-decoration: none;
  font-family: "Times New Roman", Serif;
  font-weight: 900;
  font-size: 14px;
  color: #000000;
}

div.fotop_popup_close
{
  border: 0px solid black;
  cursor: default;
  width: 36px;
  height:      23px;
  vertical-align: middle;
  background: url('/css/images/tr.png');
}

div.fotop_popup_tl
{
  cursor: default;
  width: 17px;
  height: 23px;
  background: url('/css/images/tl.png');
}

BODY {
  font-family: arial,helvetica,sans-serif;
  font-size:12px;
  font-weight: bold;
}

div.fotop_popup_cnt
{
  border: 1px solid #808080;
  border-top: 0px;
}

input.btn
{
  border: none;
  font-size:14px;
  font-weight: bold;
  width: 88px;
  height: 21px;
  background-image: url(/css/images/btn.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
}

input.submit{
        border:1px solid #000000;
        background:#fafafa;
        font-size:11px;
        font-weight:bold
}

div.fotop_popup table
{
  border-collapse: collapse;
  width: 100%;
}

div.fotop_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: "Times New Roman", Serif;
  font-weight: 900;
  font-size: 13px;
  color: #004060;
}

div.fotop_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.fotop_popup form
{
  margin: 0px;
  padding: 8px 10px 10px 10px;
}

div.fotop_popup input.field
{
  border: 1px solid #808080;
  width: 95%;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
}

.popuphead {
        font-size: 14px;
        font-weight: bold;
}

.normal, .details {
        font-size: 11px;
        font-weight: bold;
}

a:link {
        font-size: 12px;
        text-decoration: none;
        color: #773333;
        font-weight: bold;
}
a:visited {
        font-size: 12px;
        text-decoration: none;
        color: #773333;
        font-weight: bold;
}
a:active {
        font-size: 12px;
        text-decoration: none;
        color: #888866;
        font-weight: bold;
}
a:hover {
        font-size: 12px;
        text-decoration: none;
        color: #888866;
        font-weight: bold;
}

img {
        border: none;
}

.table_popup {
	width: 100%;
        font-size: 12px;
        font-weight: bold;
	border: 1px;
	border-style: solid;
	border-color: #333333;
}


