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

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

body {
	color: #31626e;
	background: url(../../img/type_a_lightblue.png) center bottom repeat-x;
}

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

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

.radio:before {
	background: #3498db;
}

.checkbox:before {
	border-color: #3498db;
}

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

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

th {
	background: #effbff;
	color: #518592;
}

#privacy {
	color: #518592;
	border: 1px #c9dce0 solid;
}

#description {
	background: #effbff;
	color: #518592;
	border: 1px #c9dce0 solid;
}
