div#canclosed
{
	margin-top: 5px;
}

#can-button 
{
	display: block;
	width: 620px;
	height: 64px;
	background-image: url(../images/button_can_drive.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#can-button:hover
{ 
  background-color: transparent;
		background-position: 0 -64px;
}

#can-button:active
{ 
  background-color: transparent;
		background-position: 0 -64px;
}

#can-button span
{
  display: none;
}
div#canopen {
	background-image: url(../images/background_can_drive.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 620px;
	min-height: 200px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#canopen p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	padding-top: 40px;
	padding-right: 230px;
	padding-left: 16px;
	margin: 0px;
	padding-bottom: 3px;
}
#canopen a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	color: #C01D19;
	padding-left: 16px;
	font-style: italic;
	text-decoration: none;
} 
#canopen a:hover {
	color: #E70F1E;
	text-decoration: underline;
}

#can-closebutton 
{
	display: block;
	width: 16px;
	height: 15px;
	background-image: url(../images/can_close.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}

#can-closebutton:hover, #can-closebutton:active
{ 
  background-color: transparent;
}


#can-closebutton span
{
  display: none;
}

/*Set Initial States */
#canopen {
display: none;
}
