body,html{
	padding: 0px;
	margin:0px;
	background-color: #c66182;
	color: #000;
  margin: 0px;
	padding: 0px;
  text-align: left;
  font-family: "Lucida sans unicode";
  font-size: 11px;		
}

#container {
	position: relative;
	width: 900px;
	margin-left:-450px;
	left:50%;
	height: auto;
	z-index:1;
	background-image: url('../2/container.jpg');
	overflow:hidden;
	border: 1px solid #000;
}

#header{
	position: relative;
	background-image: url(../2/header.jpg);
	width: 900px;
	height:459px;
	z-index:1;
	cursor: pointer;
}
#mainContainer{
	position: relative;
	width: 950px;
	left: 0px;
	height: auto;
	padding: 10px;
	overflow:hidden;
}


#leftContainer{
	position: relative;
	width: 450px;
	height: auto;
	float: left;	
}

#rightContainer{
	position: relative;
	width: 440px;
	height: auto;
	float: left;	
}


h1{
	font-size: 14px;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
	color: #000;
}


#footerT{
	position: relative;
	width: 900px;
	height:auto;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index:1;
	text-align: center;
}

.clear{
	clear: both;
}

#movieContainer{
	position: relative;
	width: 440px;
	height: 365px;
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
}


#descriptionContainer{
	position: relative;
	width: 420px;
	height: 150px;
	margin-bottom: 15px;
}


.autoFloat{
	position: relative;
	width: 200px;
	height: 150px;
	margin-right: 21px;
	float: left;
}

.autoFloat img{
	border: 1px solid #000;
}


a:link { color: #000; text-decoration:underline; }
a:visited { color: #000; text-decoration:none; }
a:hover { color: #fff; text-decoration:none; }
a:active { color: #fff; text-decoration:none; }


/**** pay.nl css style ****/
#cnt {
	position: relative;
	width: 430px;
	height: 150px;
	padding: 0px;
	float: left;
	color: #000;
}


.labelContainer{
	position: relative;
	width: 420px;
	height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom: 1px solid #000;
}

label{
	width: 150px;
	float: left;
	text-align: left;
}

#country{
	position: relative;
	width: 140px;
	top: -2px;
	height: auto;
	float: left;
}


#number {
		position: absolute;
		left: 150px;
		top: 7px;
		font-size: 16px;
  	color:  #000;
}

#costs{
	position: absolute;
	width: 100px;
	top: 13px;
	left: 300px;
	font-size: 10px;
}

#extra{
	position: absolute;
	width: auto;
	top: 24px;
	left: 150px;
	font-size: 10px;
}

#coststype{
	position: absolute;
	width: 100px;
	top: 13px;
	left: 348px;
	font-size: 10px;
}

.pincode {
	font-weight: bold; 
	background-color: #FFFCDF;
	/* border: 1px solid #75736E; */
}

.pincode_textfield{
	position: relative;
	width: 135px;
	top: -4px;
	height: auto;
	font-size: 18px;
	border: 1px solid #000;
	background-color: #fff7b7;
	text-align: center;	
	float: left;
	margin-right: 4px;
}

.clear{
	clear: both;
}

.submit{
	position: relative;
	width: 32px;
	height: 26px;
	text-align: center;	
	float: left;
	top: -4px;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
