.cx_username {
	display: none;
}

.cx_password label {
	float: left;
	width: 100px;
}

.cx_password {
	margin-top: 10px;
	margin-bottom: 10px;
}

.left_box {
	float: left;
	width: 50%;
}

.right_box {
	float:left;
	width: 50%;
}

textarea {
	height: 300px;
}

.new_event_frontend {
	margin-bottom: 10px;
}

.new_event_frontend label {
	width: 150px;
	float: left;
}

.cx_submit {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.cx_submit > input {
	border-radius: 0;
	box-shadow: none!important;
	text-shadow: none;
	font-size: 16px;
	background: #346e9d;
	border: 0;
	color: #fff;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	padding: 15px;
	float: none;
	font-family: "Open Sans Condensed", sans-serif;
}