@import url('custom_squeeze_salesletter.css');

body {
	background: #f2f2f2 url('images/main-bg.jpg') repeat;
	font-family: AmbleLight, Tahoma, Verdana;
}

#wrapper {
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

	#header {
		/*height: 50px;
		background: none;*/
	}

	#container {
		padding: 15px 25px 25px 25px;
		background: #fff;
	}

		#cart-icon {
			width: 128px;
			height: 128px;
			position: absolute;
			margin: -75px 0 0 -85px;
			background: transparent url('images/shoppingcart_128x128.png') no-repeat left top;
		}

		#success-icon {
			width: 128px;
			height: 128px;
			position: absolute;
			margin: -45px 0 0 485px;
			background: transparent url('images/camera_test.png') no-repeat left top;
		}

.order-form {
	padding: 10px 10px;
	background-color: #fefeec;
	font-size: 10pt;
	line-height: 1.5em;
    border: 1px solid #e4cf82;
	border-radius: 10px;
}
	.order-form table {
		/*width: 100%;*/
		margin: 0 auto;
		font-weight: bold;
	}
		.order-form table input[type="text"] {
			width: 350px;
			margin: 2px 0;
			padding: 5px 23px 5px 5px;
			font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #000;
			border: 1px solid #ccc;
			border-radius: 5px;
		}
			.order-form table input[type="text"]:focus {
				border: 1px solid #ffcc33;
				box-shadow: 0px 0px 5px #ffcc33;
			}
