html, body {
	position:absolute;
	height:100%;
	width:100%;
	background-color:#fff;
	font-family:Arial, sans-serif;
	font-size:0.95em;
    line-height:1.5em;
	margin:0;
	padding:0;
	border:0;
}

h1  {
	font-size:2.1em;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, serif;
	padding:0 0 1em 0;
	margin:0;
}

div.content {
    padding:100px 100px 100px 250px;
}

div.content ul {
	margin:0;
	padding:1em 0 1em 0;
}

.kgres i {
	background-position: 0px 36px;
}

div.content li {
	padding:0 0 0.5em 0;
	background-repeat: no-repeat;
	background-position: center 0;
	margin:0;
	list-style-type:none;
	position:relative;
}

div.content li i {
	position:absolute;
	left:0;
	top:1px;
	width:16px;
	height:16px;
}

div.content li a {
	margin-left:23px;
}

#add-site {
	position:absolute;
	right:50px;
	width:300px;
	z-index:10;
}

#add-site span.inside {
	font-weight:bold;
	font-size:1.3em;
}

#add-site-form {
	margin-top:5px;
	border:1px dotted #999;
	background:#fcfcfc;
	padding:5px 10px;
	display:none;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow: 1px 1px 10px #999;
	box-shadow: 1px 1px 10px #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
	#add-site-form div.pad {
		padding-bottom:0.7em;
	}
	
	#add-site-form div.noreq {
		color: #bbb;
	}	

	#comment {
		height:7em;
	}
	
	#site, #comment {
		width:98%;
	}
	
p.send-ok {
	display:none;
	margin:1em 0 1em 0;
	padding:0;
	font-weight:bold;
}