/* CSS Document */
@charset "utf-8"; 

div.buttons{
	width: 100%;
	text-align: center;
}

div.buttons input{
	float: none;
	margin: 0px 50px;
}

fieldset.error legend{
	color: #c00;
}

ul.error li{
	color: #c00;
}

p#thanks{ font-size: 24px; color: #060; margin: 3em; text-align: center; clear: both; }

span.hissu{ color: #c00;}
