/*=====================================================================*\
|| ###################################################################
|| # Bugdar
|| # Copyright ©2002-2007 Blue Static
|| #
|| # 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; version 2 of the License.
|| #
|| # 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 Street, Fifth Floor, Boston, MA 02110-1301, USA
|| ###################################################################
\*=====================================================================*/

#fieldbody
{
	width: 100%;
	padding: 2px;
}

#leftcol
{
	float: left;
	width: 49%;
}

#rightcol
{
	float: right;
	width: 49%;
}

/* ################################################################### */

#votes, #yourvote, #votesfifty, #voteshundred
{
	width: 25%;
	/* Firefox doesn't support display: inline-block so this could take up a little more space... but oh well */
	display: inline-block;
	vertical-align: top;
}

	#votesfifty
	{
		width: 50%;
	}
	
	#voteshundred
	{
		width: 100%;
	}

#attachments
{
	float: right;
	width: 49%;
}

/*=====================================================================*\
|| ###################################################################
|| # $HeadURL: https://bugdar.svn.sourceforge.net/svnroot/bugdar/tags/1.2.2/templates/report.css $
|| # $Id: report.css 1582 2007-07-19 22:33:24Z rsesek $
|| ###################################################################
\*=====================================================================*/