html, body, ul, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin:0px;
	padding: 0px;
	color: #000000;
	background: #333333;
	color:#232323;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;	
}

input {
	padding:1px;
    font-size:9px;
}

th { text-align:right; }

h1 {
	color: #000000;
	font-size: 12pt;
	margin-bottom:5px;
}

hr { width:700px; }

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-right:10px;
    white-space: nowrap;
}

address {
	font-weight:bold;
	font-style:normal;
	font-size:10pt;
}

#site_container {
	width: 800px;
	height: 1050px;
	margin: 0 auto;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left; /* flipping IE */
}

/* INDEX PAGE */

.index_headline {
    font-weight: bold;
    font-size: 12px;
}

#index_left {
    font-size:9px;
    position: absolute;
    margin-top: 590px;
    margin-left: 65px;
	width: 280px;
	height: 205px;
}
#index_right {
    font-size:9px;
    position: absolute;
    margin-top: 590px;
    margin-left: 445px;
	width: 280px;
	height: 205px;
}

/* INDEX PAGE */

/* ENTRY FORM PAGE */
#entry_form_left_ge {
    position: absolute;
    margin-top: 90px;
    margin-left: 70px;
    width: 385px;
    height: 505px;
}
#entry_form_right_ge {
    position: absolute;
    margin-top: 260px;
    margin-left: 485px;
    width: 245px;
    height: 325px;
}

#entry_form_left_sk {
    position: absolute;
    margin-top: 365px;
    margin-left: 65px;
    width: 385px;
    height: 505px;
}
#entry_form_right_sk {
    position: absolute;
    margin-top: 550px;
    margin-left: 480px;
    width: 245px;
    height: 325px;
}
/* ENTRY FORM PAGE */

/* CONFRIM PAGE */
#confirm_sk {
    position: absolute;
    margin-top: 365px;
    margin-left: 65px;
    width: 655px;
    height: 495px;
}
#confirm_ge {
    position: absolute;
    margin-top: 100px;
    margin-left: 70px;
    width: 655px;
    height: 495px;
}
/* CONFRIM PAGE */

.errors {
	color:red;
	font-weight:bold;
}

.messages {
	color: green;
	font-weight:bold;
	font-size: 9pt;
}

.block_text {
	width:98%;
	margin-bottom: 10px;
	padding:4px;
	/* border: 2px solid #e8555f; */
	width: 655px;
}

/* Product Table */

.product_table {
	font-size:8pt;
	border-left:1px solid black;
	border-bottom: 1px solid black;
	width:640px;
	background-color:#ffffff;
}

.product_table td {
	border-top:1px solid black;
	border-right:1px solid black;
}
.product_table th {
	text-align:center;
	border-top:1px solid black;	
	border-right:1px solid black;	
}

/* Confirmation Number */
#cfn {
	font-size:12pt;
	font-weight:bold;
	padding-left:2px;
}

#proof_of_purchase {
	position:absolute;
	top:545px;
	left:475px;
	width:240px;
	text-align:justify;
	font-size:8pt;
}

#breadcrumb_bar {
	display:none;
	position:absolute;
	top:144px;
	height:20px;
	width:683px;
	background-color:#4db848;
}

.web_button_small {
	background-color:#969696;
	cursor:pointer;
	color:white;
	border:0px none;
	padding: 3px;
}
