#orderPrice {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
    width: 500px;
	border-radius: 3px;
	background: #006D55;
}
#orderPrice h2 {
	margin: 0 auto;
	color: #fff; 
	font: bold 16px Tahoma,serif;
	text-align: center;
}
#orderPriceCenter {
	position: relative;
    margin: 10px auto;
    width: 450px;
}
#orderPrice b {
	color: #fff;
}
#gifPrice {
    width: 50px;
	height: 50px;
    background: url('/media/img/order/1.gif') no-repeat;
    margin: 50px auto;
    position: absolute;
    cursor: pointer;
    z-index: 1001;
	display: none;
}
#gifPrice.active  {
    width: 50px;
	height: 50px;
    background: url('/media/img/order/1.gif') no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 1001;
	display: block;
	left: 50%;
	margin-left: -25px;
}
#order_formPrice input {
    background: #fff;
    margin: 0 auto;
    height: 20px;
    width: 450px;
    border: 2px solid #fff;
	position: relative;
	border-radius: 3px;
}

#submitPrice {
	text-align: center;
	margin: 15px auto;
	background: red;
	color: #fff;
    font-weight: bold;
	cursor: pointer;
	width: 200px;
	position: relative;
	border-radius: 3px;
	border: 2px solid #fff;
}
#submitPrice:hover {
	margin: 15px auto;
    background: #02022d;
	color: #fff;
	cursor: pointer;
	width: 200px;	
	position: relative;
	border-radius: 3px;
	border: 2px solid #fff;
}
#block_orderPrice {
	margin: 5px auto;
    display: none;
    background: red;
    font-weight: bold;
    color: #fff;
    font: 13px Tahoma, Arial, Verdana, sans-serif;
    text-align: center;
	border-radius: 3px;
	border: 2px solid #fff;
}
#block_orderPrice_good {
	margin: 5px auto;
    display: none;
    background: #02022d;
    font-weight: bold;
    color: #fff;
    font: 13px Tahoma, Arial, Verdana, sans-serif;
    text-align: center;
	border-radius: 3px;
	border: 2px solid #fff;
}


#orderMain {
	text-align: center;
	float: left;
	position: relative;
	top: 0;
    width: 200px;
	border-radius: 3px;
	background: #fff;
	opacity:.8;
	
}
#orderMain h2 {
	margin: 0 auto;
	color: #000; 
	font: bold 13px Tahoma,serif;
	text-align: center;
}
#orderMainCenter {
	position: relative;
    margin: 10px auto;
    width: 180px;
}
#orderMain b {
	color: #000;
}
#gifMain {
    width: 50px;
	height: 50px;
    background: url('/media/img/order/1.gif') no-repeat;
    margin: 0 auto;
    position: absolute;
    cursor: pointer;
    z-index: 1001;
	display: none;
}
#gifMain.active  {
    width: 50px;
	height: 50px;
    background: url('/media/img/order/1.gif') no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 1001;
	display: block;
	left: 50%;
	margin-left: -25px;
}
#order_formMain input {
    background: #fff;
    margin: 0 auto;
    height: 20px;
    width: 150px;
    border: 2px solid #fff;
	position: relative;
	border-radius: 3px;
	border: 1px solid #000;
}

#submitMain {
	text-align: center;
	margin: 15px auto;
	background: red;
	color: #fff;
    font-weight: bold;
	cursor: pointer;
	width: 100px;
	position: relative;
	border-radius: 3px;
	border: 2px solid #000;
}
#submitMain:hover {
	margin: 15px auto;
    background: #02022d;
	color: #fff;
	cursor: pointer;
	width: 100px;	
	position: relative;
	border-radius: 3px;
	border: 2px solid #000;
}
#block_orderMain {
	margin: 5px auto;
    display: none;
    background: red;
    font-weight: bold;
    color: #000;
    font: 13px Tahoma, Arial, Verdana, sans-serif;
    text-align: center;
	border-radius: 3px;
	border: 2px solid #000;
}
#block_orderMain_good {
	margin: 5px auto;
    display: none;
    background: #02022d;
    font-weight: bold;
    color: #fff;
    font: 13px Tahoma, Arial, Verdana, sans-serif;
    text-align: center;
	border-radius: 3px;
	border: 2px solid #fff;
}
.error {
    position: relative;
    z-index: 2;
    color: red;
}
@media (max-width: 768px) {
	#orderMain {
	text-align: center;
	position: relative;
    width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	background: #fff;
	opacity:.8;
	
}
#orderMain h2 {
	margin: 0 auto;
	color: #000; 
	font: bold 16px Tahoma,serif;
	text-align: center;
}
#orderMainCenter {
	position: relative;
    margin: 10px auto;
    width: 60%;
}
#orderMain b {
	color: #000;
}
#gifMain {
    width: 50px;
	height: 50px;
    background: url('/media/img/order/1.gif') no-repeat;
    margin: 0 auto;
    position: absolute;
    cursor: pointer;
    z-index: 1001;
	display: none;
}
#gifMain.active  {
    width: 50px;
	height: 50px;
    background: url('/media/img/order/1.gif') no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 1001;
	display: block;
	left: 50%;
	margin-left: -25px;
}
#order_formMain input {
    background: #fff;
    margin: 0 auto;
    height: 20px;
    width: 60%;
    border: 2px solid #fff;
	position: relative;
	border-radius: 3px;
	border: 1px solid #000;
}

#submitMain {
	text-align: center;
	margin: 15px auto;
	background: red;
	color: #fff;
    font-weight: bold;
	cursor: pointer;
	width: 60%;
	position: relative;
	border-radius: 3px;
	border: 2px solid #000;
}
#submitMain:hover {
	margin: 15px auto;
    background: #02022d;
	color: #fff;
	cursor: pointer;
	width: 60%;
	position: relative;
	border-radius: 3px;
	border: 2px solid #000;
}
#block_orderMain {
	margin: 5px auto;
    display: none;
    background: red;
    font-weight: bold;
    color: #000;
    font: 13px Tahoma, Arial, Verdana, sans-serif;
    text-align: center;
	border-radius: 3px;
	border: 2px solid #000;
}
#block_orderMain_good {
	margin: 5px auto;
    display: none;
    background: #02022d;
    font-weight: bold;
    color: #fff;
    font: 13px Tahoma, Arial, Verdana, sans-serif;
    text-align: center;
	border-radius: 3px;
	border: 2px solid #fff;
}

	#orderPrice {
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
    width: 95%;
	border-radius: 3px;
	background: #006D55;
}
	#order_formPrice input {
    background: #fff;
    margin: 0 auto;
    height: 20px;
    width: 90%;
    border: 2px solid #fff;
	position: relative;
	border-radius: 3px;
}
#orderPriceCenter {
	position: relative;
    margin: 10px auto;
    width: 90%;
}
}