#com h1 {
margin:20px 0 0 0;
}

#com .city_name {
	color: #009900;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
}

/*TOP CITY INDEX*/

#com #city_index_frame{
	border-right: solid 1px #cccccc;
	height:20px;
	margin:10px 0 40px 0;
	background-image: url(../image/freight/company/city_btn_bg.gif);
	font-size: 12px;
	background-repeat: repeat-x;
	width: 640px;
	float:left;
}

#com ul#city_index li {
	float:right;
}

#com ul#city_index li a {
	height: 20px;
	width: 110px;
	display: block;
	list-style:none;
	position: relative;
	text-decoration: none;
	border-left: solid 1px #cccccc;
	text-align: center;
	background-image: url(../image/freight/company/city_btn_bg.gif);
	color: #666666;
 }


#com ul#city_index li a:hover {
	background-image: url(../image/freight/company/city_btn_bg_ro.gif);
 }



/*TABILE*/

#com table {
	font-size: 12px;
	width: 100%;
	margin: 0;
	border-top: solid #999999 2px;
	border-right: solid #999999 1px;
	border-left: solid #999999 2px;
	border-bottom: solid #999999 1px;	
}

#com tr {
	vertical-align: top;
}

#com td {
	padding: 5px 5px 5px 5px;
	border-bottom: solid #999999 1px;
	border-right: solid #999999 1px;
}

#com table a, table a:hover {
	text-decoration: underline;
}


/*FORM_TABILE*/

#com table#form {
	font-size: 12px;
	border-top: solid #999999 1px;
	border-left: solid #999999 1px;
	width: 100%;
	margin: 0 0 10px 0;
}
#com tr#form {
	vertical-align: top;
}

#com td#form {
	padding: 10px 5px 10px 5px;
	border-bottom: solid #999999 1px;
	border-right: solid #999999 1px;
}

#com .td_bg {
	background-color: #E9E9DE;
}


#com table#none {
	font-size: 12px;
	width: 100%;
	margin: 10px 0 10px 0;
	border-width:0px
}
#com td#none {
	border-width:0px;
	vertical-align:middle;
}