/**
 * @package Joomla
 * @subpackage Accessible-Template-Capcana-3
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

html {
	height:100%;
}
body{
	margin:0;
	color:#666;
	font:12px Arial, Helvetica, sans-serif;
	 background:#faf7f1; 
	min-width:1000px;
}
img{border-style:none;}
a{
	color:#004273;
	text-decoration:none;
	outline:none;
}
a:hover{text-decoration: underline;}
input,
textarea,
select{
	font:100% Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*conttact*/
.inputbox_contact{
	width:200px;
}

.inputbox_address{
	width:420px;
}

.input_combobox{
	width:205px;
}

.text1{
	color:#FF0000;
	font-size:12px;
	font-weight:600;
}

.text2{
	color:#FF0000;
	font-size:10px;
}

.star{
	color:#FF0000;
	font-size:14px;
}
.bnimg{
float:left;
}