/* Inputs */

input.flat-normal-textboxstyle {
	border-width: 1px;
	border-style: solid;
	border-color: #6666BB;
	padding-left: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal; 
	font-variant: normal;
	font-weight: normal; 
	background: white;
	font-size: 13px;
	color: black; 
}

select.flat-normal-select {
	border-width: 1px;
	border-style: solid;
	border-color: #6666BB;
	padding-left: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal; 
	font-variant: normal;
	font-weight: normal; 
	background: white;
	font-size: 13px;
	color: black; 
}

div.anchor-container {
	display: inline;
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
}

div.anchor-container-text {
	display: inline;
	position: relative;
	float: left;
	width: 100%;
	height: 25px;
	padding: 4px 0;
}

div.anchor-container-select {
	display: inline;
	position: relative;
	float: left;
	width: 100%;
}
