@charset "utf-8";

/* CSS Version 3.0 
	|	Mozilla-specific properties NYI by the W3C.
	|	These properties ARE or WILL BE valid in CSS 3.0.
	|
	|	Until the final implementation of these properties by the
	|		W3C, browser-specific implementations must be used.
	|
	|	The W3C Validator hates that.
*/

FORM INPUT, FORM SELECT, FORM TEXTAREA { -moz-border-radius: 7px; }

.border_solid { -moz-border-radius: 7px; }
.border_dashed { -moz-border-radius: 7px; }
.border_icon { -moz-border-radius: 7px; }

.event_box { -moz-border-radius: 7px; }

