@charset "utf-8";
/* CSS Document */

.form_bar select {
width: 123px;
height: 21px;
background: #fff;
float: right;
margin-top: -15px;
border: 0px;
box-shadow: inset 1px 1px 0 #555555;
border:1PX solid #6c6c6c;
}


.form_bar input {
width: 120px;
height: 21px;
background: #fff;
float: right;
margin-top: -15px;
border: 0px;
box-shadow: inset 1px 1px 0 #555555;
border:1PX solid #6c6c6c;
padding-left: 3px;
line-height:20px;

}

.header_left h1{
	font-family:Calibri; 
	font-size:18px; 
	color:#fff; 
	margin-top:0px; 
	font-weight:normal;
	}
