﻿.order_wrap {	
	position: fixed;
	z-index: 100;
	margin-left: 50%;
	top:30px;
	//zoom: 1;
}

#order {
	position: absolute;
	left: 0;
	top: 10px;
	left: -240px;
	width: 480px;
	height: 530px;
	background: #f5e9cc;
	overflow: hidden;
}

#order .head {
	height: 129px;
	padding: 20px 57px 0 20px;
	background: #f5e9cc url(/i/order_head_bg.png) repeat-x;
	overflow: hidden;
}

#order .content {
	color: black;
	height: 401px;
}

#order .content .order_form {
	height: 290px;
	background: white;
}

#order .head .product {
	height: 108px;
	overflow: hidden;
}

#order .head .product img {
	border: 4px solid #686663;
	float: left;
	margin-right: 15px;
}

#order .head .product h4 {
	margin-top: 8px;
}

#order .head .money div {
	padding: 0 9px 0 5px;
}

#order .head .money_block {
	float: right;
	margin-left: 15px;
}

#order .head .money_block p {
	clear: both;
}

#order .data {
	width: 100%;
	color: black;
	margin: 0;
}

#order .data th {
	padding-top: 18px;
	padding-bottom: 18px;
}

#order .data th h1 {
	margin: 0;
}

#order .data td {
	background: white;
	border-bottom: 1px solid #e5e5e5;
}

#order .order_form {
	padding: 26px 20px 0;
}

#order .order_form .label {
	width: 8em;
	float: left;
	color: #545947;
	text-align: right;
	padding: .5em 0 0 0;
	padding-right:5px;
}

#order .order_form .field {
	margin: 0 0 .9em 9em;
}

#order .order_form .field_text input,
#order .order_form .field_text textarea {
	border: 1px solid #9cb659;
	background: white;
	padding: 4px 6px;
	font-size: 1.2em;
	width: 319px;
}

#order .order_form .field_promt {
	color: #b2b2b2;
}

#order .order_form .field_button,
#order .order_form .field_button a {
	color: #999;	
}

#order .order_form .field_button input {
	margin-right: .3em;
}
