/* Start file $Id: forms.css 5174 2008-01-07 14:16:25Z jomoll $ */
form {
  display: inline;
}

#content form {
  display: block;
}

fieldset {
 /* border: none; */ 
	border: 0;
	padding: 0;
 }

.fieldset {
	position: relative;
	padding: 30px 0px 6px 6px;
	background: #efeeed;
	font-size: 90%;

	margin-bottom: 16px;
	background-image: url(../imgs/formhead.png);
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 17px;
}

.fieldset input {
	padding: 1px 2px;
}

.fieldset textarea {
	padding: 1px 2px;
}

.no_legend {
	position: relative;
	padding: 10px;
	background: #efeeed;
	margin-bottom: 16px;
}

.no_space {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.floatleft {
	float: left;
	margin-right: 6px;
	display:inline; /* hack for IE Doubled Float-Margin Bug */
}

.floatright {
	float: right;
	margin-left: 6px;
	display:inline; /* hack for IE Doubled Float-Margin Bug */
}

.news {
	display:block;
	background:#EFEEED;
	margin-bottom:16px;
	margin-top:16px;
	padding:30px 6px 6px;
}

legend span {
	width: 410px;
	top: 0; left: 0;
	position: absolute;
	padding:6px 4px 6px 6px;
	color: #000;
	font-weight: bold;
}

span.req {
	color: red;
}

button, button.portlet-form-button {
	height: 21px;
	padding-left:  5px;
	padding-right: 5px;
}

input, .portlet-form-input-field {
	height: 14px;
	padding: 1px;
	line-height:14px;	
}

input.button, input.portlet-form-button {
	height: 22px;
}

textarea {
	border: solid 1px #079dc4;
	padding: 1px;
	width: 408px;
	margin:0;
	margin-bottom: 10px;
}

select {
	border: solid 1px #079dc4;
/*	height: 19px; 18px cuts bottom letters in IE. Auto is too small, 19px is too big in FF*/
	width: 415px; /*egentlig 1px for bred, men border er hvid på højreside*/
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 0;
}

input.text, .portlet-form-input-field {
/* selectbox does not respond to height or border*/
	border: solid 1px #079dc4;
	height:15px; /* 19 px outside borders incl 1px padding and 1px border*/
	width: 408px;
	margin:0 0 10px 0;
	
}

input.button, .portlet-form-button {
  height: 22px;
}

button.short, input.short {
  width: 207px;
}

input.text.short {
	width: 198px; /* 202px -2 for border and no padding */
}

select.short {
	width: 203px;
}

/* Special form elements */
input.address_number, input.address_floor, input.address_door {
	width: 58px;
}

.legal_text { /*legal text, disclaimer with the same width as all form elements */
	width: 410px;
	height: 200px;
	overflow-y: scroll;
	border: 2px inset #ccc;
}

/* class for read-only fields */
label.readonly, .portlet-form-label {
	font-weight: bold;
}

label.readonly span, .portlet-form-label span {
	font-weight: normal;
	line-height: 22px;
}

.portlet-form-field-label{
display:block;
}

fieldset legend img{
	border:0;
	margin-right: 4px;
}

/* previous/next navigation */
.prevnext{ }

.prevnext input{
  color: #cd5c00;
  font-weight: bold;
  border: 0;
}

.prevnext input.prev{
  padding-left: 20px;
  background: #fff url(../imgs/prev.png) left no-repeat;
  text-align:left;
}

.prevnext input.next{
  padding-right: 20px;
  background: #fff url(../imgs/next.png) right no-repeat;
  text-align:right;
}

.prevnext input.prev.disabled{
  color: #bbb;
  background-image: url(../imgs/prev_disabled.png);
}
.prevnext input.next.disabled{
  color: #bbb;
  background-image: url(../imgs/next_disabled.png);
}