#webm_address_book
{
    position:absolute;
    top:150px;
    left:100px;
    display:none;
    /* background-color: #FFFFFF; */
    /* border: 1px solid #555555; */
    font-family: verdana, tahoma;
    width:400px;
    height:200px;
    filter: alpha(opacity=95); /* IE Opacity */
    opacity: 0.95; /* Mozilla (CSS3) Opaticy */
    -moz-opacity: 0.95;
}
#webm_contacts-table
{
  width: 100%;
  table-layout: fixed;
  /* css hack for IE */
  width: expression(document.getElementById('addresslist').clientWidth);
}


#webm_contacts-table tbody td
{
  cursor: pointer;
}

#webm_contact-title
{
  position:relative;
  top: 0px;
  left: 0px;
  /*  height: 12px !important; */
  height: 16px;
  margin-left: 13px;
  margin-right: 13px;
  padding: 3px 0px 0px 5px;
  /* border-bottom: 1px solid #999999; */
  color: #333333;
  font-weight: bold;
  background-color: #EBEBEB;
  background-image: url('../images/site_billing_voip/sr_g0.gif');
  /* font-size: 15px; */
}
#webm_rl 
{
	position:absolute;
	top: 0px;
	left: -13px;
	width: 13px;
	height: 19px;
	background-image: url('../images/site_billing_voip/rog_gl0.gif');
}
#webm_rr 
{
	position:absolute;
	top: 0px;
	right: -13px;
	width: 13px;
	height: 19px;
	background-image: url('../images/site_billing_voip/rog_gr0.gif');
}
#webm_contact-title_dol
{
  position:relative;
  top: 0px;
  left: 0px;
  /*  height: 12px !important; */
  height: 16px;
  margin-left: 13px;
  margin-right: 13px;
  padding: 3px 0px 0px 5px;
  /* border-bottom: 1px solid #999999; */
  color: #333333;
  font-weight: bold;
  background-color: #EBEBEB;
  background-image: url('../images/site_billing_voip/sr_d0.gif');
  /* font-size: 15px; */
}

#webm_dl 
{
	position:absolute;
	top: 0px;
	left: -13px;
	width: 13px;
	height: 19px;
	background-image: url('../images/site_billing_voip/rog_dl0.gif');
}
#webm_dr 
{
	position:absolute;
	top: 0px;
	right: -13px;
	width: 13px;
	height: 19px;
	background-image: url('../images/site_billing_voip/rog_dr0.gif');
}

#webm_contact-details
{
  padding: 15px 20px 0px 20px;
  background-color: #DBE3EC;
  border-left: 1px solid #959494;
  border-right: 1px solid #959494;
}

#webm_contact-details table td.webm_title
{
  color: #666666;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

#webmmfd_name
{
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #999999;
    width: 200px;
    background-color: #DBE3EC;
    color: #999999;
}

#webmmfd_firstname
{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;
    width: 200px;
    background-color: #DBE3EC;
}

#webmmfd_surname
{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;
    width: 200px;
    background-color: #DBE3EC;
}

#webmmfd_address
{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;
    width: 200px;
    background-color: #DBE3EC;
}

#webmmfd_phone1
{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;
    width: 200px;
    background-color: #DBE3EC;
}

#webmmfd_phone2
{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;
    width: 200px;
    background-color: #DBE3EC;
}

#webmmfd_phone3
{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;
    width: 200px;
    background-color: #DBE3EC;
}

#webmmfd_email
{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;
    width: 200px;
    background-color: #DBE3EC;
}

#webmmfd_gadu
{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;
    width: 200px;
    background-color: #DBE3EC;
}

#webmmfd_file
{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #AAAAAA;
    background-color: #EEEEEE;
    width: 250px;
}

input.webm_button
{
    border: 1px solid #555555;
}
iframe#webm_upload_target
{
    width:50px;
    height:67px;
    border: 0px;
    background-color: #DBE3EC; 
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#webm_tmpload
{
    width: 50px;
    height: 65px;
    border: 1px solid #333333;
    text-align: center;
    vertical-align: middle;
    display: none;
}


		#body #site_billing td {
			font-family:arial, tahoma, verdana,sans-serif;
			font-size:11px;
		}
		
		#body #site_billing select {
			font-size:12px;
			font-family:tahoma, arial, sans-serif,helvetica;
		}

		#body #site_billing tr.head_billing td {
			font-family:arial, tahoma, verdana, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#444;
		}

		/*
		#body #site_billing tr.body_billing:hover {
			background-color:#333;
		}
		*/
		
		#body #site_billing tr.body_billing td {
			font-family:tahoma, verdana, sans-serif;
			border-bottom:1px solid #DDD;
		}

		#body #site_billing tr.body_billing:hover td {
			background-color:#CCC;
		}

		#body #site_billing a {
			color: #666;
			text-decoration:none;
		}

		#body #site_billing a:hover {
			color:#000;
			text-decoration:underline;
		}
		
		#body #site_billing .legenda td {
			color: #666;
			font-size:9px;
		}
		/* temp
		#body #site_billing tr.body_billing td {
			font-family:tahoma, verdana, sans-serif;
			border-bottom:1px solid #2F597D;
		}
		 */