div.scroll {
	height: 480px;
	width: 230px;
	overflow: auto;
	border: 0px solid #666;
	padding: 2px;
}
.text1 {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 10pt;
}

.inputbox {
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	width: 120px;
	height:15px;
	border: 1px solid #333333;
	background:none;
}

.inputbox:hover {
	background:#FFFFFF;
}

.button {
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
    border: 1px solid #006;
    background: #ccf;
	height: 20px;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 20px;
	width: 250px;
	border-collapse: collapse;
	text-align: left;
}

#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}


.textarea{
	font-size:12px;
	width: 330px;
	height: 60px;
	border: 3px solid #cccccc;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}
