div#iframeDiv {
	position: relative;
	width: 658px;
	height: 825px;
	left: 4px;
	top: 1px;	
	overflow-x: hidden; 
	overflow-y: visible;
	background: #E9DBB7  url(/beeksebergen/static/themes/beeksebergen/images/cont-bg2.jpg) no-repeat 0 0;
}
#iFrameShop{
	overflow-x: hidden;
	overflow-y: visible;
}

body#page_bg{
	font:11px Verdana, Arial, Helvetica, sans-serif;
  	color:#393226;
}

#container{
	padding: 20px;
    width: 665px;
}

.submitButton{
	background: url("/beeksebergen/static/themes/beeksebergen/images/knop_bg.png") no-repeat scroll 50% 50% transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    color: white;
    cursor: pointer;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    height: 28px;
    text-align: left;
    width: 118px;
}

 a{
  color:#393226;
  text-decoration:underline;
 }
 a:hover{
  text-decoration:none;
 }
 
 h1{
 	font-size: 14px;
 }
 
 input {
	margin: 1px;
}
.keepInformedTile ul {
    margin: 0;
}
p {
	margin:0;	
}

/* required fields part */
div.reqFieldClarification {
	position:relative;
	top:50px;
	width:100px;
	clear:both;	
}
.reqError{
	border: 1px solid red;	
}

/* promotion input part */
.promotionCheck {
	margin-top:10px;	
}
input#promotionCode {
	width:200px;
	text-align:center;
	height:25px;
	font-size:18px;
}
input#promoCode {
	width:100px;
	margin: 0 0 5px 0;
}
input#promoButton {
	clear:both;
	display:block;
	float:right;
}
div#promo {
}

/* */

 
