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

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

body {
	color: #5a6d8b;
	background: url(../../img/type_a_blue.png) center bottom repeat-x;
}

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

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

.radio:before {
	background: #5b8ad5;
}

.checkbox:before {
	border-color: #5b8ad5;
}

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

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

th {
	background: #f2f7ff;
	color: #7487a8;
}

#privacy {
	color: #7487a8;
	border: 1px #d4dce6 solid;
}

#description {
	background: #f2f7ff;
	color: #7487a8;
	border: 1px #d4dce6 solid;
}
