@charset "utf-8";
/* CSS Document */

* {padding: 0; margin: 0;} /* Clears all padding */


.error {
	background-color: #CED7BD;
	width: 610px;
}


#bottom_links {
	padding: 15px 0 10px 20px;
}

.dividerline {
	padding: 0 10px 0 10px;
	float: left;
	width: 2px;
	height: 145px;
}

#chat_button{
	padding: 0 0 0 0;
	display: inline;
}

#column1 {
  float: left; 
  width: 202px; /* since this element is floated, a width must be given */
}

#column2 {
  float: left; 
  width: 180px; /* since this element is floated, a width must be given */
}

#column3 {
  float: left; 
  width: 150px; /* since this element is floated, a width must be given */
}

#top_image {
	padding-left: 0px;
}

.front_list {
	list-style-position:inside;
	padding: .75em 0 0 2em;
	text-indent:-1em;
}

.front_list li {
	list-style-image: url(/helpdesk/demo/images/bullet_dash.gif);
}

