/* ===========================================================================
//	buttons_zf.css															
// ======================================================================== */



/* ---------------------------------------------------
//	submit buttons 
// ------------------------------------------------ */
a.button {
	display:block;
	border:0;
	height:18px;
	
	background-position:top left;
	background-repeat:no-repeat;
}

a.login {
	width:64px;
	background-image:url('../images/buttons/login_out.gif');
}
a.login:hover {
	background-image:url('../images/buttons/login_over.gif');
}

a.submit {
	width:75px;
	background-image:url('../images/buttons/submit_out.gif');
}
a.submit:hover {
	background-image:url('../images/buttons/submit_over.gif');
}

a.cancel {
	float: right;
	width:71px;
	background-image:url('../images/buttons/cancel_out.gif');
}
a.cancel:hover {
	background-image:url('../images/buttons/cancel_over.gif');
}
a.reset {
	width:64px;
	background-image:url('../images/buttons/reset_out.gif');
}
a.reset:hover {
	background-image:url('../images/buttons/reset_over.gif');
}

a.quicksearch {
	width:111px;
	background-image:url('../images/buttons/quicksearch_out.gif');
}
a.quicksearch:hover {
	background-image:url('../images/buttons/quicksearch_over.gif');
}

a.search {
	width:74px;
	background-image:url('../images/buttons/search_out.gif');
}
a.search:hover {
	background-image:url('../images/buttons/search_over.gif');
}

a.sendPassword {
	width:125px;
	background-image:url('../images/buttons/send_password_out.gif');
}
a.sendPassword:hover {
	background-image:url('../images/buttons/send_password_over.gif');
}



/* ---------------------------------------------------
//	dialog buttons 
// ------------------------------------------------ */
a.reportThis {
	width:89px;
	background-image:url('../images/buttons/report_this_out.gif');
}
a.reportThis:hover {
	background-image:url('../images/buttons/report_this_over.gif');
}

a.askAQuestion {
	width:120px;
	background-image:url('../images/buttons/ask_a_question_out.gif');
}
a.askAQuestion:hover {
	background-image:url('../images/buttons/ask_a_question_over.gif');
}

a.comment {
	width:88px;
	background-image:url('../images/buttons/comment_out.gif');
}
a.comment:hover {
	background-image:url('../images/buttons/comment_over.gif');
}

a.answer {
	width:75px;
	background-image:url('../images/buttons/answer_out.gif');
}
a.answer:hover {
	background-image:url('../images/buttons/answer_over.gif');
}


/* ---------------------------------------------------
//	the special rate-now-button 
// ------------------------------------------------ */
div.rateNowButton {
	float:right;
	width:163px;
	height:18px;
	background-position:top right;
	background-repeat:no-repeat;
	background-image:url('../images/buttons/rate_now_out.gif');
}
div.rateNowButton a {
	margin-left:0 !important;
	padding-right:5px;
	padding-left:3px;
}
div.rateNowButton a img.star {
	margin:0;
	padding:3px 0 0 0;
}






/* ---------------------------------------------------
//	icon buttons 
// ------------------------------------------------ */
a.icon {
	display:block;
	border:0;
	width:14px;
	height:14px;
	
	background-position:top left;
	background-repeat:no-repeat;
}

a.minus 		{ background-image:url('../images/buttons/minus_out.gif'); }
a.minus:hover 	{ background-image:url('../images/buttons/minus_over.gif'); }
a.plus 			{ background-image:url('../images/buttons/plus_out.gif'); }
a.plus:hover 	{ background-image:url('../images/buttons/plus_over.gif'); }




/* ===========================================================================
//	eof 															
// ======================================================================== */

