*{
	margin: 0;padding: 0;}
/* Clearfix */
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;	height: 0;}
.clearfix {	display: inline-block;}
.clear{clear:both;}
img{border: none;}
body{
	background: url('../img/bg.png') repeat-x top #c5d3ee;
	font-family: Georgia, serif;
	font-size: 12px;
}
#wraper{
	width: 960px;
	margin: 0 auto;
}
#header{
	height: 156px;
	background: url('../img/header.png') 0px 35px no-repeat;
	text-indent: -99999999px;
}
#intro{
	margin: 20px 0 10px 0;
	padding: 10px 0 10px 80px;
	background: url('../img/interogation.png') left center no-repeat;
}
#intro p{
	font-size: 1.5em;
	color: #555;
	font-style: italic;
}
#info{
	margin: 20px 0 0 0; padding: 10px 0 10px 80px; background: url('../img/info.png') 0 10px no-repeat; position: relative; 
}
	#info .pleaseWait{
		padding: 17px; position: absolute; top: 0; left: 0; background: #c5d3ee;
	}
	#info p{
		font-size: 1.1em; margin-bottom: 0.5em; color: #384771;
	}
.inputZone{
	padding: 5px 0;
}
.inputZone label{
	display: block;
	font-size: 1.3em;
	color: black;
	padding-bottom: 5px;
}
.inputZone label em{
	font-size: 0.85em;
	color: #555;
}
.inputZone p.note{
	font-size: 0.95em;
	color: #888;
	text-align: right;
	width: 100%;
	padding: 5px 0 0 0;
}
.inputZone.keywords p.note,
.inputZone.desc p.note{
	width: 920px;
}
.inputZone.url,
.inputZone.title{
	width: 440px;
	float: left;
	padding-right: 40px;
}
input,
textarea{
	overflow: auto;
	padding: 5px;
	font-size: 1.2em;
	color: #333;
	background: #e7e7e7;
	border: 1px solid #eee;
}
input{
	width: 100%;
}
textarea{
	width: 920px;
	height: 90px;
}
.inputZone.encoding{
	width: 150px;
	float: left;
}
.inputZone.encoding select{
	padding: 5px;
	font-size: 1.5em;
}
.inputZone.encoding select option{
	padding: 2px;
	font-size: 1.2em;
}
#send{
	cursor: pointer;
	width: 80px;
	float: right;
	position: relative;
	top: 35px;
	right: 30px;
	background: #d11e11;
	color: white;
}
.result{
	border-top: 1px solid #d11e11;
	padding-top: 5px;
	margin-top: 20px;
}
.result h1{
	font-size: 2em;
	color: #d11e11;
}
.result textarea{
	margin-top: 20px;
	height: 240px;
}
#footer{
	padding: 5px 30px 30px 0;
}
#footer p{
	font-size: 0.85em;
	color: #555;
	font-style: italic;
	padding-bottom: 5px;
}
#footer img{
	float: right;
}