@charset "UTF-8";

/* Layout Medium Screens */

body { background-image: none; }

header { height: 287px; background: url(../images/banner_medium.jpg) no-repeat left 0px; }

header .title {
	top: 130px;
}

header a.logo {
	width: 120px;
	height: 29px;
	top: 20px; 
	left: 20px;
	background-image: url(../images/logo_medium.png);
}

article { width: 640px; margin: 0px auto 0px auto; padding: 20px 0px 40px 0px; }

.redundant_container { padding: 20px 10px 60px 20px; }

.redundant_container .redundant { background-position: 0px 0px; }

.redundant_container .redundant .content { padding: 20px 0px 0px 0px; }

.redundant_container .redundant.one .content { width: 220px; padding: 30px 20px 0px 70px; text-align: left; }

.redundant_container .redundant.two .content { width: 590px; padding: 20px 0px 0px 70px; text-align: left; }

.iframe { 
	width: 590px;
	height: 600px;
	overflow: scroll;
	-webkit-overflow-scrolling:touch;
	-webkit-transform:translate3d(0,0,0);
	 }

/* accept */
.redundant_container .redundant.two .submit_container { 
	background: #f6f8fa; 
	padding: 5px 0px 25px 0px;
	margin: -6px 0px 0px 70px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0; }
.redundant_container .redundant.two .submit_container .submit { float: left; }

.redundant_container .redundant.two .submit_container .submit .content { padding: 20px 0px 0px 0px; }
.redundant_container .redundant.two .submit_container .submit.one .content { width: 280px; padding: 20px 20px 0px 20px; text-align: left; }
.redundant_container .redundant.two .submit_container .submit.two .content { width: 270px; padding: 20px 0px 0px 0px; text-align: left; }

.redundant_container .redundant.two .submit_container .submit.two .content h5 { font-size: .6em; }

.redundant_container .redundant.two .submit_container .submit.one .content ul {
    list-style-type: disc;
    list-style: outside;
    margin:10px 0 0 -15px;
}

.redundant_container .redundant.two .submit_container .submit.one .content ul li {
	color: #234769;
    display:list-item;
    font-size: .98em;
	line-height: 1.5em;}
/* end accept */

.orderandpayment {
	background: #f6f8fa; 
	width: 640px;
	margin: 20px auto 20px auto;
	padding: 30px 0px 20px 0px;
	text-align: center; }






