/* CSS Document */
#avdButtonsHolder {
	float:left;
	width:100%;
	box-sizing: border-box;
	margin-bottom:20px;
}
fieldset#avdelinger {
	padding:0;
	margin:0;
	width:100%;
	box-sizing: border-box;	
}
#avdelinger input[type="radio"] + label {
	color: #333;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;	
	padding: 3px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;

}
#avdelinger input[type="radio"]:checked + label {
	color: #fff;
	font-weight:bold;
	background-image: none;
	outline: 0;
	color: #fff;
	border: 1px solid #333;
	background-image: -moz-linear-gradient(top,#666666,#000);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#666666),to(#000));
	background-image: -webkit-linear-gradient(top,#666666,#000);
	background-image: -o-linear-gradient(top,#666666,#000);
	background-image: linear-gradient(to bottom,#666666,#000);	
}
#avdelinger input[type="radio"] + label:hover {
	outline: 0 none;
}
.avdConInfo {
	display: table;
	float: left;
	box-sizing:border-box;
	width:100%;
}
.leftHolder {
	width:40%;
	float:left;
}
.rightHolder { 
	width:60%;
	float:left;
}
.kLabel {
    clear: both;
    display: inline-table;
    float: left;
    font-size: 14px;
    line-height: 28px;
}
.kValue {
    clear: both;
    display: inline-table;
    float: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}
#formInnerHolder { 
	padding-left:0;
	float:right;
	width: 100%;
}

.formFieldset {
	vertical-align:baseline;
	padding: 0 0 10px;
	margin: 0;
}
#kHeader {
	border-bottom:1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 95%;
}

#contactform_kontakt {
	margin-bottom: 20px;
    float: left;
	box-sizing:border-box;
	display: table;
	width: 100%;
}
form#contactform_kontakt input#companyname, form#contactform_kontakt input#email, form#contactform_kontakt input#phone {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 4px 6px;
    vertical-align: middle;
	background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
	margin-bottom: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
-webkit-appearance: none;
border-radius: 0;	
	 
}
form#contactform_kontakt input#companyname:hover, form#contactform_kontakt input#email:hover, form#contactform_kontakt input#phone:hover {
  border: 1px solid #007F3F;
-webkit-appearance: none;
border-radius: 0;		
}
form#contactform_kontakt input#companyname:focus, form#contactform_kontakt input#email:focus, form#contactform_kontakt input#phone:focus {
  box-shadow: 0 0 2px #007F3F;
  border: 1px solid #007F3F;
-webkit-appearance: none;
border-radius: 0;	
} 
form#contactform_kontakt textarea#message {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
	background-color: #fff;
    border-style: solid;
    border-width: 1px; 
    border-radius: 0;
	width: 100%; 
	max-width:100%;
	box-sizing:border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
-webkit-appearance: none;
border-radius: 0;	
}
form#contactform_kontakt textarea#message:hover {
  border: 1px solid #007F3F;
}
form#contactform_kontakt textarea#message:focus {
  box-shadow: 0 0 2px #007F3F;
  border: 1px solid #007F3F;
}


.idleField {
	border-color:#CCCCCC;	
}
.focusField {
	border-color:#999;	
}
.errorField {
	border-color:#C00;	
}
input.idleField {
	border-color:#CCCCCC;	
}
input.focusField {
	border-color:#999;	
}
input.errorField {
	border-color:#C00;	
}
textarea.idleField {
	border-color:#CCCCCC;	
}
textarea.focusField {
	border-color:#999;	
}
textarea.errorField {
	border-color:#C00;	
}

#ajaxsuccess_kontakt { 
    color: green;
    font-size: 16px;
    margin-left: 5px;
	margin-top: 6px; 
	height:24px;
	float: left;
	display:none;
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#ajaxsuccess_kontakt p {
    height: 24px;
    line-height: 23px;
    padding-left: 40px;
}
#ajaxtimeout_kontakt {
    color: #F90;
    font-size: 16px;
    margin-left: 5px;
	margin-top: 6px; 
	height:24px;
	float: left;
	display:none;
	background-image:url(../images/error.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#ajaxtimeout_kontakt p {
    height: 24px;
    line-height: 23px;
    padding-left: 40px;
}


#ajaxerror_kontakt {
    color: #C30;
    font-size: 16px;
    margin-left: 5px;
	margin-top: 6px; 
	height:24px;
	float: left;
	display:none;
	background-image:url(../images/error.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#ajaxerror_kontakt p {
    height: 24px;
    line-height: 23px;
    padding-left: 40px;
}


#sender_kontakt {
    color: #000;
    font-size: 16px;
    margin-left: 5px;
	margin-top: 6px; 
	height:24px;
	float: left; 
	display:none;
	background-image:url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
#sender_kontakt p {
    height: 24px;
    line-height: 23px;
    padding-left: 40px;
}

#obligatorisk_kontakt {
    color: #000;
    font-size: 16px;
    margin-left: 5px;
	margin-top: 8px; 
	height:24px;
	float: left;
	display:none;
	background-image:url(../images/alert.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#obligatorisk_kontakt p {
    height: 24px;
    line-height: 23px;
    padding-left: 40px;
	margin: 0
}
div#konbut {
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    clear: both;
    color: #333333;
    cursor: pointer;
    float: left;
    font-size: 16px;
	margin-right:20px;
    padding: 10px 50px;
    text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;

}
div#konbut:hover {
    background-color: #007F3F; 
    border-style: solid;
    border-width: 1px;
    color: #fff;
}
div#resultat { 
	float:left;
}