body#p #Wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.AlertBlockA {
	/* margin: 0 0 15%; */
}

.content {
	/* margin-top: 7%; */
}

.title {
	margin-left: 20%;
}

.menu {
	display:none;
}
form {
	padding: 2%;
	background: #EFEFEF;
	border: 1px solid #ccc;
}

form .head_note {
	margin-left: 4%;
    margin-top: 2%;
    font-size: 13px;
    line-height: 20px;
}

.queryTable {
	margin-left: 3%;
	text-align: left;
	/* margin-top: 4%; */
}

.queryTable tr {
	height: 40px;
}

.queryTable th {
	width: 30%;
}

.queryTable td {
	padding-left: 3%;
	width: 39%;
}

.queryTable .text {
	ime-mode: disabled;
	width: 95%;
	height: 32px;
}

.queryTable .securityCode {
	ime-mode: disabled;
	width: 95%;
	height: 32px;
}

.qr_code {
	width: 25%;
	float: right;
	margin-top: -22%;
}

.qr_code img {
	width: 70%;
	padding-top: 10%;
}

.search_btn {
	margin-top: 2%;
}

.search_btn .note1 {
	margin-left: 8%;
	color: red;
	font-size: 14px;
}

.search_btn span {
	margin-left: 3%;
}

.search_btn span label {
	color: blue;
	font-size: 12px;
}

.search_btn .submit {
	background-color: #900;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #fff;
	cursor: default;
	font-size: 100%;
	padding: 10px 0;
	text-align: center;
	width: 20%;
	margin: 2% 0 3% 8%;
}

.search_btn .clear {
	background-color: #900;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #fff;
	cursor: default;
	font-size: 100%;
	padding: 10px 0;
	text-align: center;
	width: 20%;
	margin: 2% 0 3% 10%;
}

.note2 {
	display: none;
}

.schedule {
	border: 1px solid #ccc;
	padding-left: 2%;
	padding-top: 3%;
	margin: 2% 0;
}

.schedule .describle {
	margin-left: 5%;
}

.schedule .describle .appNumber {
	float: left;
	width: 100%;
}

.schedule .describle .partNo {
	float: left;
	width: 100%;
	margin-top: 2%;
}

.schedule .describle .lotNo {
	float: left;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
}

.scheduleTable {
	margin: 1% 0 5% 1%
}

.scheduleTable tr {
	height: 60px;
}

.scheduleTable td {
	padding: 0 5px;
}

.line {
	background-image: url(../images/line_p.png);
	background-position: center;
}

.line_up {
	background-image: url(../images/line_up_p.png);
	background-position: center;
}

.line_down {
	background-image: url(../images/line_down_p.png);
	background-position: center;
}

.line img {
	content: url(../images/start.png);
}

.line_up img {
	content: url(../images/start.png);
}

.line_down img {
	content: url(../images/end.png);
}

.status {
	color: blue;
}

div#ga2012_footer address p {
	float: left;
	font-style: normal;
	width: 50%;
	margin: 0;
}