body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: white;
	background-color: black;
	margin: 0;
	padding: 0;	
}

a {
	/*text-decoration: none;*/
}

a:link {
	color: #fa0d0d;
}

a:visited {
	color: #fa0d0d;
}
a:hover {
	font-weight: bold; 	
	color: white;
	/*background-color: white;*/
}
a:active {
	font-weight: bold;
	color: gray;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: white;	
}

#tContainer {
	table-layout: fixed;
	border-collapse: collapse; /*default value, can ignore border-spacing unless this is 'separate'*/
	width: 650px;
	background-color: #120441;	
}


.container {
	position: absolute;
	width: 650px;
	height: 500px;
}

.bgPic {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 500zpx;
	width: 650px;
	/*background: green;
	background: url(../images/header.jpg);*/
	z-index: 1;
}

.headerPic {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 123zpx;
	width: 650px;
	/*background: green;
	background: url(../images/header.jpg);*/
	z-index: 1;
}

.bodyPic {
	position: absolute;
	top: 123px;
	left: 0px;
	height: 377px;
	width: 650px;
	/*background: url(../images/body.jpg);	
	background: green;*/
}

.contactInfo{
	position: absolute;
	width: 400px;
	left: 50px;
	top: 120px;
	text-align: left;
	font-size: 1.1em;
	z-index: 2;	
	
}

.textContainer1{
	position: absolute;
	width: 400px;
	left: 120px;
	top: 8em;
	text-align: left;
	font-size: 1.3em;
	z-index: 2;	
	text-align: center;
	
}
.textContainer2{
	position: absolute;
	width: 400px;
	left: 120px;
	top: 17em;
	text-align: left;
	font-size: 1.3em;
	z-index: 2;	
	text-align: center;
	
}

.textContainer3{
	position: absolute;
	width: 400px;
	left: 120px;
	top: 28em;
	text-align: left;
	font-size: 1.1em;
	z-index: 2;	
	text-align: center;
}

.textContainer4{
	position: absolute;
	width: 400px;
	left: 120px;
	top: 44em;
	text-align: left;
	font-size: 1.1em;
	z-index: 2;	
	text-align: center;
}

.title {
	text-align: center;
	margin-top: 1em;
	color: #ebc9e1;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .2em;
}

.contactText {
	position: relative;
	top: 1.5em;
	margin-left: 70px;
	width: 290px;
	height: 104px;
	/*background: url(../images/800/contactTextBox.jpg)*/
	z-index: 3;
}
.shiftUp {
	position: relative;
	top: -1em;
}

.shiftDown {
	position: relative;
	bottom: -1em;
}

LI {
	line-height: 1.2em;
	font-size: 1em;
	/*position: relative;
	left: -1.0em;*/
	list-style-image: none;
	list-style-type: none;	
	vertical-align: baseline;
}

FORM {
	font-size: 1em;
	/*position: relative;
	top: 5em;*/
}

.formTitle {
	margin-left: 80px;
	margin-top: 2.5em;
	color: #FCF100;
	font-size: 1.7em;
	font-weight: bold;
}

.row {
	margin-top: 5px;
	margin-bottom: 5px;
}

.formlabel {
	clear: left;
    float: left;
    width: 120px;
    margin-right: 10px;
	margin-top: .15em;
	text-align: right;
	color: #FCF100;
	/*font-size: 1em;*/
	font-weight: bold;
	overflow: hidden;
}

.inputbox {
	background-color: #E2DBF1;
	border: #F6F591 1px solid;
	width: 200px;
	/*right: 0px;*/
	/*font-size: 1em;*/
	color: #120441;
}


TEXTAREA {
	background-color: #E2DBF1;
	border: #F6F591 1px outset;
	width: 200px;
	height: 90px;
	right: 0px;
	color: #120441;
}

.regularButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FCF100;
	border: gray 0px solid;
	font-weight: bold;
	/*font-size: 1em; */
	color: #f63e00;
}

.buttonhack {
	clear: left;
    float: left;
    width: 70px;
	text-align: right;
	margin-top: -25px;
	padding: 0;
}

.buttonhack2 {
	width: 200px;
}
.confirm {
	margin-top: 5em;
}

.confirmText {
	margin-left: 80px;
}

.anniversary {
	/*margin-left: 100px;*/
	margin-top: 15px;
	z-index: 10;
}

.stickOut {
	color: #fa0d0d;
	/*font-family: arial, sans-serif;*/
	font-weight: bold;
}
