#kontaktDiv
{
	padding: 5px 40px 0px 80px;
}

form
{
	margin: 0px;
	padding: 0px;
}

#respons
{
	padding: 5px 40px 0px 80px;
	margin: 0px;
}

#respons h3
{
	font-family: verdana, sans-serif;
	font-size: 74%;
	font-weight: bold;
	padding: 0px 0px 10px  0px;
	margin: 0px;
}

#left
{
	width: 420px;
	float: left;
}

#kontakt {
	float: right; margin-bottom: 25px;
	background-image: url(../img/skille.gif); background-repeat: repeat-y;
}
.btn_ {
	width: 60px; height: 12px;
	font-size: 64%;
	font-family: verdana, sans-serif;
	border: 0px solid #000000; /** VIKTIG for 2D effekt */
	background-color: #E5E5E5;
	padding: 0px; /** VIKTIG!! NN */	
	cursor: pointer;
}
.inputHd {
	font-family: verdana, sans-serif;
	font-size: 64%;
	padding: 2px 0px 0px 0px;  
}
.input_ {
	width: 220px; 
	font-family: verdana, sans-serif; 
	font-size: 64%;     
}
.inputSml_ {
	width: 100px; 
	font-family: verdana, sans-serif; 
	font-size: 60%;
}

.textarea_ {
	width: 220px;
	height: 100px;
	font-family: verdana, sans-serif; 
	font-size: 60%;
	overflow: auto;
	margin-bottom: 5px;	
}

.btnFrame_ {
	float: right;
	margin: 10px 0px 10px 20px;
	border: 1px solid #E5E5E5;
}
#replyBox {
	border: 1px solid #0D273E; 
	background-color: #BAC3CE;
	padding: 10px 10px 0px 10px;	
}
#replyAlign {
	padding: 50px 120px 10px 120px;	
}
#replyBox a:link { text-decoration: underline; color: #0D273E; }
#replyBox a:active { text-decoration: underline; color: #0D273E; }
#replyBox a:visited { text-decoration: underline; color: #0D273E; }
#replyBox a:hover { text-decoration: underline; color: #76889E; }
#contactMenu a:link { text-decoration: none; color: #0D273E; padding: 0px 3px 0px 3px; }
#contactMenu a:active { text-decoration: none; color: #0D273E; padding: 0px 3px 0px 3px; }
#contactMenu a:visited { text-decoration: none; color: #0D273E; padding: 0px 3px 0px 3px; }
#contactMenu a:hover { background-color: #BAC3CE; text-decoration: none; color: #0D273E; padding: 0px 3px 0px 3px;  }
