/**
* 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
*/
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:0px;
	padding:0px 0px 0px 0px;
/*	border:1px;*/
}
#jform select,#jform textarea, #jform fieldset{
	margin-bottom:0px;

}
#jform input.pola{	margin-bottom:10px;
	margin:0px;
	height:10px;
	width:100px;
	border:solid 1px #000;}
