#container{
	display: block;
	position: relative;
	margin-top: 40px;
}
#section1 {
	display: block;
	position: relative;
}

#container a{
	color: #005da4;;
	text-decoration: none;
	cursor: pointer;
}

.buttons{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0d71bd 0%, #013f6e 100%) repeat scroll 0 0;
	border-bottom: medium none !important;
	color: white;
	font: 21px Abbeyroad;
	padding: 5px 15px;
	text-transform: uppercase;
	height:40px;
	width:300px;
	margin-left:20px;
}

.disabled_background{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a6a6a6 0%, #262626 100%) repeat scroll 0 0;
}

#goback_mark_btn{
	width: 150px;
}

#emailSection{
	display: none;
	position: relative;
	margin-top: 40px;
}

#mailSection{
	display: none;
	position: relative;
	margin-top: 40px;
	width:auto;
}

.blue {
	color : #0d71bd;
}

.upload_button{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0d71bd 0%, #013f6e 100%) repeat scroll 0 0;
	border-bottom: medium none !important;
	color: white;
	font: 21px Abbeyroad;
	padding: 5px 15px;
	text-transform: uppercase;
	height:40px;
	width:250px;
	margin-left:20px;
}

.rowDiv{
	display: block;
	position: relative;
	width: 90%;
	margin-top: 30px;
	margin-left:20px;
}

#mail_csv_list{
	position: relative;
	margin-left:20px;
}

#mail_csv_btn{
	position: relative;
	top: -20px;
	width: 200px;
	margin-left: 250px;
}

.invoiceSection{
	display:none;
}

#mail_uploading{
	display:none;
}

.red{
	color:red;
}

.cardholder{
	float: left;
}

.acceptcard{
	float: left;
}

.clear {
	clear: both;
}

.paymentTable{
	width: 100%;
}

.paymentTable tr {
	margin-top: 20px;
}

.paymentTable td {
	padding-left: 20px;
}

.templateImg{
	width: 255px;
	height: auto;
}

.templateImg img{
	position:relative;
	width:100%;
	height:auto;
}

.mailerTemplateTable tr{
	width: 100%;
}
.mailerTemplateTable td{
	width: 40%;
	position:relative;
	padding: 20px;
	align-content: center;
}

.mailerTemplateTable td span{
	padding-left: 10px;
	font-weight: bold;
}

.templateImgDiv{
	width: 1024px;
	height: auto;

}

.templateImgDiv img{
	position:relative;
	width:100%;
	height:auto;
}

.shopAddress{
	position:absolute;
	top: 72%;
	left: 75%;
	width: 100%;
	color: black;
	font-size:14px;

}

.shopHours{
	position:absolute;
	top: 65%;
	left: 65%;
	width: 100%;
	color: black;
	font-size:10px;
}

#mail_submit_paymnet{
	width: 200px;
}

