.smallbreak {
	float:none;
	clear:both;
	height: 1px; 
	margin-top:-1px;
	overflow: hidden;
	font-size:0;
}


.label {
	margin-bottom:0;
}
.textbox {
	border:1px dotted #008291;
	background-color:#fee;
	color:#000;
	padding:2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.disabled {
	border:1px dotted #999;
	background-color:#fff;
	color:#000;
}

.textboxnormal {
	width:200px;
}
.textboxsmall {
	width:50px;
}
.textboxverysmall {
	width:20px;
}
.textboxwide {
	width:590px;
}
.textboxwidehigh {
	width:590px;
	height:100px;
}
.textboxwiderhigher {
	width:690px;
	height:300px;
	font-size:8pt;
}
.defaulttext {
	color:#999;
}
.listboxwideishhigh {
	height:200px;
	width:200px;
}

.button {
	border:1px solid #008291;
	background-color:#fee;
	color:#000;
	font-weight:bold;
	padding:2px;
}
.buttondisabled {
	border:1px solid #999;
	background-color:#ccc;
	color:#999;
	font-weight:bold;
	padding:2px;
}

#htmlSearchArea {
	float:right;
	text-align:right;
}

#htmlSearch {
	margin-top:10px;
}

#htmlNoSearchResults {
	clear:both;
}

#htmlSearch .textbox {
	background-color:#fff;
    border:1px solid #000;
	font-size:8pt;
	padding-top:3px;
	padding-bottom:3px;
}

#htmlSearch .button {
    background-color:#bdb2b0;
    border:1px solid #000;
    color:#000;
	font-size:8pt;
	padding-top:1px;
	padding-bottom:1px;
}

#htmlAdvancedSearchArea {
	background-color:#fff;
	border:1px solid #000;
	font-size:8pt;
	padding:5px;
}	

#htmlAdvancedSearchArea select {
	font-size:8pt;
	vertical-align:top;
}

.searchoptions {
	font-size:8pt;
	margin-bottom:2px;
	margin-top:5px;
}

.hidden {
	display:none;
}
.visible {
	display:block;
}