/* Flash Message Layout (TODO: make funky)
--------------------------------------------------------------------------------------- */
#overlay {
	height:800px;
}

#flashmessage {
	color:#fff;
	border:5px solid #ffffff;
	font-weight:bold;
	background-color: #2F3535;
	position: absolute;
	width: 500px;
	height:500px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
	z-index:100;
}
#flashmessage div.message {
	padding: 1em;
}

#flashmessage #actieImg{
	border:1px solid #fff;
	float:left;
	margin-right:10px;
}

#flashmessage #actieImg:hover{
	border:1px solid #FF9900;
}

#flashmessage div.message{font-weight:normal;}

img#closeBtn{
	cursor:pointer;	
	float:right;
}

#adHeader{
	text-align:left;
	padding:10px;
}

#pForm input#btnSub{
	color: #fff;
	font-weight:bold;
	background-color: #B7D6EE;
	border:2px solid #2B7CBD;
	width:150px;
	text-align:center;
	cursor:pointer;
}

#pForm input#btnSub:hover{
	color: #fff;
	font-weight:bold;
	background-color: #2B7CBD;
	border:2px solid #2B7CBD;
}

#pForm input{margin-bottom:10px; width:300px;}

div#error{color:#FF0000; margin-bottom:10px;}