div.press_search_form { 
	position: absolute;
	right: 52px;
	top: -22px;
	padding: .5em;
	width: 480px;
	background-color: #d7d2c5;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	z-index: 3;
}

div.press_search_form form {
	line-height: 25px;
	margin: 0px auto;
	/*width: 450px;*/
	padding: 4px 4px 8px 4px;
	text-align: center;
}

div.press_search_form .ttl {
	text-align: center;
	color: #333333;
	font-weight: bold;
}

div.press_search_form h2 {
	font-size: 16px;
}

div.press_search_form input.text,
 div.press_search_form select.text {
	border: 1px solid #333333;
}


/*div.press_search_form button,
div.press_search_form input.button {
	padding: 4px 8px;
	margin: 16px auto 0px auto;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: 0px none;
	font-family:Georgia,'Times New Roman','Times Roman',Times,sans-serif;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-border-radius: 9px;
}*/

table.blog {
	width: 95%;
	margin: 0px auto;
}

table.blog td.contentheading,
table.blog td.contentheading a {
	font-size: 14px !important;
	color: #091b3f !important;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	background-color: transparent;
	border: none;	
	line-height: 20px !important;
	text-indent: 0px;
}

table.blog div.article-content {
	border-top: 1px solid #DFE0D0;
	padding: 2px 0px;
	margin: 2px 0px;
}

table.blog h2.contentheading a:hover {
	text-decoration: underline;
}

table.blog td.article_column {
	padding-right: 8px;
}

table.blog td.column_separator {
	padding-left: 8px;
	padding-right: 0px !important;
}

div.blog_more {
	display: none;
}

.createdate {
	font-style: italic;
}

table.blog div.article-content {
	text-align: justify;
}

table.blog div.buttonheading {
	
}

div.search_results {
	clear: both;
	padding: 26px 16px 0px 16px;
	position: relative;
	z-index: 1;
}

h1.search_results {
	margin: 12px auto;
	padding-bottom: 2px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 2px solid #3D3D3D
}

div.press_search_item {
	clear: both;
	padding-bottom: 12px;
	overflow: auto;
}

div.press_search_item h2 {
	color: #000000;
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
}

div.press_search_item div.counter {
	float: left;
	margin: 0px 6px;
	font-weight: normal;
	font-size: 16px;
	width: 20px;
}

div.press_search_item div.result {
	float: right;
	width: 880px;
	overflow: auto;
}

ul.pagination {
	list-style: none;
}

ul.pagination li {
	float: left;
	margin-right: 4px;
}

.press_search_form .button {
	background-color: #333333;
	color: #ffffff;
	font-family: Georgia, 'Times New Roman', 'Times Roman', Times, sans-serif;
	font-weight: bold;
	padding: 4px 8px;
	border: 0px;
	cursor: pointer;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-border-radius: 9px;
}
