body {
 text-align:center;
 margin: 0;
 padding: 15px 25px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

input,
.errorlist li,
.simple-event-pane,
.simple-event-pane th,
.simple-event-pane h1 {
 font-size: 10pt;
}

/* #widget-form-wrapper input[type="submit"] {max-width: 200px; margin: 10px auto 0; display:block } */

tbody { }

#widget-link {
	display:block;
	font-weight: bold;
	line-height: 30px;
	}
#widget-confirm {
	margin: 10px 0 0 0;
	font-weight:bold;
	}

.simple-event-pane p {
 margin: 0;
 line-height: 1em;
 display: block;
 
}
.simple-event-pane th {
 font-weight: normal;
 text-align: left;
 vertical-align: top;
}

.simple-event-pane td {
}

.simple-event-pane input {
}

img.logo {
 border: 0;
 padding: 0;
 position: absolute;
 bottom: 5px;
 right: 3px;
}

form {
 margin: 0;
}

ul.errorlist {
 padding: 0;
 margin: 0;
}

ul.errorlist li {
 list-style: none;
 color: #f99;
}

#widget-form-wrapper li {
 list-style: none;
}

#widget-form-wrapper ul {
 padding: 0 0 0 1em;
}

#widget-form-wrapper {
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0;
	}

#widget-form-wrapper table {
	width: 100%;
	}

#widget-form-wrapper input {
/* DO NOT set width globally for all inputs, it totally screws up radio buttons and checkboxes
	width: 100%;
 */
	}

.textinput, .textarea, .datetimeinput {
	width: 100%;
	}

#form-registration th {
	vertical-align: top;
	padding-top: 0.7em;
}
#form-registration td {
	font-size: 80%;
	text-align:left;
}
	
p.alternative  {text-align: right; font-size:12px; margin-right:5px; }

.alternative a, .alternative a:link, .alternative a:visited, .alternative a:hover {color:#24A6D6}

label {font-size:12px;}

.required label { font-weight: bold }
