#content
{
	width: 840px;
	height: 447px;
	background-image: url(../img/bg_valentijn.jpg);
	position: relative;
}

#moviePreview
{
	margin-top: 10px;
	margin-bottom: 23px;
	border: solid 1px #000000;
	width:  280px;
	height: 160px;
}

#step3
{
	float: left;
}

#titleText
{
	float: left;
	margin-left: 8px;
	font-size: 10px;
	position: relative;
	top: 8px;
}

#valBox, #valFlashBox
{
	border: solid 1px #000000;
	width:  540px;
	height: 300px;
	position: absolute;
	left: 130px;
	top: 57px;
	background-color: #ffffff;
	padding: 10px;
}

#valFlashBox
{
	width: 560px;
	height: 320px;
	padding: 0;
}

#explanation
{
	margin-top: 8px;
	margin-bottom: 14px;
}

.inputLabel
{
	margin-top: 6px;
	margin-bottom: 3px;
	font-weight: bold;
}

.borderInput
{
	border: solid 1px #000000;
}

#valHeader
{
	float: right;
}

#nameReceiver
{
	width: 350px;
}

#emailReceiver
{
	width: 280px;
}

#message
{
	width: 350px;
	height: 100px;
}

#nextButton
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#previousButton
{
	position: absolute;
	left: 10px;
	bottom: 10px;
}