
.app_table {
	width: 30%;
}

.app_table td {
	padding:10px;
}

.app_hide {
	display: none;
}

.webweb_wp_plugin input.ww_text {
	min-width:220px;
}

/*.webweb_wp_plugin input[type="text"] {
	min-width:220px;
}*/

.form-table textarea {
	width:550px;
}

.success, .app_success {
    color: green;
}

.app_error, .app_delete_button {
    color: red;
}

.app_newsletter_box, .app_message_box {
    _margin: 5px 5px 15px;
    margin: 0;
    padding:5px;
    background-color: #ffffcc;
    border: 2px dashed #777;
}

/* .asterisk is for the *naked* newsletter signup form (mailchimp) */
.asterisk, .app_asterisk {
    color: red;
}

.webweb_wp_plugin_like_gate_admin .main_content {
	float: left;
    margin: 0;
    padding: 0;
    width: 75%;
    vertical-align: top;
}

.webweb_wp_plugin_like_gate_admin .admin_sidebar {
	float: right;
    margin: 0;
    padding: 0;
    width: 20%;
}
