/*
	Lasrook: Button styles no namespacing required. Apply to the entire site
*/

a.annuleren {
	background:				url(/images/buttons/annuleren.png) no-repeat;
	width:					140px;
	float:					left;
}

a.login
{
	background:				url(/images/buttons/login.png) no-repeat;
	width:					100px;
	float:					left;
}

a.registreer
{
	background:				url(/images/buttons/registreer.png) no-repeat;
	width:					140px;
}

a.doe_de_check {
	background:				url(/images/buttons/doe_de_check-06.png) no-repeat;
	width:					159px;	
}

a.ok {
	background:				url(/images/buttons/ok.png) no-repeat;
	width:					68px;
	float:					left;
}

a.opslaan
{
	background:				url(/images/buttons/opslaan.png) no-repeat;
	width:					114px;
}

a.verstuur_uitnodiging
{
	background:				url(/images/buttons/verstuur_uitnodiging.png) no-repeat;
	width:					240px;
}

a.versturen {
	background:				url(/images/buttons/versturen.png) no-repeat;
	width:					140px;
	float:					left;
}

a.doe_de_check_small,
span.doe_de_check_small
{
	background:				url(/images/buttons/doe_de_check.png) no-repeat;
	width:					159px;
}

a.verzend
{
	background:				url(/images/buttons/verzend.png) no-repeat;
	width:					119px;
}

a.doorgaan
{
	background:				url(/images/buttons/doorgaan.png) no-repeat;
	width:					134px;
}

a.opslaan_en_stoppen
{
	background:				url(/images/buttons/opslaan_en_stoppen.png) no-repeat;
	width:					226px;
}

a.volgende_vraag
{
	background:				url(/images/buttons/volgende_vraag.png) no-repeat;
	width:					179px;
}

a.vorige_vraag
{
	background:				url(/images/buttons/vorige_vraag.png) no-repeat;
	width:					159px;
}

a.maak_bedrijf_aan
{
	background:				url(/images/buttons/maak_bedrijf_aan.png) no-repeat;
	width:					199px;
}

a.plan_van_aanpak
{
	background:				url(/images/buttons/plan_van_aanpak.png) no-repeat;
	width:					198px;
}

a.sluiten
{
	background:				url(/images/buttons/sluiten.png) no-repeat;
	width:					111px;
}

a.zoek
{
	background:				url(/images/buttons/zoek.png) no-repeat;
	width:					85px;
}

a.toevoegen
{
	background:				url(/images/buttons/toevoegen.png) no-repeat;
	width:					141px;
}

/* default buttons styles.*/  

a.button {
	background-position:	0px 0px;
	height:					37px;
	overflow:				hidden;
	display:				block;
}

a:hover.button
{
	background-position: 	0px -37px;
}

a:active.button
{
	background-position: 	0px -74px;
}

a.button_off,
span.button_off {
	background-position: 	0px -111px;
	height:					37px;
	overflow:				hidden;
	display:				block;
}

snap


