/**

* dark form frontend stylesheet

*

* @version		$Id: default.css 170 2009-08-12 07:29:38Z dr_drsh $

* @package		Joomla

* @subpackage	JForms

* @copyright	Copyright (C) 2008 Mostafa Muhammad. All rights reserved.

* @license		GNU/GPL

*/



div.jform{

	margin-top:0;

	padding:0;

}



table.jform{

	width:100%;

}



div.jform img{

	float:none;

	border:0;

}



div.jform h2{

}



div.jform div.error-message

{

	color:red;
	font-weight:bold;
	float:left;
	display:block;
	clear:both;
	font-size:10px;
	padding:0 0 0 75px;

}

div.jform. div.-error{

	color:red;

}

iv.jform. div.input-error{

	border:2px solid red;

}



div.jform form label{

	margin-bottom:15px;
    display:block;
	margin-right:5px;
    clear:both;
	float:left;
	font-size: 11px;

}



div.jform form fieldset{margin-bottom:15px;padding:0px 10px 10px 10px}

div.jform form input,

div.jform form select,

div.jform form fieldset{margin-bottom:15px;float:left;background-color:#999;border:none}

div.jform form textarea{margin-bottom:15px;float:left;background-color:#999;border:none;width:100px}

div.jform form input.radio,

div.jform form label.radio{

	float:none;

}





div.jform form div.clear{

	clear:left;

}
.jfbutton {margin:0 0 0 75px;color:#333;font-size:9px; cursor:pointer; width:66px; height:30px; background:url(http://www.ehw.net.au/images/button.gif) repeat-x top left; border:0px;display:block}
