@charset "utf-8";
#content1 option{
padding: 0;
}
#content1 input{
font-family: Tahoma, sans-serif;
}
.widget_title{
margin-bottom: 1px;
}
.widget_country{
 font-family: Tahoma, sans-serif;
 width: 150px;
}
.widget_tel_num{
 font-family: Tahoma, sans-serif;
 width: 150px;
 margin-bottom: 10px;
}
.widget_td_head{
 color:#333;
 font-size:10px;
 font-weight:bold;
 text-transform:uppercase;
 vertical-align:middle;
 text-align:center;
 padding:5px 20px;
 background:#ffcc33;
}
  .widget_td_first{
   -moz-border-radius-topleft:8px;
   -moz-border-radius-bottomleft:8px;
   -webkit-border-top-left-radius:8px;
   -webkit-border-bottom-left-radius:8px;
   border-top-left-radius:8px;
   border-bottom-left-radius:8px;
   behavior: url(../css/ie-css3.htc);
  }
  .widget_td_last{
   -moz-border-radius-topright:8px;
   -moz-border-radius-bottomright:8px;
   -webkit-border-top-right-radius:8px;
   -webkit-border-bottom-right-radius:8px;
   border-top-right-radius:8px;
   border-bottom-right-radius:8px;
   behavior: url(../css/ie-css3.htc);
  }
/*.widget_td_head{
 border: 0;
 background-color:#fc3;
 color:black;
 padding:5px;
 padding-left:20px;
 padding-right:20px;
 font-weight:bolder;
 vertical-align:middle;
 text-align:center;
}*/
.widget_td{
 border: 0;
 padding:5px;
 text-align:center;
}
.widget_td_operator{
 border: 0;
 padding:5px;
 text-align:left;
 width:180px;
}
.widget_trOut{
	background-color: #FFF;
}
.widget_trOver{
	background-color:#e0e0e0;
}
.widget_num{
	font-weight:bold;
	color: gray;
}
.widget_comment{
	margin-bottom: 11px;
	color: darkgray;
	font-size: 0.8em;
}
.widget_table{
}
.widget_table table{
}
