/**
 *	Zoki Test css
 *
 *	This file provides styles table for test
 *
 *	Copyright (c) 2007, Zoki Soft <info@zokisoft.com>.
 * 
 *	This file is part of ZokiTest.
 *	
 *	Zoki Test is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU Lesser General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	Zoki Test is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU Lesser General Public License for more details.
 *
 *	You should have received a copy of the GNU Lesser General Public License
 *	along with Zoki Test.  If not, see <http://www.gnu.org/licenses/>.
 *
 */
 
/* test box */

	.testBox
	{
		border: 0px solid #9AE4E8;
	}
	.testContainer
	{
		position:absolute;
		overflow: visible;
		/* here you can change witdh of your test */
		width:600px;
		margin:0px auto;
		background-color: #9AE4E8;
		border:0px solid #9AE4E8;
		text-align:left;
	}
	div.testCaption
	{
		position:relative;
		margin:2px;
		padding:0px 5px;
		/* height of caption */
/*
		height:20px;
		line-height:20px;
		overflow:hidden;
*/
		vertical-align:center;
		font-weight:bold;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		font-color: white

	}
