/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/*
_______________________________
BASE */

@import url(tripoli.base.css);

/*
_______________________________
PLUGINS */

@import url(tripoli.visual.css);

/*
_______________________________
LAYOUT */

@import url(styles.css);

/*
_______________________________
NAVIGATION */

@import url(navigation.css);


/*
_______________________________
END */

.questiondropdown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #630;
	border: 1px solid #600;
	height: 25px;
	width: 250px;
}

.questionbutton
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFF;
   background-color: #090;
   height: 25px;
   width: 100px;
   line-height: 20px;
   padding-bottom: 4px;
   border: 1px solid #600;
}


