body {
	margin-top: 60px;
}
.lettertxt {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #7b7b7b;
  background: #fff;
}
	.letterheading {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.7;
	color: #7b7b7b;
	background: #fff;
	font-style: oblique;
	text-align: center;
}
.signature {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.7;
	color: #7b7b7b;
	background: #fff;
	font-style: oblique;
}
		.lettersubheading {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  color: #7b7b7b;
  background: #fff;
}
		.lettersubheading a {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  color: #7b7b7b;
  background: #fff;
			text-decoration: none;
}
		.lettersubheading a:hover {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  color: #7b7b7b;
  background: #fff;
			text-decoration: underline;
}
		.lettersubheading a:visited {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  color: #7b7b7b;
  background: #fff;
text-decoration: none;
}
			.lettersubheading2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  color: #7b7b7b;
  background: #fff;
text-decoration: underline;
}
.container {
	background-color: #FFFFFF;
	display: block;
	padding: 20px;
	width: 840px;
	left: auto;
	clip: rect(auto,auto,auto,auto);
}
#wrapper {
	max-width: 800px;
	margin: 0 auto;
	background-color: white;
	padding: 60px;
}
#wrapper {
	-webkit-box-shadow: 4px 4px 12px 0 #787575;
	box-shadow: 4px 4px 12px 0 #787575;



}
.btn {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-family: "Cabin", sans-serif;
  letter-spacing: 1px;
}
.btn-md {
  padding: 6px 26px;
  font-size: 24px;
}
.btn-default {
	color: #fff;
	background-color: #15559B;
	background-image: -webkit-linear-gradient(270deg,rgba(30,122,223,1.00) 0%,rgba(17,71,130,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(30,122,223,1.00) 0%,rgba(17,71,130,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(30,122,223,1.00) 0%,rgba(17,71,130,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(30,122,223,1.00) 0%,rgba(17,71,130,1.00) 100%);
}

.btn-default:hover {
	background-color: #11447C;
	background-image: -webkit-linear-gradient(270deg,rgba(20,105,180,1.00) 0%,rgba(5,32,55,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(20,105,180,1.00) 0%,rgba(5,32,55,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(20,105,180,1.00) 0%,rgba(5,32,55,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(20,105,180,1.00) 0%,rgba(5,32,55,1.00) 100%);
}

.btn-default:active {
  background: #dedede;
  border-color: #dedede;
}
