

/*Content down*/
.contentdown {
	background:url(/images/bgcontentbottom.png) no-repeat left top;
}

/*contentright style */ 
  
.righttitle {
	font-weight:bold;
	color: #00C2FF;
	font-size:18px;
	margin-bottom: 0px;
}
.righttext {
	color:#ED1C24;
	margin-bottom: 15px;
}
.formtext{
	font-weight:bold;
	font-size:14px;
	color:#ED1C24;
	margin:0px 0 3px 0;
}
.forminput{
	width:207px;
	height:30px;
	padding:3px 0 0 2px;
}
.formbutton{
	width:209px;
	height:45px;
	background:url(/images/beugelenikbtn.png) no-repeat ; 
	background-position:0% 0%;
	font-weight:bold;
	font-size:22px;
	color: white;
	margin:10px 0 0 0;
	cursor: hand;
	cursor: pointer;
	border: none;
	padding:0 0 11px 0;
}

/*joufoto style*/

.jouwfoto{
	position:relative;
	padding:10px 0 15px 0px;
	border-bottom:5px solid #fff;
}
.jouwfototitle,
.jouwfilmtitle {
	font-weight:bold;
	color: #00C2FF;
	font-size:18px;
	margin-bottom: 0px;
}
.jouwfototext {
	color: #fff;
	margin-bottom: 15px;
}

input.hide
    {
  position:absolute;/*is afhankelijk van joufoto*/
  left:0px;_left:50px;
  top:70;
  -moz-opacity:0;
  filter:alpha(opacity:0);
  opacity: 0;
  z-index: 0;
  /*cursor: hand;
  cursor: pointer;*/
  _width:0;
  height:40px;
    }
input.red
    {
    width:209px;
	height:45px;
	background:url(/images/beugelenikbtn.png) no-repeat ; 
	background-position:0% 0%;
	font-weight:bold;
	font-size:18px;
	color: white;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	border:none;
    }
/*
input.hide
    {
  position:absolute;
  left:-137px;
  -moz-opacity:0;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
    }

input.red
    {
  background-color:#cc0000;
  font-weight:bold;
  color:#ffffff;
  z-index:1;
  width:75px;
  height:20px;
  font-size:10px;
    }
*/

