/*----------------------------------------------*/
/*					Link 						*/
/*----------------------------------------------*/
a.saucer:link { 
	color: #F3F3F3; 
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	}
a.saucer:active { 
	color:#F3F3F3; 
	text-decoration: none:
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	}
a.saucer:visited { 
	color:#F3F3F3; 
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	}
a.saucer:hover   { 
	color: #7FA345; 
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	}

/*----------------------------------------------*/
/*					Box							*/
/*----------------------------------------------*/

.formbox {
	background-color: transparent;
	border-bottom: #D9E0F5 4px solid;
}
.tagboxtop {
	background-color: transparent;
	border-top: #D9E0F5 1px solid;
}
.tagboxbund {
	background-color: transparent;
	border-bottom: #D9E0F5 2px solid;
	}

.saucertag {
	border-bottom: #D9E0F5 1px solid;
	font-size: 10px;
	font-family: verdana;
	color: #6278AC;
	}

.understreg {
	border-bottom: #D9E0F5 1px solid;
}
/*----------------------------------------------*/
/*					Tekst						*/
/*----------------------------------------------*/
.mfont {
	font-size: 11px;
	font-family: verdana;
	color: #FF9933;
	}

.sfont {
	font-size: 9px;
	font-family: verdana;
	color: #6278AC;
	}

.header {
	font-size: 12px;
	font-family: verdana;
	color: #6278AC;
	font-weight: bold;
	}
/*----------------------------------------------*/
/*					form        				*/
/*----------------------------------------------*/

.input {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #191997;
	background-color: transparent;
	border-top: #191997 0px solid;
	border-right: #191997 0px solid;
	border-bottom: #191997 1px solid;
	border-left: #191997 0px solid;
       }
.inputsend {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #191997;
	font-weight: bold;
	background-color: transparent;
	border-top: #191997 1px solid;
	border-right: #191997 1px solid;
	border-bottom: #191997 1px solid;
	border-left: #191997 1px solid;
       }

textarea {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #191997;
	background-color: transparent;
	border-top: #191997 1px solid;
	border-right: #191997 1px solid;
	border-bottom: #191997 1px solid;
	border-left: #191997 1px solid;
	overflow: auto;
	}