@import url("reset.css");
@import url("../js/validation/jquery.validationEngine.css");

body {
	font: 13px/1.5 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #868686;
}
form {
	width: 326px;
	position: absolute;
	top: 92px;
	left: 85px;
}
.fieldHolder {
	width: 326px;
	height: 24px;
	background: url('../images/storing_input.png') no-repeat;
	margin-bottom: 4px;
}
.fieldHolder2 {
	width: 326px;
	height: 114px;
	background: url('../images/storing_textarea.png') no-repeat;
	margin-bottom: 4px;
}
.fieldHolder2 textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
}
.textInput {
	width: 315px;
	height: 14px;
	background: none;
	border: none;
	color: #fff;
	margin-top: 3px;
	margin-left: 8px;
}
.textInput:hover {
	color: #cccccc;
	cursor: pointer;
}
.textareaInput {
	width: 315px;
	height: 114px;
	background: none;
	border: none;
	color: #fff;
	margin-top: 3px;
	margin-left: 8px;
}
.textareaInput:hover {
	color: #cccccc;
	cursor: pointer;
}

input.submitBtn {
	width: 65px;
	height: 24px;
	background: transparent url('../images/storing_verzend_btn.png') no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
	float: right;
}

p {
	margin: 26px 50px 20px 85px;
	/* 92 - 66 */
	color: #fff;
}
