.title {
	margin-left: 20%;
}

.ga2012_breadcrumbs{
	width: 30%;
	height: 35px;
	float: right;
	margin: 0 50% 0 0;
}
.menu {
	display:block;
}
form {
	padding: 10px;
	background: #EFEFEF;
	border: 1px solid #ccc;
}

form .head_note {
	float: right;
    margin-top: -27%;
    margin-right: 3%;
    width: 42%;
    font-size: 13px;
    line-height: 20px;
}

form .head_note .head_note1 {
	float: left;
	margin-left: 10%;
}

form .head_note .head_note2 {
	float: right;
	margin-right: 1%;
}

.queryTable {
	margin-left: 10%;
	text-align: left;
}

.queryTable tr {
	height: 40px;
}

.queryTable td {
	padding-left: 5%;
}

.queryTable .text {
	ime-mode: disabled;
	width: 300px;
	height: 25px;
}

.queryTable .securityCode {
	ime-mode: disabled;
	width: 150px;
	height: 25px;
}

.qr_code {
	width: 17%;
    float: right;
    margin-right: 10%;
    margin-top: -17%;
}

.qr_code img {
	width: 70%;
	padding-top: 10px;
}

.search_btn {
	margin-top: 20px;
}

.search_btn .note1 {
	margin-left: 15%;
	color: red;
}

.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: 18%;
	margin-left: 10%;
	margin-top: 15px;
}

.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: 18%;
	margin-left: 6%;
	margin-top: 15px;
}

.note2 {
	float: right;
	margin: -3% 8% 0 -30%;
}

.note2 label {
	color: blue;
	font-size: 12px;
}

.schedule {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding-left: 15%;
	padding-top: 10px;
	margin: 2% 0;
}

.schedule .describle {
	color: blue;
}

.schedule .describle .appNumber {
}

.schedule .describle .partNo {
	padding-left: 5%;
}

.schedule .describle .lotNo {
	padding-left: 5%;
}

.scheduleTable {
	margin-top: 10px;
	margin-bottom: 10px;
}

.scheduleTable tr {
	height: 50px;
}

.scheduleTable td {
	padding: 0 5px;
}

/* .line {
	background-image: url(../images/line.png);
	background-position: center;
}

.line_up {
	background-image: url(../images/line_up.png);
	background-position: center;
}

.line_down {
	background-image: url(../images/line_down.png);
	background-position: center;
} */

.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;
}