/**
* dark form frontend stylesheet
*
* @version		$Id: dark.css 55 2009-01-16 13:57:46Z dr_drsh $
* @package		Joomla
* @subpackage	JForms
* @copyright	Copyright (C) 2008 Mostafa Muhammad. All rights reserved.
* @license		GNU/GPL
*/

div.jform    { color: white; margin-top: 15px; padding: 10px }

table.jform{
	width:100%;
}

div.jform img{
	float:none;
	border:0;
}

div.jform h2{
	color:white;
	font-weight:bold;
	border-bottom:1px solid white;
	padding-bottom:5px;
}

div.jform div.error-message
 { color: #fff; font-weight: bold; float: right }
div.jform. div.label-error { color: white }
iv.jform. div.input-error { color: red; border: solid 2px }

div.jform form label    { color: white; margin-right: 5px; margin-bottom: 15px; float: left }

div.jform form fieldset{
	margin-bottom:15px;
	padding:25px 10px 10px 10px;
}
div.jform form input,
div.jform form select,
div.jform form textarea,
div.jform form fieldset    { color: black; font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif; margin-bottom: 15px; float: left; border: solid 1px }

div.jform form input.radio,
div.jform form label.radio{
	float:none;
}


div.jform form div.clear{
	clear:left;
}

div.jform form select.day{width:60px;margin:0px 5px 0px 5px;}
div.jform form select.month{width:100px;margin:0px 5px 0px 5px;}
div.jform form select.year{width:60px;margin:0px 5px 0px 5px;}

