
body {	 
	background: #000;
	color: #fff; /* set font color for site */
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans, _sans; /* fonts faces */
	font-size:100%; /* set font sizes to cross browser same size (or as close as we can get in the real world) This should be 16px at default browser settings */
  	font-weight: bold;
	line-height:1.125em;
}

.form {
	margin-left: 260px;
	width: 360px;
	height: 200px;
}

#rsvp {
	position: absolute;
	top: 250px;
	left:290px;
	z-index: 1;
	border: solid 3px white;
	background: #000;
	visibility: hidden;
}

img.rsvp {
	float: left;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 10px;
}

h1 {
	font-size: 1em;
	color: orange;
	margin-right: 45px;
	padding-top: 20px;
	text-align: right;
}

h2 {
	font-size: 1em;
	color: orange;
	margin-right: 16px;
	padding-top: 20px;
}

form {
	margin-top: 20px;
	padding-left: 15px;
	
}

fieldset {
	border: 0px;
}

label {
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block
}

input {
	color: orange;
	margin-bottom: 15px;
	border: 1px solid #888;
	font-weight: bold;
	background-color:#333;
}

input.button {
	font-weight:bold;
	color: orange;
	background-color:#333;
	border: 1px solid #888;
	margin-left:10px;
}

input.buttonOver {
	background-color: #777;
	margin-left:10px;
}