@charset "utf-8";
/* CSS Document */

.header {
	margin-top: 50px;
	margin-left: 130px;
	width: 840px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	float: left;
}
.header-text {
	width: 400px;
	float: left;

}
.header-text h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #501460;
	}
.header-search {
	width: 400px;
	font-size: 13px;
	float:right;
	text-align: right;
	color: #501460;
	}
input
{

	color: #501460;
	border: 1px solid;
	border-color:#999999;
	font-family: "Times New Roman", Times, serif;
}


