body {
	font-family: arial;
	font-size: 12px;
}
.page {
	max-width: 738px;
	margin: 0 auto 30px;
	padding-top: 61px;
}
.check_params input[type=text] {
	padding: 8px 12px;
	width: 500px;
	background: #F4F4F4;
	border: 1px solid #DDDDDD;
}
.check_params select {
	background: #F4F4F4;
	border: 1px solid #DDDDDD;
	padding: 8px 12px;
	width: 526px;
}
.check_params input[type=button], .check_params input[type=submit], .check_params input[type=reset] {
	border: 1px solid buttonFace;
	padding: 9px 15px;
	margin-right: 15px;
	cursor: pointer; 
	font-weight: bold;
	border-radius: 5px;
	text-shadow: #fff 0 1px 0;
}
.check_params input[type=button]:hover, .check_params input[type=submit]:hover, .check_params input[type=reset]:hover {
	text-decoration: underline; 
}
.check_params .lb {
	font-weight: bold;
	text-align: right;
	font-size: 23px;
}
.logo {
	font-size: 30px;
	text-align: center;
	color: #D5D6D8;
	font-weight: bold;
}

/* results */
.results {
	margin-top: 30px;
	font-size: 14px;
}
.keyword {
	background: buttonFace;
	text-align: center;
	padding: 9px;
	margin-bottom: 15px;
}
.site {
	margin-bottom: 15px;
	padding: 9px;
}
.link {
	padding: 5px 0;
	color: #093;
}
.match_rank {
	border: 2px solid #116298;
}
.position {
	padding: 0 9px;
	color: red;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 9px;
}
.add_keyword {
	margin-left: 7px;
	cursor: pointer;
	width: 24px;
}
.keywords_more input[type=text] {
	margin-top: 15px;
}
.keywords_more input[type=text]:first-child {
	margin-top: 0;
}
.not_found {
	color: red;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.desc {
	font-size: 20px;
	padding: 17px;
}
.limit {
	text-align: center;
	color: red;
}