
#attend_mtg_inner h1 {
	display: none;
}

#attend_mtg_inner #blurb {
	display: none;
}

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

.fieldwrapper {
	margin: 0;
	width: 200px;
	padding: 0;
}

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

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

.ui-state-error-text {
	width: 200px;
	margin: 0 auto 0 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;
}
#login-btn, button.blue, button.positive, div.blue, div.blue input, input.blue, input.positive {
	font-family: 'Arial', Helvetica, sans-serif !important;
	font-size: 18px !important;
	height:40px;
	color: #FFFFFF !important;
	border: none;
	text-shadow: none;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#103184),  to(#103184) );
	background-image: -moz-linear-gradient(top, #103184, #103184);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103184',  endColorstr='#103184' );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#103184', EndColorStr='#103184')"; /* IE8 */
	text-transform: none !important;
	font-weight: normal;/*box-shadow: 0px 1px 2px 0px #cccccc;
	-moz-box-shadow: 0px 1px 2px 0px #cccccc;
	-webkit-box-shadow: 0px 1px 2px 0px #cccccc;*/
}
#login-btn:hover, button.blue:hover, button.positive:hover, div.blue:hover, div.blue input:hover {
	border: none;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#103184),  to(#103184) );
	background-image: -moz-linear-gradient(top, #103184, #103184);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103184',  endColorstr='#103184' );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#103184', EndColorStr='#103184')"; /* IE8 */
}

#id_is_host{
	display:block;
	width:240px;
}

label[for=id_is_host]{
	display:block !important;
	width:240px;
}