/* CSS Document */

#content {
	margin: 10px 0px 10px 0px;
	width: 400px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #787BA0;
	border-bottom-color: #787BA0;
}


#content #search {
	position: relative;
	float: none;
	height: 22px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
#content #search form input {
	overflow: hidden;
	border: 1px solid #2b3c8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2b3c8b;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	margin-right: 2px;
	padding: 0;
	float: left;
	line-height: 20px;
	background-image: url(../images/layout_images/search_bg.png);
	background-repeat: repeat-x;
}
#content #search form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #search h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2b3c8b;
	text-decoration: none;
	text-align: left;
	line-height: 22px;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: nowrap;
	display: inline;
	float: left;
	vertical-align: middle;
	padding: 0;
	margin: 0px 3px 0px 0px;
}
