@charset "utf-8";
body{
	background:#FFF;
}
#tip{
	margin:10px 20px;
}
#tip a{
	text-decoration:underline;
	color:#666;
}
#tip h3{
	color:#5A98DE;
	font-size:14px;
	margin-bottom:10px;
}
#tip h4{
	margin-bottom:10px;
}
#tip h4.success{
	color:#090;
}
#tip h4.failed{
	color:#C00;
}
#tip div{
	clear:both;
	margin-bottom:10px;
	padding:30px 10px 40px 10px;
	text-align:center;
	border-top:4px solid #DEEFFA;
	border-bottom:4px solid #DEEEFA;
	background:#F2F9FD;
}
#tip div p a{
	font-size:12px;
}
#tip div p input.submit{
	padding:2px;
	border-color:#DDD #666 #666 #DDD;
	background:#DDD;
	cursor:pointer;
}