/*-----------------------------------
 info message 
-----------------------------------*/

#infoMessage{
	background: #000 url('/static/actie/img/bg_actie_form.gif') repeat-x bottom left;
	text-align: center;
	display: block;
	height: 51px;
	position: relative;
}

.playingFireworks #infoMessage,
.playingFireworks #infoMessage.active{
	display: none;
}

#noscriptMessage{
	background: #000 url('/static/actie/img/bg_actie_form.gif') repeat-x bottom left;
	text-align: center;
	height: 51px;
	color: white;
}

#noscriptMessage p{
	line-height: 50px;
	font-weight: bold;
	margin: 0;
	color: white;
	font-size: 1.6em;
}

#infoMessage.active{ display: block; }

	#infoMessage p{
		line-height: 50px;
		font-weight: bold;
		margin: 0;
		color: white;
		font-size: 1.6em;
		position: relative;
		display: inline;
	}
	img#alert{
		margin: 0 10px -10px 0;
	}
		#infoMessage p em{
			color: #5bb6d2;
			font-style: normal;
		}
		
		#infoMessage p a:link, 
		#infoMessage p a:visited, 
		#infoMessage p a:hover,
		#infoMessage p a:active{
			color: #52d6ff;
		}
		
		#infoMessage p a:hover{ text-decoration: none; }


a:link#closeLink, 
a:visited#closeLink, 
a:hover#closeLink,
a:active#closeLink{
	color: #fff;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 20px;
	text-decoration: none;
}

/*-----------------------------------
 actie 
-----------------------------------*/

#actie{
	display: none;
}

#actie.active{
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}



/*-----------------------------------
 field 
-----------------------------------*/

#feedbackForm{
	margin: 0 auto;
	width: auto;
}

#feedbackForm p{
	line-height: 50px;
}

	#feedback_field{
		width: 566px;
		padding: 5px;
		margin: 0;
		font-weight: normal;
	}
	
	#btn_actie_verstuur{
		margin-bottom: -9px;
		border: none;
		color: transparent;
	}