/*
 * This file is part of the MyBB Inline Google Translation plugin.
 *
 * Copyright (c) 2008 The forum.kde.org team <kde-forum@nerdstock.org>
 *
 * More info: http://forum.kde.org
 */

/* The container. */
div.googlediv {
}

/* The div with the dropdown with languages and the 'Translate' button. */
div.googletransbtn {
	margin-bottom : 5px;
	text-align : right;
	font-size : 85%;
}

/* The dropdown with languages. */
select.googlelang {
	vertical-align : text-bottom;
	font-size : inherit;
}

/* The 'Translate' button. */
img.googletransbtnimg {
	vertical-align : text-bottom;
	cursor : pointer;
	margin-left : 5px;
}

/* The div with the 'Original' button. */
div.googleorigbtn {
	text-align : right;
}

/* The name of the language (or Google's error message). */
span.googlelangname {
	font-size : 85%;
}

/* The 'Original' button. */
img.googleorigbtnimg {
	vertical-align : text-bottom;
	cursor : pointer;
	margin-left : 5px;
}
