input {
	border: 1px dotted #999999;
	height: 30px;
	width: 450px;
	font-size: 20px;
	padding-top: 2px;
	padding-left:10px;
	margin-left: 10px;
	color: #666666;
	align: center;
}

.radio {
	width: 15px;
	height: 15px;
}

input:hover {
	border: 1px dotted #EE3124;
}

select {
	width: 160px;
	background-color: white;
	border: thin dotted #999999;
	color: black;
	text-align: left;
	font-size: 7pt;
	/*overflow-y: hidden;
	overflow: -moz-scrollbars-vertical;*/
	padding: 2px;
}

select:hover {
	border: thin dotted #EE3124;
}

select.selected {
	background-color: white;
}

option {
	padding: 2px;
	border: thin dotted #999999;
	margin-bottom: 2px;
}

#clickableWidget {
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 2px;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#clickableWidget:active {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

#search_box {
	height:130px;
	overflow:hidden;
}

.description {
	height: 360px; 
	overflow: auto;
	text-align:left;
}