/**
* default form frontend stylesheet
*
* @version		$Id: default.css 35 2008-12-27 05:26:25Z dr_drsh $
* @package		Joomla
* @subpackage	JForms
* @copyright	Copyright (C) 2008 Mostafa Muhammad. All rights reserved.
* @license		GNU/GPL
*/
#pad {
float:left;
padding-left:100px;
}
div.error-message
{
	color:red;
	font-weight:bold;
	float:right;
}
.label-error{
	color:red;
}
.input-error{
	border:2px solid red;
}

#jform{
	margin-top:15px;
}
#jform label{
	margin-bottom:15px;
	margin-right:5px;
}

#jform fieldset{
	margin-bottom:15px;
	padding:25px 10px 10px 10px;
}
#jform input,#jform select,#jform textarea, #jform fieldset{
	margin-bottom:15px;
}

