/* 
    Document   : iabutton
    Created on : Jan 17, 2012, 11:01:19 AM
    Author     : svil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

input.iaLinkButton { 
	display: inline;
	border: none;
	text-decoration: underline;
	background: none;
	margin: 0px;
	padding: 0px;
}

div.iaLinkButton {
	float: left;
}

