/**
 * form layout on checkout page
 */


.checkoutForm{
	width: 900px; 
	height:400px;
	background: #eee url(http://www.neueshop.com/images/checkoutForm.png) no-repeat; 	
	position: relative;
	color: #666;
	margin-top: 20px;
}

.checkoutFormLabel, .formLabel{
	color: #666;
	font-size: 13px;
}

.checkoutForm .inputTf{
	position: absolute; 
	width: 290px;
} 

.checkoutForm .dropdown{
	position: absolute; 
	width: 300px;
	height: 20px;
	color: #000;
	padding: 0 0 0 5px;
	font-size: 13px;
	border:solid 0px #ee0000;
} 

.checkoutForm .dropdown .default{
	color: #ccc;
} 

.inputTf{
	height: 20px;
	color: #ccc;
	padding: 0 5px 0 5px;
	font-size: 13px;
	border:solid 0px #ee0000;
} 

#formTitel{ top: 23px; 	left: 33px; position: absolute; }
#formSubscribeLabel{ top: 346px; left: 182px; position: absolute; font-style: italic; }
#nameLabel{ top: 108px; left: 135px; position: absolute;}
#addressLabel{ top: 165px; left: 123px; position: absolute;}
#emailLabel{ top: 318px; left: 137px; position: absolute;}
#countryInfo{ top: 260px; left: 180px; position: absolute; text-shadow: 1px 1px 1px #FFFFFF;}

#firstName{		top: 105px;	left: 180px; }
#lastName{ 		top: 105px;	left: 495px; }
#street{ 		top: 161px;	left: 180px; }
#city{ 			top: 161px;	left: 495px; }
#postCode{ 		top: 197px;	left: 180px; }
#country{ 		top: 233px;	left: 180px; }
#email{ 		top: 313px;	left: 180px; }
#subscribe{		top: 348px;	left: 155px; position: absolute; }
#payButton{		top: 338px;	left: 716px; position: absolute; }
#cart{			top: 400px;	left: 0px; width: 900px; height: 300px; position: absolute; display:none; }





/*-------------------------------------------------
Form Table
-------------------------------------------------*/

		
.formTable{
	width: 900px;
	position: relative;
	margin-bottom: 30px;
}
.formTable .top{
	background-image: url('http://www.neueshop.com/images/formTable/form_top.png');
	width: 900px;
	#height: 88px;
	height: 276px;
	
	border-top:solid 1px #fff; /*fix bg workaround */
}
.formTable .middle{
	background-image: url('http://www.neueshop.com/images/formTable/form_middle.png');
	background-repeat: repeat-y;
	min-height: 188px;
	#padding-left: 100px;
	margin-bottom: -120px;
}
.formTable .bottom{
	background-image: url('http://www.neueshop.com/images/formTable/form_bottom.png');
	height: 124px;
}

.formTitle{
	color: #666;
	margin-top: 23px;
	margin-left: 33px;
}