form input[type="text"], textarea {
	border: 1px solid #bbb;
	padding: 5px 10px;
	font-family: Arial,Verdana;
	width: 200px;
}
form textarea {
	border: 1px solid #bbb;
	padding: 5px 10px;
	font-family: Arial,Verdana;
	width: 404px;
}
form input[type="submit"] {
	display: inline-block;
	padding: 6px 12px;
	font-family: 'Open Sans', Vedana;
	font-weight: bold;
	background-color: #79b74c;
	border: 1px solid #62943e;
	margin-left: 0px;
	color: #fff;
	text-decoration: none;
}
div#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	background-color: #ebebeb;
	box-shadow: 0px 1px 2px 0px #bbb;
}
div#header > div#logo {
	display: inline-block;
	margin: 0 0 0 20px;
}
a.mail {
	color: #444;
}
p {
	font-family: 'Roboto Slab';
	color: #000;
	line-height: 150%;
	text-align: justify;
}
h2 {
	margin: 0 0 0 0;
	line-height: 40px;
	font-family: 'Roboto Slab';
	color: #333;
	font-weight: 300;
}
h3 {
	font-family: 'Roboto Slab';
	color: #333;
	font-weight: 300;
}
div#header > div#logo > h1 {
	margin: 0 0 0 0;
	line-height: 40px;
	font-family: 'Roboto Slab';
	color: #333;
	font-weight: 300;
}
div#header > div#logo > h1 > a{
	text-decoration: none;
	color: #333;
}
div#header > div#menu {
	display: inline-block;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div#header > div#menu > ul {
	list-style-type: none;
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
}
div#header > div#menu > ul > li {
	display: inline-block;
	margin: 0 0 0 -4px;
	padding: 0 0 0 0;
	line-height: 40px;
}
div#header > div#menu > ul > li > a {
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: 400;
	color: #555;
	padding: 10px 10px;
	width: 100px;
	border-right: 1px solid #ccc;
}
div#header > div#menu > ul > li:hover {
	background-color: #f3f3f3;
}
div#container {
	width: 100%;
}
div#container > div#content {
	width: 960px;
	margin: 80px auto 0px auto;
}
input#tag_name {
	height: 28px;
	border: 1px solid #c2c4c6;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 55px;
	outline: none;
	width: 920px;

}
a#click {
	display: inline-block;
	background-color: #333;
	border-radius: 3px;
	padding: 4px 10px;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	font-family: Verdana;
	border: 1px solid #333;
	margin-left: -55px !important;
	line-height: 18px !important;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#tags { margin:0; padding:0; }
#tags li { list-style-type:none; float:left; margin:0 10px; height:35px; }
#cloud a { text-decoration:none; font-family: 'Roboto Slab';display:inline-block;margin:10px;}
#cloud a:hover { text-decoration:underline; }