@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
.clearfix {display: inline-block;}
.clear {clear:both;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
a {
	color: #1c3f5d;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color:#346483;
	text-decoration: none;
	background-color: transparent;
}
body {	
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#3e3e3e;
}
#page-frame {
	position:relative;
	width:1000px;
	margin:0 auto;
	z-index:2;
}
#content-header {
	width:100%;
	height:101px;
	margin:20px 0 0 0;
	background:url(/public/images/content-header_bg2.png) no-repeat 0 0;
}
#logo {	
	width:280px;
	height:100%;
	float:left;
	display:inline;
	margin:0 0 0 100px;
}
#logo a {
	display:block;
	height:100%;
	width:100%;
}
#logo a em {
	display:none;
}
#header-h1 {
	width:620px;
	height:100%;
	float:left;
	display:inline;
}
#header-h1 h1 {	
	line-height:50px;
	margin:25px 0 0 0px;
	color:#3e3e3e;
	font-size:21px;
}
#content-frame {
	width:567px;
	margin:20px auto 0;
	padding:20px;
}
.long {
	height:413px;
	background:url(/public/images/page-long_bg.png) no-repeat center 0;
}
.short {
	height:110px;
	background:url(/public/images/page-short_bg.png) no-repeat center 0;
}
#content {
	clear:both;
	width:100%;
}
#search-frame {
	width:500px;
	margin:20px auto 0;
}
form {
	display:inline;
	float:left;
	line-height:30px;
	color:#3e3e3e;
}
label {
	font-size:14px;
}
input[type='text'],option {
	font-size:14px;
	height:18px;
}
input[type='text'],select {
	background:#FFF;
	border:none;
	opacity:.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#send-button {
	display:inline;
	float:left;
	width:78px;
	height:30px;
	margin-left:15px;
}
#send-button a {
	display:block;
	width:100%;
	height:100%;
	line-height:30px;
	text-align:center;
	background:url(/public/images/send_btn.png) no-repeat 0 0;
	color:#fff;
}
#send-button a em {
	display:none;
}
#search-results {
	width:500px;
	margin:0 auto;
	clear:both;
}
#search-results p {
	text-align:justify;
}
#h2-frame {
	margin:35px 0 0 0;
}
#h2-frame h2 {
	padding-left:35px;
	font-size:16px;
}
#h2-frame2 h2 {	
	font-size: 10px;
}
#full-info {
	height:240px;
	width:100%;
	overflow-y:auto;
	overflow-x:none;
	margin:15px 0 0 0;
}
.found {
	line-height:30px;
	background:url(/public/images/domain-status-icon.png) no-repeat 0 -28px;
}
.not-found {
	line-height:30px;
	background:url(/public/images/domain-status-icon.png) no-repeat 0 -2px;
}
#footer {
	width:400px;	
	margin:5px auto;	
}
#footer a {	
	color:#fff;
	font-weight: bold;
}
#background-image {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	min-width:1000px;
	min-height:500px;
}
#picture-source {
	position:absolute;
	right:0;
	bottom:5px;
	width:229px;
	height:32px;
	background:url(/public/images/picture-source_bg.png) no-repeat 0 0;
	z-index:3;
}
#picture-source a {
	width:209px;
	height:100%;
	line-height:32px;
	border:none;
	margin-left:20px;
	color:#3e3e3e;
}
.cf-red {
	font-weight:bold!important;
	color:#BF1E2E;
}
.cf-black {
	font-weight:bold!important;
	color:#0B0B0B;
}
