body {margin:0px; padding:0px;}

td {font-family:tahoma; font-size:11px; color:#636363; line-height:14px}
b {color:#DA4700;}
a {color:#1F8DB7; text-decoration:underline;}

.more {background:url(images/1_more1.gif) bottom left no-repeat; padding-left:10px; color:#1F8DB7}
.more2 {background:url(images/1_more1.gif) top left no-repeat; padding-left:10px; color:#1F8DB7}


.menu {margin:32 0 0 85px; padding:0px; list-style:none}
.menu li {height:24px;}
.menu a {font-family:tahoma; font-size:12px; font-weight:bold; text-decoration:none; color:#FFFFFF; line-height:15px}

.top img {margin:0 0 0 0px; padding:0px;}
.top a {color:#646464; line-height:12px; text-decoration:none}

.pic {border-width:1px; border-style:solid; border-color:#AAAAAA;}

.ul_1 {margin:14 0 0 17px; padding:0px; list-style:none;}
.ul_1 li {height:21px; background:url(images/1_list_bg.gif) bottom left no-repeat}
.ul_1 a {color:#646464; text-decoration:none; margin-left:12px;}

.ul_2 {margin:17 0 0 15px; padding:0px; list-style:none;}
.ul_2 li {height:21px; background:url(images/2_list1.gif) bottom left no-repeat}
.ul_2 a {color:#646464; text-decoration:none; margin-left:12px;}

.priv a {color:#646464; text-decoration:none}
.priv {color:#646464; margin:43 0 0 38px}

.textbox {width:206px; height:26px; border-style:solid; border-width:1px; border-color:#AAAAAA; color:#636363; font-family:tahoma; font-size:11px; padding:4 0 0 7px; margin:2 0 0 0px}
.checkbox {height:26px; border-style:solid; border-width:1px; border-color:#AAAAAA; color:#636363; font-family:tahoma; font-size:11px; padding:4 0 0 7px; margin:2 0 0 0px}
.textarea {width:206px; height:119px; border-style:solid; border-width:1px; border-color:#AAAAAA; color:#636363; font-family:tahoma; font-size:11px; padding:4 0 0 7px; overflow:hidden; margin:2 0 0 0px}


/*==========================================*/

.alert { 
  position:absolute;
  width:100%;
  height: 50px;
  top: 280px;
  float:left;
  /* for IE */
  filter:alpha(opacity=0);
 
  /* CSS3 standard */
  opacity:0.0;
  background:#000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold; 
  color: white;
  padding-left:10px;
  margin-right:10px;
 }