/*------------------------------------------------------------------------
# JA Villadi for Joomla 1.5 - Version 1.4 - Licence Owner JA115059
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

table.form{
	width: 700px
}

table.form td{
	padding: 5px;
	text-align: left;
	background: url('seperator.gif') repeat-x left bottom;
}

table.form tr:hover td{
	background: #FEFAE1 url('seperator.gif') repeat-x left bottom;
}

table.form td.caption, table.form tr:hover td.caption{
	text-align: center;
	font-size: 11px;
	font-weight: 800;
	color: #FFF;
	background: #000 url('ddd');
}

table.form input.form_input, table.form select{
	border: 1px solid #CCC;
	width: 250px;
	/*height: 17px;*/
}

table.form textarea{
	border: 1px solid #CCC;
	width: 250px;
	height: 100px;
}

td.pkgs{
	padding: 5px;
	text-align: center;
}

td.pkgs2{
	background: url('seperator.gif') repeat-x left bottom;
}

table.pkgs{
	width: 700px;
}

td.pkgscap{
	font-size: 11px;
	font-weight: 800;
	color: #FFF;
	background: #000 url('ddd');
	margin: 0 2px 0 0;
}

td.pkgswht{
	text-align: left;
}

table.pkgs tr:hover td.pkgswht, table.pkgs tr:hover td.pkgs2{
	background: #FEFAE1 url('seperator.gif') repeat-x left bottom;
}

.list{
	width: 700px;
}

.list td{
	padding: 5px;
	background: url('seperator.gif') repeat-x left bottom;
}

table.list tr:hover td{
	background: #FEFAE1 url('seperator.gif') repeat-x left bottom;
}





















