/* styles for contact form */
#name, #email {
  width: 200px;
  }
#message {
  width: 500px;
  height: 150px;
  }
label .warning {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
  
 /* Invitation */
#contentcontainer_invite {
	position: absolute;
	left:140px;
	top:130px;
	width:1000px;
	height:300px;
	}

 /* Invitation */
#contentcontainer_contactus {
	position: absolute;
	left:160px;
	top:120px;
	width:700px;
	height:283px;
	}
