   form {
   }

   legend {
	display:none;
   }
   
   fieldset {
	border:none;
	padding:0;
   }
   
   form li {
	list-style-type:none;
	margin-bottom:10px;
	color:#fff;
	font-size:14px;
   }
   
   form li:first-of-type {
	margin-bottom:25px;
   }
   
   label {
	margin:0;
	font-size:14px;
	margin:0 0 4px;
	display:block;
   }
   
  input, select, textarea {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size:14px;
	color:#000;
	width:100%;
	border:1px solid #fff;
	margin:0;
   }
   
   input {
	background:#fff;
	padding:2px 5px;
	min-height:28px;
   }
   
   select {
	width:105px;
	height:28px;
	margin-top:0;
	background:#fff;
   }
   
   textarea {
	background:#fff;
	padding:0 5px;
	margin:0;
	min-height:145px;
   }

   button {
	width:120px;
	padding:10px 20px;
	margin: 30px 20px 0 0;
	text-align:center;
	background:#ffcc33;
	border:1px solid #ffcc33;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
   }
   
   button:last-of-type {
	margin-right:0;
   }
   
   button:hover {
	border:1px solid #000;
   }
   
   span.hide {
	display:none;
   }
   
   .notice {
	font-size:14px;
   }
   
   #rsvErrors {
	background:red;
	width:auto;
	padding:10px 10px 0;
	color:#fff;
	display:none;
	margin:10px 0 20px 0;
	font-size:16px;
   }
   
   #rsvErrors span {
	font-weight:bold;
	color:#fff;
   }