/* -- added -- */
#errors {
	color: red;
	margin: 1em 0;
}
#AmazonPayButton {
	margin: 25px auto 0;
	width: 100% !important;
	height: 70px !important;
	max-width: 300px;
}

.form button.submit {
    cursor: pointer;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 33px auto 0;
    border-radius: 5px;
    background: -webkit-gradient(linear,left top,right top,from(#e0bb62),to(#af8930));
    background: linear-gradient(to right,#e0bb62,#af8930);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: relative;
    -webkit-box-shadow: 6.62px 8.785px 30.72px 1.28px rgba(0,0,0,0.13);
    box-shadow: 6.62px 8.785px 30.72px 1.28px rgba(0,0,0,0.13);
    text-shadow: 3.611px 4.792px 8.64px rgba(0,0,0,0.11);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

@media not all and (max-width: 800px) {
    .form button.submit:hover {
        opacity:0.7
    }
}

@media (max-width: 800px) {
    .form button.submit.touching {
        opacity:0.7
    }
}

@media (max-width: 800px) {
    .form button.submit {
        max-width:400px;
        font-size: 18px;
        border-radius: 3px;
        margin-top: 25px;
        -webkit-box-shadow: 3.31px 4.3925px 15.36px 0.64px rgba(0,0,0,0.13);
        box-shadow: 3.31px 4.3925px 15.36px 0.64px rgba(0,0,0,0.13)
    }
}

.form button.submit.orange {
    background: -webkit-gradient(linear,left top,right top,from(#f76e4e),to(#da4b2a));
    background: linear-gradient(to right,#f76e4e,#da4b2a)
}

.page-form .form_box .form_content.form3 .selected_item .mailmag {
	display: block !important;
	margin-bottom: 0.5em;
}

@media (min-width: 801px) {
	.form_box .form__note {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		width: 40em;
	}
}
.email_note {
	margin: 0.5em 0;
	display: block;
	color: #cc0313;
	cursor: pointer;
}
.email_note_detail {
	padding: 10px;
	border: solid 2px #333;
	color: #333;
}
span.email_note_detail {
	display: inline-block;
	color: #f00;
	border-color: #f00;

}
.form__note .email_note_detail {
	display: none;
}
.form__note.email_show .email_note_detail {
	display: block;
}
