@charset "utf-8";
/* CSS Document */

body {
	background-color:#b8d7e5;
}
h1 {
	color:#000;
}
#api_description {
	margin:14px;
	background-color:#FFF;
	color:#000;
	padding:14px;
}
#demo1 {
	margin:24px;
	border: dotted 1px #666;
	padding:14px;
}
#demo2 {
	margin:24px;
	border: dotted 1px #666;
	padding:14px;
}
#description {
	background-color:#EEE;
	color:#000;
	width:744px;
	padding:14px;
	text-align:justify;
}
#chrome_extension_link {
	color:#000; text-decoration:none; font-size:14px;
}
#chrome_extension_link:hover {
	color:#F00;
}
#api_link:hover {
	color:#F00;
}
#api_link {
	color:#000; text-decoration:none; font-size:14px;
}
#icq {
	padding-top:14px;
	font-weight:bold;
}
#icq img {
	margin-bottom:-4px;
}
#api_header {
	color:#000;
}
#content {
	border:solid 1px #FFF;
	background-color:#FFF;
	width:772px;
}
#logo {
	margin-top:30px;
}
#link {
	display:block;
	margin:22px;
	width:598px;
	font-size:18px;
	margin-bottom:12px;
	background-color:#E6E6E6;
}
#footer {
	background-color:#EEE;
	color:#000;
	width:270px;
	padding:14px;
	text-align:justify;
	margin-top:24px;
}
#specify_url_label {
	font-size:14px;
	height:24px;
	display:block;
}
#specify_url {
	margin-left:0px;
	float:left;
}
#uri {
	width:244px;
}
#go_button {
	display:block;
	font-size:18px;
	margin-left:22px;
	margin-bottom:22px;
	margin-top:24px;
}
#error_message {
	color:red;
	margin-left:24px;
	font-size:12px;
}
