@charset "utf-8";

#tellBox .inp {
	border: 1px solid #CCCCCC;
	width: 240px;
	margin-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}
#tellBox h1 {
	font-size: 13px;
	color:#333;
	letter-spacing:normal;
	font-family: "Trebuchet MS";
}
#answer {
	margin-top: 10px;
}
a{
	color:#CCFF00;
	text-decoration:none;
}

