/**
* dark form frontend stylesheet
*
* @version		$Id: default.css 163 2009-07-04 09:15:32Z dr_drsh $
* @package		Joomla
* @subpackage	JForms
* @copyright	Copyright (C) 2008 Mostafa Muhammad. All rights reserved.
* @license		GNU/GPL
*/

div.jform {
	width:650px;
}
table.jform {
	width:100%;
}
div.jform img {
}
div.jform h2 {
	font-size:1.8em;
	margin: 10px 0 20px;
	text-transform:uppercase;
}
div.jform div.error-message {
	color:red;
	font-weight:bold;
}
div.jform. div.label-error {
 color:red;
}
div.jform. div.input-error {
 border:2px solid red;
}
div.jform form label {
	font-size:0.909em;
	font-weight:bold;
}
div.jform form fieldset {
}
div.jform form input.jftextbox {
	border: solid 1px #C3C3C3;
	height:15px;
	margin:5px 0 15px;
	width:265px;	
}
div.jform form textarea.jftextarea{
	border:solid 1px #737373;
	height:160px;
	margin:5px 0 15px;
	width:475px;
}
div.jform form table.jfsecurimage{
	float:left;
	vertical-align:middle;
	width:350px;
}
div.jform form table.jfsecurimage p{
	font-weight:bold;
	margin:0 0 2px;
}
div.jform form input.jfsecurimage{
	border: solid 1px #C3C3C3;
	height:15px;
	width:135px;
}
div.jform form input.jfbutton{
	float:left;
	margin:20px 0 0 20px;
}
div.jform form input, div.jform form select, div.jform form textarea, div.jform form fieldset {
	font-size:1.2em !important;
	color:#666666;
	font-family:inherit;
}
div.jform form input.radio, div.jform form label.radio {
}
div.jform form div.clear {
}
