body {
	background-color: transparent;
}

#attend_mtg_inner h1 {
	display: none;
}

#attend_mtg_inner #blurb {
	display: none;
}

#id_is_host {
    width: 278px;
}

input[type=text] {
	width: 278px;
	border: 1px solid #CCCCCC;
	border-radius: 0;
	-moz-border-radius: 0;
	margin-top: 4px;
	margin-bottom: 5px;
}

.fieldwrapper {
	margin-top: 0;
	width: 290px;
	padding: 0;
	min-height:57px;
}

.fieldwrapper br, .ui-state-error-text br {
	display: none;
}

.fieldwrapper label {
	display: block;
	color: #414141;
	line-height: 18px;
	margin: 5px 0 0 0;
	font: normal 14px arial, helvetica, sans-serif;
}

.ui-state-error-text {
	width: 200px;
	margin: 0;
}

label[for=id_is_host] {
	display: inline;
}

button.submit {
	line-height: 13px;
	margin: 10px 0 0 0;
}

object {
	display: none;
}

input::-webkit-input-placeholder {
	color: #999999;
	line-height: 28px;
}

input:-moz-placeholder {
    color: #999999;
}