@CHARSET "ISO-8859-1";

.input400{
width:			400px;
}

.highTab {
	backround-color		: red;
	border				: 1px solid black;
	border-bottom		: 0px;
	
	font-family         : sans-serif;
    font-size           : 10px;
	font-weight			: bold;
    color               : #000000;
    text-align			: center;
    width				: 70px;
	cursor				: '';
}

.outTab {
	background-color	: #dfdfdf;
	border-bottom		: 1px solid black;
	margin				: 5px;
	
	font-family         : sans-serif;
    font-size           : 10px;
    color               : #333333;
    text-align			: center;
	width				: 70px;
	cursor				: pointer;
}

.tabSeparator {
	border-bottom		: 1px solid black;
}
