@charset "utf-8";
/* CSS Document */
	input {
	 	height:20px;
		padding-left:5px;
	}

/* Start checkbox and radio styles */
		
	/* wrapper divs */
	.custom-checkbox, .custom-radio { position: relative; }
		
	/* input, label positioning */
	.custom-checkbox input, 
	.custom-radio input {
		position: absolute;
		left: 2px;
		top: 3px;
		margin: 0;
		z-index: 0;
	}
	
	.custom-checkbox label, 
	.custom-radio label {
		display: block;
		position: relative;
		z-index: 1;
		font-size: 1.3em;
		padding-right: 1em;
		line-height: 1;
		padding: .5em 0 .5em 30px;
		margin: 0 0 .3em;
		cursor: pointer;
	}

	
	.custom-checkbox label {
		background: url(checkbox.gif) no-repeat; 
	}
	
	.custom-radio label { 
		background: url(radiobutton.gif) no-repeat; 
	}	

	.custom-checkbox label, .custom-radio label {
		background-position: -10px -14px;
		min-height: 5px;
	}
	
	.custom-checkbox label.hover,
	.custom-checkbox label.focus,
	.custom-radio label.hover,
	.custom-radio label.focus {
		background-position: -10px -114px;
	}
	
	.custom-checkbox label.checked, 
	.custom-radio label.checked {
		background-position: -10px -214px;
	}
	
	.custom-checkbox label.checkedHover, 
	.custom-checkbox label.checkedFocus {
		background-position: -10px -314px;
	}
	
	.custom-checkbox label.focus, 
	.custom-radio label.focus {
		outline: 1px dotted #ccc;
	}


/* End checkbox and radio styles */

/* Start button styles */
	
	.fg-button { outline: 0; margin:0 4px 0 0; padding: .1em 1em .2em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
	.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
	
	a.fg-button { float:left; }
	
	/* remove extra button width in IE */
	button.fg-button { width:auto; overflow:visible; }
	
	.fg-button-icon-left { padding-left: 2.1em; }
	.fg-button-icon-right { padding-right: 2.1em; }
	.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
	.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
	
	.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	
	
	.fg-buttonset { float:left; }
	.fg-buttonset .fg-button { float: left; }
	.fg-buttonset-single .fg-button, 
	.fg-buttonset-multi .fg-button { margin-right: -1px;}
	
	.fg-toolbar { padding: .5em; margin: 0;  }
	.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
	.fg-toolbar .fg-button { font-size: 1em;  }

	/*demo page css*/
	h2 { clear: both; padding-top:1.5em; margin-top:0; } 
	.strike { text-decoration: line-through; }<br />

/* End button styles */


