.attention{
	color:#dd0000;
}
.note{
	color:#999;
	font-size:0.8em;
}
/* button */
.btn{
	color:#ffffff;
	background:#6c3524;
	border-style:solid;
	border-color:#250d00;
	border-width:1px;
	padding:6px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.btn:hover{
	color:#ffff99;
	text-decoration:none;
	background:#bb5548;
}