/* Author: Andy Konwinski
   Copyright Inspyre LLC 2007
   Button effects for welcome boxes on home page and patients overview*/


/*-----------------TOP BUTTONS-----------------------------*/
.button{
	position: relative;
	margin-top:7px;
	padding-bottom:9px;
	height:22px;
}
	
.button a {
	position: absolute;
	top: 0;
	text-indent: -9000px;
	text-decoration: none;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* IE5/Win */
}

.welcomeBox p{cursor:default;}

/*Get Started Button*/
#getStartedButton{width:100px;}
#getStartedButton a	{
	width: 100px;
	background: url("../images/getStartedButton.gif") no-repeat 0 0;
}
#getStartedButton a:hover {background-position: 0 -22px;}

/*Current Patients Button*/
#currentPatientsButton{width:125px;}
#currentPatientsButton a {
	width: 125px;
	background: url("../images/currentPatientsButton.gif") no-repeat 0 0;
}
#currentPatientsButton a:hover {background-position: 0 -22px;}

/*Learn More Button*/
#learnMoreButton{width:99px;}
#learnMoreButton a {
	width: 99px;
	background: url("../images/learnMoreButton.gif") no-repeat 0 0;
}
#learnMoreButton a:hover {background-position: 0 -22px;}

/*Newsletter Button*/
#newsletterButton{width:97px;}
#newsletterButton a {
	width: 97px;
	background: url("../images/newsletterButton.gif") no-repeat 0 0;
}
#newsletterButton a:hover {background-position: 0 -22px;}

/*Find Us Button*/
#findUsButton{width:79px;}
#findUsButton a {
	width: 79px;
	background: url("../images/findUsButton.gif") no-repeat 0 0;
}
#findUsButton a:hover {background-position: 0 -22px;}