.title {
	background: #ECECF9;
	border: 1px solid #5542C5;
	border-left: none;
	border-right: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin: 4px;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2C226D;
}

.tips {
	background: #FFFFF0;
	border: 1px solid #F2B72B;
	border-left: none;
	border-right: none;
	padding: 5px;
	margin: 15px;
	display: block;
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #453205;
}

.s_form, .s_result {
	background: #F4F8FF;
	border-bottom: 2px dotted #FF8C00;
	border-top: 2px dotted #FF8C00;
	width: 250px;
	margin: 1px;
	padding: 2px;
	text-align: center;
}

.s_result {
	width: 100%;
	text-align: left;
}

.s_result h2 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
}

.s_form input {
	border: 1px solid #1E90FF;
	background: #FEFAF3;
	color: #000179;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.s_sampl {
	color: #707070;
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
}

.nav_search {
	background: #FBFBFB;
	text-align: center;
	color: #4B4B4B;
}

.tips A
{
TEXT-DECORATION: underline;
}
.tips A:link
{
COLOR: #6A5ACD;
}
.tips A:visited
{
COLOR: #D2B48C;
}
.tips A:active
{
COLOR: Gray;
}
.tips A:hover
{
color: #B22222;
}

A:hover
{
	background: none;
}