.helpdesk_body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: normal;
	font-style: normal;
	background-color: ;
}
.helpdesk_textbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-radius: ;
	-moz-border-radius: ;
}
.helpdesk_textbox:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #01437F;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-radius: ;
	-moz-border-radius: ;
}
.helpdesk_button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	background-color: 01437F;
	border: outset;
	border-width: 1px;
	border-color: ;
	border-radius: ;
	-moz-border-radius: ;
}
.helpdesk_button:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFCC00;
	font-weight: normal;
	font-style: normal;
	background-color: 01437F;
	border: outset;
	border-width: 1px;
	border-color: ;
	border-radius: ;
	-moz-border-radius: ;
}
.helpdesk_table {
	background-color: ;
	padding: 2;
}
