﻿div#headerOptions
{
 width:100%;
 height:101px;
 left:0;
 background :top left
             repeat-x;
 position:fixed;
 top:0px;
 z-index:10;
 color: #003880;
}
.header-label {
		color: #fff;
}

#headerOptions select, .input_field {
	border:1px solid #999999;
	padding:2px;
	font-size:12px;
	color:#333333;
	

}

#headerOptions .button, #headerOptions .header-login input{
		background:0;
		border:0;
		font-size:0;
		padding:0;
}

.headerpaddingbottom10 {
		padding-bottom: 10px;
}