.formtable {
	background-color: #FFCC99;
}

.formrow {
}

.formcell {
	text-align: left;
}

.formsplit {
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	color: #000000;
	background-color: #ffcc66;
}

.formlabel {
	color: #0000CC;
}

.formhelp {
	font-size: xx-small;
}

.formbutton {
}

.formsubmit {
	background-color: #3300FF;
	color: #FFFFFF;
	border : 2px outset #3399FF;
}

.formimagebutton {
	border : 2px outset #CCCCCC;
	cursor : hand;
}

.formtext {
	font-family : courier, "courier new", monospace;
}

.formpassword {
	font-family : courier, "courier new", monospace;
}

.formsearch {
	font-family : arial, helvetica, sans-serif;
}

.formtextarea {
	font-family : courier, "courier new", monospace;
}

.formradio {
	font-size: x-small;
}

.formcheckbox {
	font-size: x-small;
}

.formselect {
}

.formoptions {
}

.formnumber {
	font-family : courier, "courier new", monospace;
	text-align: right;
}

.formrequired 	{
	color :			#CC0000;
	font-weight	:	bold;
}

/* Tab-funktioner */

.tab_bar {
	position: relative;
	left : 10px;
}

.tab {
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	color: #0000cc;
}

.tab_aktiv {
	background-color : #FFCC99;
	border: 2px #FFFFFF outset;
	padding: 5px 5px 5px 5px;
	cursor: hand;
	border-bottom: none;
}

.tab_inaktiv {
	background-color : #CCCCCC;
	border: 2px #FFFFFF solid;
	padding: 5px 5px 5px 5px;
	cursor: hand;
}

.tab_over {
	background-color : #ffff33;
	border: 2px #FFFFFF solid;
	padding: 5px 5px 5px 5px;
	cursor: hand;
}

#survey {
	background-color: #ffefd5;
	padding: 0px 10px 10px 10px;
}

#survey fieldset {
	padding: 10px;
}

#survey legend {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#survey p {
	font-size: 16px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

#survey label {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#survey div#submit {
	margin-top: 10px;
	text-align: center;
}

#survey div.input label {
	width: 60px;
	text-align: right;
	padding-right: 10px;
}


