/*included by adilah*/
.logoAI
{	
	background: url(./images/logo_ai_2.jpg) top no-repeat;
	width: 223px;
	height: 82px;
}

.button 
{
	background: url(./images/btn_right.gif);
	/*display: inline;*/
	color: White;
	border: none;
	font: normal 11px Arial;
}

.button:hover { /* Hover state CSS */
color:#82e6ff;
cursor: pointer;
}
