/* CSS Document */

html { 
	height: 100%;
}
body {
	background-color:#f37b20;
	background-image: url(/images/Background.jpg);
	background-repeat: repeat-x;
	min-height: 100%;
	height: 100%;
}
#textbox {
	background-image: url(../images/Textbox-Background.png);
	height: 535px;
	width: 720px;
	background-position: center;
	text-align: left;
	margin-top: -300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.buy_logo {
	margin-left: -27px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: #3d9b35;
}
a {
	color: #339900;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #125687;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.text_box {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #232323;
	margin: 0px 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}
.back_main {
	right: 20px;
	position: absolute;
	bottom: 40px;
}
.red {
	color: #FF0000;
}
#flashcontent {
	height: 100%;
	width: 100%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #125687;
}
#package_details {
	margin-left: 80px;
}

#terms {
	width: 75%;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 10px;
	margin-top: 10px;
}
th {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}

