﻿/* Actions Page Button
----------------------------------------------------------------------------- */
	a.action {
		
	display: block;
	height: 27px;
	overflow: hidden;
	text-indent: -5000px;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
		
	}
	
	a.action:hover {
		
	background-position: 0 -27px !important;
	
	}
	
/* Image Replacement
--------------------------------------------------------------------------- */
	a.get-now {
	
	width:94px;
	background: url(Images/action/a-get-now.gif);
	
	}
	a.download {
	width:94px;
	background: url(Images/action/a-download.gif);
	
	}
	
	a.download-trail {
	width:150px;
	background: url(Images/action/a-download-trail.gif);
	
	}

	a.demo {
	width:94px;
	background: url(Images/action/a-freedemo.gif);
	
	}
	a.signup {
	width:94px;
	background: url(Images/action/a-signup.gif);
	
	}
	a.website {
	width:141px;
	background: url(Images/action/a-go-website.gif);
	
	}

/* button */
.search-button {background:none; width:61px; height:22px; border:none; cursor:pointer;}
.search-text {height:18px; width:200px; border:none; background:none;}
.textfield {height:18px; width:200px; border:none; background:#fff;}
.submit-button {background: url(images/action/btn-submit-1.gif) no-repeat; width:86px !important; height:27px !important; border-width:0px !important; cursor:pointer;}
.submit-button:hover {background: url(images/action/btn-submit-1.gif) bottom no-repeat;}
.cancel-button {background: url(images/action/a-cancel.gif) no-repeat; width:86px !important; height:27px !important; border-width:0px !important; cursor:pointer;}
.cancel-button:hover {background: url(images/action/a-cancel.gif) bottom no-repeat;}