/**
* dark form frontend stylesheet
*
* @version		$Id: default.css 362 2010-02-20 06:50:23Z dr_drsh $
* @package		Joomla
* @subpackage	JForms
* @copyright	Copyright (C) 2008 Mostafa Muhammad. All rights reserved.
* @license		GNU/GPL
*/

div.jform{
	margin-top:0px;
	padding:0 10px 10px;
}

table.jform{
	width:100%;
}

div.jform img {
    border: 0 none;
    float: right;
    height: 30px;
    width: 66px;
}
div.jform h2{
	
}

div.jform div.error-message
{
color: #FFFFFF;
float: left;
	margin-top: -15px;
    font-size: 9px;
    font-weight: bold;}
div.jform. div.label-error{
	color:red;
}
iv.jform. div.input-error{
	border:2px solid red;
}

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

div.jform form fieldset{
	margin-bottom:15px;
	padding:25px 10px 10px 10px;
}
.jform p {
    display: none;
    margin: 0 !important;
    padding: 0;
}
div.jform form input,
div.jform form select,
div.jform form textarea,
div.jform form fieldset{
	background: url("../images/name_bg.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 25px !important;
    margin-bottom: 17px;
    padding: 0 5px;
    width: 260px !important;}
	
.jform #hb9ce{
	background: url("../images/name_bg2.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 25px !important;
    margin-bottom: 8px;
    padding: 0 5px;
    width: 270px !important;}

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

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;}


div.jform form div.clear{
	clear:left;
}
.jform .jfbutton {
    background: url("../images/submit.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 0;
    font-weight: bold;
    height: 34px !important;
    margin-left: 75px;
    text-align: center;
    text-transform: uppercase;
    width: 94px !important;
}
#h2902_70{ background:url("../images/mess.png") no-repeat !important; height:50px !important;}
.jform input.jfsecurimage{margin-top:-33px; width:180px !important; background:url("../images/name.png") no-repeat !important; height:20px !important;}