#event_form {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:small;
	padding:10px;
	width:360px;
	}
#event_form .invite .button {
	font-weight:bold;
	}
#event_form td input {
	font-size:x-small;
	}
#event_form input {
	width:99%;
	}
#event_form .required {
	color:red;
	}
#event_form h1 {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	margin:0;
	}
#event_form h2 {
	font-size:14px;
	text-align:center;
	font-weight:bold;
	margin:0;
	}
#event_form table {
	width:100%;
	}
#event_form form {
	margin:0;
	}
#event_form .submit_button {
	width:auto;
	}
