@charset "UTF-8";

/* 
 CSS3 Supporting Browsers Style Sheet
 Author: Dave Buchholz - I-CRE8
 Author URL: http://www.i-cre8.com/
 Version: 1.0
 Date: 11th April 2009
 Contains CSS3 Styles
*/

/* Radius for form buttons */
input[type="submit"], input[type="button"], a.button {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}