body {

	font-family: georgia;

}

#wrap {

	width: 800px;
	margin: 0 auto;	
	text-align: center;

}

textarea {

	width: 600px;
	height: 200px;
	border: 1px solid #cccccc;
	margin-top: 30px;
	font-family: georgia;
	font-size: 12pt;

}

h1 {

	color: #666666;
	font-weight: normal;
	font-family: arial;

}


p {

	font-style: italic;

}


#desc {

	width: 500px;
	margin-left: 150px;
	margin-bottom: 10px;

}

#submit {

	background-color: #009900;
	border: 0;
	border-radius: 7px;
	color: #ffffff;
	padding: 5px;
	font-family: verdana;
	font-size: 150%;

}

#results {

	text-align: left;
	width: 600px;
	margin-left: 100px;

}

#export {

	text-align: right;
	padding: 5px;

}


.kw {

	padding: 10px;

}

.stripe {

	background-color: #eeeeee;

}

.kw-right {

	width: 200px;
	float: right;
	text-align: right;


}

#kws {

	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #bbbbbb;
	border-bottom: 2px solid #bbbbbb;

}

#display-none {

	display:none;
	
}

#feedback {

	margin-top: 40px;
	text-align: left;
	width: 600px;
	margin-left: 100px;
	
}

#restext {

	font-style: italic;
	color: #bbbbbb;	
	
}

#ad {

	margin: 35px;

}
	
