/* GLOBALE FORM-STYLES */



form dl {	
	display: block;
}
form dt {
	display: block;
	float: left;
	clear: right;
	width: 120px;
	padding: 6px 10px 0px 0px;
	-moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
form dt.full-width {
	width: 490px;
}
form dt label {
	font-weight: bold;
}


form dd {
	display: block;
	border-top: 1px solid #fff;
	width: 360px;
	margin-left: 140px;
	padding: 5px 10px 5px 10px;
}
form dd.description {
	padding-top: 0;
	font-size: 13px;
}
form dd.full-width {
	width: 680px;
	margin-left: 0 !important; padding-left: 0;
	clear: left;
}
form .field_right {
	float: right;
	text-align: right;
}




/* FORM FIELDS */

form dd input.text {
	font-size: 16px;
	padding: 0px 2px 3px 2px;
	margin: -1px 0 5px 0;
	vertical-align: top;
	width: 352px;
}
form dd select {
	vertical-align: top;
}
form dd label.radio {
	display: block;
}
form dd input.radio {
	vertical-align: baseline;
	margin: 0 0.25em 0 0;
}
.submit {
	border-style: solid;
	border-width: 2px 0;
	border-color: #6eaedc #4f8fc5 #3575ab #4f8fc5;
	outline: 0;
	background: #4f8fc5;
	font-family: "Graublau Sans Web", "Trebuchet MS", "Lucida Grande", Sans, Segoe, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 2px 10px;
	margin: 0;
	text-shadow: 0px -1px 1px #1c5c92;
	text-decoration: none;
	vertical-align: baseline;
	white-space: pre;
}
.submit:focus { outline: 0; }
.submit:hover {
	background: #6eaedc;
	border-top-color: #8dcdf3;
	color: #fff;
	outline: 0;
	text-decoration: none;
}
.submit:active {
	background: #3575ab;
	border-top-color: #1c5c92;
	border-bottom-color: #4f8fc5;
	color: #fff;
	outline: 0;
	text-decoration: none;
}
a.submit {
	display: inline-block;
}
.submit.neutral {
	background-color: #eee;
	border-color: #f6f6f6 #eee #ccc #eee;
	color: #000;
	text-shadow: 0px 1px 1px #fff;
}

.huge {
	border-width: 3px 0;
	font-size: 24px;
	padding: 4px 16px;
}
.small {
	border-width: 2px 0;
	font-size: 13px;
	padding: 1px 8px;
}







/* TILMELDINGSFORMULAR */

.works thead td { font-size: 13px; color: #888; }
.works td { padding: 2px 10px 2px 0; white-space: nowrap; }

.works .number input { width: 2em; }
.works .title  input { width: 11em; }
.works .height input { width: 2.5em; }
.works .width  input { width: 2.5em; }
.works .z      input { width: 2.5em; }
.works .price  input { width: 4em; }
.works .materials input { width: 11em; }

.works .z { display: none; }




/* EKSTRA EFFEKTER */

.wrongarrow {
	text-align: right;
	width: 24px;
	font-weight: bold;
	font-size: 24px;
	color: #c00;
}
div.wrongarrow {
	float: right;
	margin-right: -170px;
}
.full-width div.wrongarrow {
	margin-right: 0;
}
td.wrongarrow {
	vertical-align: middle;
}

form dd.submit_container {
	margin-top: -3em;
}

.errors {
	color: #c00;
	margin-top: 1em;
}



.kvittering {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px dotted #ccc;
}
.kvittering dt {
	font-weight: bold;
}
.kvittering .works tr {
	border-bottom: 1px solid #ccc;
}

form.response label {
	font-weight: bold;
	display: block;
	margin-top: 1em;
}
form.response textarea {
	width: 100%;
	height: 16em;
}


