/* 
    Document   : iconbox.css
    Created on : 17-Oct-2011, 15:59:16
    Author     : TNT Web Media
    Description:
        Purpose of the stylesheet follows.
*/

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

input.iconbox {
	position: absolute; left: -9999px;
}

.iconbox label { cursor: pointer; }
