/**
 * Plugin:			Bulk Me Now!
 * Plugin URI:		http://metamorpher.net/bulk-me-now/
 * Description:		Adds a Contact Form Module for your blog, so you don't get your contact form into your e-mail but your WP admin area instead.
 * Author:			mEtAmorPher
 * Author URI:		http://metamorpher.net/
 * Version:			1.2
 * Text Domain:		bulk-me-now
 * Domain Path:		/lang
 *
 * Copyright 2010  mEtAmorPher  (email : metamorpher.py@gmail.com)
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License, version 2, as 
 * published by the Free Software Foundation.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 *
 * @package bulk-me-now
 */

#bmn-copyright {
	display: block;
	margin: 20px 0 20px !important;
	padding: 3px 10px;
	background: #FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #DDD;
	clear: both;
	overflow: hidden;
}

#bmn-copyright p {
	font-size: .8em;
}

#bmn-copyright .left {
	float: left;
	margin-right: 10px;
	width: 55%;
}

#bmn-copyright .right {
	float: right;
	margin-left: 10px;
	width: 37%;
}

#bmn-copyright .logo {
	float: right;
	display: block;
	width: 107px;
	height: 50px;
	background: url('img/logo.png') center no-repeat;
	margin: 15px;
}

#bmn-copyright .logo a {
	display: block;
	width: 107px;
	height: 50px;
}

#bmn-copyright .donate {
	float: right;
	display: block;
	width: 92px;
	height: 26px;
	background: url('img/donate.gif') center no-repeat;
	margin: 0 35% 10px;
}

#bmn-copyright .donate a {
	display: block;
	width: 92px;
	height: 26px;
}

#icon-bulk-me-now {
	background: url('img/icon-32.png') center no-repeat;
}

/* HOW TO USE (do not touch) */

.bulk-me-now-how-to-use-01 {
	background: url('img/how-to-use-01.jpg');
	width: 600px;
	height: 326px;
	display: block;
	margin: 15px auto;
}

.bulk-me-now-how-to-use-02 {
	background: url('img/how-to-use-02.jpg');
	width: 600px;
	height: 269px;
	display: block;
	margin: 15px auto;
}

.bulk-me-now-how-to-use-03 {
	background: url('img/how-to-use-03.jpg');
	width: 323px;
	height: 484px;
	display: block;
	float: right;
	margin: 0 0 20px 20px;
}

/* SETTINGS STYLING */

#bmn-settings-recaptcha,
#bmn-settings-js,
#bmn-settings-general,
#bmn-settings-mailing {
	display: none;
}

.settings-wide a {
	text-decoration: underline;
}

.settings-wide td,
.settings-wide th {
	padding: 10px !important;
}

.settings-wide th {
	padding-right: 30px !important;
	white-space: nowrap;
}

.settings-wide td {
	width: 100%;
}

.wider {
	width: 300px;
}