@charset "utf-8";
/* CSS Document */

.content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-color: #000000;
	border-top-width: 0px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-style: solid;
	background-color: #FFFFFF;
	min-height: 100%;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	margin-bottom: auto;
	margin-top: auto;
}
.headertxt {
	color: #050E76;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	font-size: x-large;
	text-decoration: underline;
	text-shadow: 3px 3px 3px #B7B6B6;
}


.contentbody {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	text-align: center;
	width: 95%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contentbody_align_left {
	text-align: left;
}

#psatxt {
	color: #06061e;
	font-size: 25px;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
	text-shadow: 3px 3px 3px #B7B6B6;
	-moz-box-sizing: border-box;
}
#paypalbox {	box-sizing: border-box;
	width: 400px;
	height: 350px;
		border: 4px solid #147204;
	border-radius: 7px;
	box-shadow: 0px 0px 0px #ffffff inset, 0px -0px 0px #6c7a6c inset, 3px 3pt 0px 1px #082004, -1px 0px 0px 0px #000000 inset;
	-moz-box-sizing: border-box;
	background-color: #DBFCDE;
	vertical-align: middle;
}
#support_box {
	width: 90%;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(rgba( 238, 238, 238, 0), rgba( 238, 238, 238, 0));
  background-image: linear-gradient(rgba( 238, 238, 238, 0),rgba( 238, 238, 238, 0));
  border: 2px solid #197c0e;
  border-radius: 9px;
  box-shadow: 0px 0px 9px #a0db06 inset, 0px -0px 9px #10a224 inset, 3px 3pt 0px 1px #8a8ba3, 2px 0px 4px 0px #000000 inset;
  -moz-box-sizing: border-box;
}