/*

Plugin Name: Twit It Up!
Version: 1.0.1
Plugin URI: http://www.jonbergan.com/twit-it-up/
Description: Twit It Up is a simple AJAX powered WordPress plugin that allows your visitors to tweet/retweet your blog posts quickly and easily directly from your blog.
Author: Jon Bergan
Author URI: http://www.jonbergan.com/

Copyright 2009 Jon Bergan (jon@jonbergan.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

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, see <http://www.gnu.org/licenses/>.

*/

div.tiuRow {
	width: 500px;
	height: 30px;
	margin: 0 0 0 117px;
}

div.tiuLabel {
	width: 85px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000;
	text-align: left;
	padding: 0 0 0 15px;
}

div.tiuField {
	width: 400px;
	float: right;
	text-align: left;
}

div.tiuForm {
	background: #dbe8e9;
	border-top: 1px solid #a7c1c4;
	border-bottom: 1px solid #a7c1c4;
	padding: 8px 0 16px 0;
	margin: 8px 0 8px 0;
	text-align: center;
	font-size: 10pt;
}

div.tiuForm p {
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
}

div.tiuForm a.tiu-click-here {
	font-size: 14pt;
}
