@charset "UTF-8";


#form_bg {
	padding: 0px;
	width: 550px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-image: url(images/_priser/form_bg.png);
	height: 350px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
#form_column_lft {
	float: left;
	width: 242px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#form_column_rght {
	float: right;
	width: 242px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p.form {
	font-family: BenthamRegular;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 0em;
	text-align: left;
	list-style: none;
	color: #997E41;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.textField {
	font-family: BenthamRegular;
	font-size: 1.1em;
	font-style: normal;
	color: #630;
	padding-left: 10px;
	border-bottom-style: none;
	height: 39px;
	width: 226px;
	background-image: url(images/_priser/inputfield_BG.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
.SelectWeek {
	font-style: normal;
	color: #630;
	padding-left: 10px;
	border-bottom-style: none;
	height: 31px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 5px;
	width: 120px;
	font-size: 1em;
	font-family: Georgia, Times;
}
.textfieldMini {
	font-family: BenthamRegular;
	font-size: 1.1em;
	font-style: normal;
	color: #5C4B3B;
	padding-left: 10px;
	border-bottom-style: none;
	height: 39px;
	width: 52px;
	background-image: url(images/_priser/inputfieldmini_BG.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-right: 30px;
	margin-bottom: 5px;
}
.textArea {
	font-family: BenthamRegular;
	font-size: 1.1em;
	font-style: normal;
	color: #5C4B3B;
	padding-left: 8px;
	padding-top: 10px;
	border-style: none;
	height: 121px;
	width: 225px;
	background-image: url(images/_priser/textarea_BG.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 30px;
}

@font-face {
    font-family: 'BenthamRegular';
    src: url('fonts/Bentham/Bentham-webfont.eot');
    src: url('fonts/Bentham/Bentham-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Bentham/Bentham-webfont.woff') format('woff'),
         url('fonts/Bentham/Bentham-webfont.ttf') format('truetype'),
         url('fonts/Bentham/Bentham-webfont.svg#BenthamRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}label {
	font-family: bentham;
	font-size: 1.1em;
	color: #630;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.submitBtn {
	float: right;
}
