/* CSS Document */

div.order {
padding-top: 40px;
}

div.order h2.product {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.9em;
	position: absolute;
	margin: -27px 0 0 15px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: #aaa 3px 3px 5px;
	-webkit-box-shadow: #aaa 3px 3px 5px;
}

div.orderbox {
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

div.orderbox h2 {
	padding: 0;
	margin: 0;
	float: left;
	padding: 19px 0 0;
	width: 350px;
	color: #444;
	font-size: 1.5em;
}

div.orderbox a.continue {
	background: url(../img/hosting/btn_continue_grey.png) 0 0 no-repeat;
	height: 60px;
	width: 172px;
	display: block;
	float: right;
}

div.orderbox a.continue span {
	display: none;
}

div.orderbox a.continue:hover {
	background-position: 0 -60px;
}

div.op2 h2 {
	padding-top: 5px;
}

div.op2 div.field {
	width: 450px;
	height: 65px;
	float: right;
}

div.op2 div.field p {
	float: left;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 15px 0 0;
	margin: 20px 0 0;
}

div.op2 div.field input.searchinput {
	float: left;
	border: 1px solid #bbb;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #333;
	font-weight: bold;
	margin: 17px 0 0;
}

div.op2 div.field input.in_cont {
	background: url(../img/hosting/btn_continue_grey.png) 0 0 no-repeat;
	height: 60px;
	width: 172px;
	display: block;
	float: right;
	border: 0;
	cursor: pointer;
}

div.op2 div.field input.in_cont.hover {
	background-position: 0 -60px;
}