.form {
	background-color: #A0B1C3;
	color: #000000
	margin-right: 10px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bold2 {

	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.hidden{
  display: none;
}

.show{
  display: inline;
}

.content {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000
	margin-right: 10px;

}
.database {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #A0B1C3;
	color: 000000;
}

.odddatabase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #cccccc;
	color: 000000

}

fieldset {
	
}
/*
INPUT{
    border:1px solid #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;

    background-color : A0B1C3;
    color : #000000; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
}
SELECT{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    
    background-color : A0B1C3;
    border-color : FFFFFF;
    border-style : inset;
    border-width : 1px;
    color : 000000;
}
*/
TEXTAREA{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    border: none;
	overflow-y: auto;
    background-color : #A0B1C3;
    color : #000000;
}
.headline {

	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 13px;
    margin-bottom: 5px;
    margin-top: 5px;
    
    background-color : 003366;
    color : ffffff;

}


label.float { 
	float: left; 
	position : relative;
	text-align: left;
	display : inline; 
	background-color : #A0B1C3;
	color: 000000;
	
} 
label.float input { 
	display: inline;
	background-color : #A0B1C3;
	left : 100%; 
	top : 0px; 
	border-style:none;
} 
iframe {height: 37}

iframe.autoh {
	height:expression(frames("icontent").document.body.scrollHeight + 25); 
} 



/*
iframe.autoh {
	height:expression(frames("icontent").document.body.scrollHeight + 25); 
} 
form, label, input { font-size : 1em; } 
fieldset { width : 25em; padding : 0.5em 1em; } 
label { float: left; position : relative; width : 10em; display : inline; margin : .5em .5em; } 
label.long { width : 21em; } 
label input { display: inline; left : 100%; top : 0px; width : 10em; } 
label.long input { width : 21em; } 
input.submit { margin-left : 15em; } 
br { clear: both; } 

*/
br { clear: both; }
##a0b1c3;
#A0B1C3;