body {
	margin: 0;
	padding: 0;
}

.form_container {
	width: 300px;
	margin: 20px;
	float: left;
}

#editor-toolbar #edButtonHTML {
	display: none;
}

#editorcontainer #event_content {
	width: 915px;
}

#editor-toolbar #edButtonHTML {
	display: none;
}

#editorcontainer #event_content {
	width: 915px;
}

.group_cell {
	background-color: #eee;
	font-weight: bold;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.group_div {
	border: 1px solid #eee;
	background-color: #f6f6f6;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.cell_left {
	width:140px;
	text-align:right;
}

.group_div .cell_alt  {
	padding-top:0px;
}

.group_cell a {
	font-size:13px;
}

.content_cell {
	padding:3px;
	text-align:center;
}

.event_details_content_div {
	padding-top:5px;
	display:block;
}

.title_content_cell {
	padding:5px;
	text-align:left;
}

.padded_event_frame {
	padding:10px;
}

.event_disclaimer {
	font-size:11px;
	background-color:#fff;
	padding:5px;
	padding-top:15px;
	color:#777;
	line-height:15px;
	text-align:justify;
}

.add_event_help_wrapper {
	float:left;
	width:200px;
	padding-left:10px;
	padding-top:61px;
}

.add_event_help {
	background-color:#ffffcc;
	padding:15px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.add_event_banner_wrapper {
	float:right;
	padding-top:58px;
}

.add_event_thankyou_banner_wrapper {
	float:right;
	padding-top:10px;
}

.spacer_div {
	height: 15px;
}

.tiny_spacer_div {
	height: 10px;
}

.group_tbl {
	width: 100%;
}

.group_tbl td {
	padding: 5px;
}

.wplc_eventformfield {
	margin: 10px 8px 20px 20px;
	padding: 0px;
	border-color: #ebebeb;
}

.wplc_date_label {
	float: left;
	display: block;
	width: 50px;
	font-weight: bold;
	padding-top: 7px;
}

.wplc_date_body {
	float:left;
	clear:right;
}

.longinput input {
	margin: 1px;
	padding: 0;
	border: 0;
	width: 80%;
	font-size: 1.7em;
	outline: none;
}

.longinput {
	border: 1px solid #ccc;
	padding: 2px 3px;
}

.wplc_delete:hover {
	background-color: red;
	border-bottom: 1px solid red;
	color: white;
}

.wplc_link {
	border-bottom: 1px solid;
	padding: 1px 2px;
	text-decoration: none;
}

.longinput label {
	display: block;
	width: 130px;
	float: left;
	padding: 6px 0 0 4px;
	font-weight: bold;
	font-size: 13px;
}

html > body #event_content {
	*width: 730px !important;
}

* html #event_content {
	width: 904px !important;
}

.add_event_title_div {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #999;
}

.add_event_btn {
	width: 120px;
}

.cancel_event_btn {
	width: 80px;
}

.event_site_select {
	font-size: 13px;
}

.no_float {
	clear: both;
	float: none;
}

.clear_float {
	clear: both;
}

.select_date_div {
	padding-top: 15px;
	clear: both;
	float: none;
}

.postbox {
	overflow: hidden;
}

.event_content_textarea {
	width: 100%;
}

.center_text_th {
	text-align: center;
}

.alignleft {
	margin-top: 6px;
}

.float_legend {
	float: left;
	margin-top: 2px;
}

.event_format_select {
	width: 450px;
	height: 50px;
}

.widget_template_select {
	width: 550px;
	height: 150px;
}

.thank_you_div {
	padding: 30px;
	padding-bottom: 195px;
	float: left;
}
