#wrapper { width: 640px; margin: 0 auto; padding:90px 0 0 0; }

#fancybox-content {
	background-color: #fff;
}

#fancybox-close {
	right: -35px !important;
}

#inline, #inline_product , #inline_cart, #add-to-cart-window, #buy-one-click { max-width: 580px; }


.modal_header {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}

.txt { 
display: inline-block; 
color: #676767;
width: 48%; 
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txt:nth-child(3) {
	float:right;
}

.txtarea { 
display: block; 
resize: none;
color: #676767;
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
width: 100%; 
height: 150px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 1.2em;
line-height: 1.4em;
}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d !important; border-style: solid !important; background: #f0bebe !important; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d !important; color: #a35959; }