/*======================
	FIELDSET
========================*/
fieldset
{

}
legend
{

}
/*======================
	FORM
========================*/
form
{
	
}
/*======================
	LABEL
========================*/
label
{
	
}
/*======================
	INPUT
========================*/
input
{

}
/*======================
	TEXTAREA
========================*/
textarea
{

}
/*======================
	SELECT
========================*/
select
{
	
}
option
{
	
}
optgroup
{
	
}
/*======================
	BUTTON
========================*/
button, input.button
{
    background:url(../images/tq_button.png) no-repeat;
    width:66px;
    height:25px;
    padding-bottom:5px;
    border:0;
    font-size:11px;
    color:#fff;
}
button:hover, input.button:hover
{
    background-position:0 -25px;
}
/*======================
	ERROR
========================*/
#error, #error-php
{
     color:#c40000;
     border:solid 2px #c40000;
     border-left:0;
     padding:7px 5px 7px 5px; 
    border-right:0;
    background:#ecb7b7;
    display:none; 
}
#error-php
{
    display:block; 
}
#error li
{
    color:#c40000;
}
/*======================
	MESSAGE
========================*/
.pane-content .message
{
	border:solid 2px #009200;
	padding:7px 5px 7px 5px; 
	border-left:0; 
	border-right:0; 
	color:#094009; 	
	background:#d5ffd5; 
}
/*====================================
	FORM TABLE
======================================*/
table.form
{
	
	border-collapse:collapse; 
}
table.form tr
{
	
}
table.form th
{
	text-align:right; 
	width:120px; 
	font-size:10px; 
	font-weight:bold;
        background:transparent;
        color:#414141;
        border:0; 
	padding: 3px 3px 3px 0;
}
table.form td
{
	padding:3px;
        border:0; 
}
div.form-submit
{
	text-align:center; 
	margin-top:10px; 
	margin-bottom:10px; 	
}
