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

#com .city_name {
	color: #ff6600;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid rgb(153, 153, 153);
}
.city_name {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.city_name a, .city_name a:hover {
	color: #ff6600;
	text-decoration: none ! important;
}

/*TOP CITY INDEX*/

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

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

#com ul#city_index li a {
	height: 25px;
	width: 126px;
	display: block;
	list-style:none;
	position: relative;
	text-decoration: none;
	border-right: solid 1px #cccccc;
	text-align: center;
	background: url(../image/freight/company/city_btn_bg.gif) 0 10px x-repeat;
	color: #666666;
	padding-top: 5px;
 }


#com ul#city_index li a:hover {
	background-color: #ccc;
 }



/*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;
}
