@charset "UTF-8";
/* CSS Document for Adlumia website */

.buttonIntro
{
	width:204px;
	height: 36px;
	color:#fff;
	background-image:url(../adlumia-img/Button.png);
	border:#FFFFFF;
	cursor:pointer;
	font-size: 0.9em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-top: 10px;
}


.tekstveld {
	width:345px;
	height:18px;
	font-size:12px;
	padding-top:1px;
	padding-bottom:1px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.tekstveldBG {
	background-image:url(../adlumia-img/tekstveld.jpg);
	background-repeat:no-repeat;
	background-position:left center
}

.tekstarea {
	width:345px;
	height:112px;
	font-size:12px;
	padding-top:1px;
	padding-bottom:1px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.tekstareaBG {
	background-image:url(../adlumia-img/tekstarea.jpg);
	background-repeat:no-repeat;
	background-position:left center
}


.ButtonNext {
	background-image: url(../adlumia-img/ButtonBlue.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight:bold;
	font-size:0.85em;
	font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	height: 34px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	width: 125px;
}
