﻿/*Soobb 主站样式表*/
/*风格: Soobb 公交*/
/*公交查询表单*/
.AreaForm {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
}
.AreaForm fieldset {
	margin: 0;
}
.AreaForm p {
	clear: both;
	margin: 0;
	padding: 3px 0 !important;
}
.AreaForm label {
	width: 30px;
}
.AreaForm input {
	width: 120px;
	height: 18px;
	margin: 0 4px 0 0;
}
.AreaForm input.Hidden {
	display: none;
}
.AreaForm input.Submit {
	width: 60px;
	height: 26px;
	margin: 0 4px 0 2px;
}
.AreaForm label, .AreaForm span, .AreaForm input {
	float: left;
	display: block;
	vertical-align: middle;
}
/*公交换乘表单*/
#ChangeForm label {
	margin: 3px 5px 0 0;
	line-height: 20px;
	vertical-align: middle;
}
#ChangeForm input {
	width: 147px;
	margin: 3px 4px 0 0;
}
#ChangeForm input.Submit {
	width: 60px;
	margin: 0 4px 0 130px !important;
	margin: 0 4px 0 65px;
}
/*公交索引列表*/
#Center ul.KeyList {
	float: left;
	margin: 3px 0 0 0;
	display: block;
	padding: 0;
}
#Center ul.KeyList li {
	color: #333;
	float: left;
	font-weight: bold;
	margin-right: 6px;
}
#Center ul.KeyList li a {
	font-weight: normal;
}
/*公交站点列表*/
#Right div.RightBox p {
	margin: 3px 0;
}
#Right div.RightBox ul {
	line-height: 20px;
}
#Right div.RightBox li {
	float: left;
	width: 49%;
	line-height: 22px;
}
#Right div.RightBox div {
	clear: both;
}
