html {
background: url('images/backgroundtile.jpg') top left repeat;
font-family: arial, sans;
}

body {
width: 800px;
margin: 0px auto;
padding: 0px;
}

#top {
margin: 0px;
padding: 0px;
width: 800px;
height: 419px;
background: url('images/top.png') top left no-repeat;
}

#bottom {
margin: 0px;
padding: 0px;
width: 800px;
height: 445px;
background: url('images/bottom.png') top left no-repeat;
}

#menu {
width: 280px;
height: 283px;
float: right;
}

#menu img {
border: 0px;
margin: 0px;
padding: 0px;
}

#banner {
background: url('images/banner.png') top left no-repeat;
width: 800px;
height: 422px;
}

#content-container {
	float: left;
	width: 800px;
	background-color: #3a225a;
	background-image: none;
}

#content {
	width: 740px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #ffffff;
	background-image: url(images/backgroundtile2.jpg);
}

#title {
width: 374px;
height: 91px;
float: left;
background: url('images/rsvp-header.png') top left no-repeat;
}

#emailform {
float: left;
clear: left;
width: 280px;
padding-top: 10px;
padding-left: 80px;
font-size: 14px;
font-weight: bold;
color: #3a225a;
}

#footer {
background: url('images/footer.png') top left no-repeat;
float: left;
clear: both;
height: 108px;
width: 800px;
}

#footer-text {
padding-left: 150px;
padding-top: 20px;
color: #ffcc00;
}
#rsvp {
width: 370px;
float: right;
margin-top: 10px;
margin-right: 50px;
color: #3a225a;
}

#paypal {
float: left;
width: 100px;
height: 60px;
}

.comment {
margin: 0px;
border-left: 45px solid #351b54;
border-right: 45px solid #351b54;
border-top: 5px solid #351b54;
border-bottom 5px solid #351b54;
width: 700px;
height: 82px;
padding: 5px;
background: #cdb5e9;
overflow: none;
}

.commentName {
padding: 5px;
font-weight: bold;
font-size: 16px;
}

.commentContent {
padding: 5px;
font-size: 14px;
}

.commentImage {
float: left;
margin-right: 20px;
}

form.cmxform fieldset {
  margin-bottom: 10px;
  border: 0px;
}
form.cmxform legend {
  padding: 0 2px;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
input {
width: 75px;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}