/* Text classes */
p {
	color: #848484;
	font-size: 12px;
	font-family: Arial;
	}
.errortext {
	color: #FF0000;
	font-size: 10px;
	font-family: Arial;
	font-style: italic;
	}
.approved {
	color: darkgreen;
	font-size: 10px;
	font-family: Arial;

	}
.p {
	color: #848484;
	font-size: 12px;
	font-family: Arial;
	}
.comment {
	color: #4e7d8a;
	font-size: 10px;
	font-family: Arial;
	}
h1 {
	color: #4aabc1;
	font-size: 16px;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	}
/* ########## */
/* Text slutter her */
/* input classes */
input {
	background-color: #4aabc1;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	}
.vote {
	background-color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border: #000000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	}
.txtarea {
	background-color: #4aabc1;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	}
.smallinput {
	background-color: #4aabc1;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	}