@charset "UTF-8";
@import url(type_a.css);

html {
	background: url(../../img/type_a_green.png) center top -56px repeat-x;
}

body {
	color: #3d6638;
	background: url(../../img/type_a_green.png) center bottom repeat-x;
}

.form-button>span:last-child input {
	background: #3cba2e;
	border: none;
	color: #fff;
}

.form-button>span:last-child input:hover {
	background: #309525;
}

.radio:before {
	background: #51b845;
}

.checkbox:before {
	border-color: #51b845;
}

input[type=radio]:checked+.radio:after,
input[type=checkbox]:checked+.checkbox:after {
	background: #fff;
	border-color: #51b845;
}

th,td {
	border: 1px #ceddcc solid;
}

th {
	background: #f2fdf1;
	color: #5e8a59;
}

#privacy {
	color: #5e8a59;
	border: 1px #ceddcc solid;
}

#description {
	background: #f2fdf1;
	color: #5e8a59;
	border: 1px #ceddcc solid;
}
