/*
F1B320 - Orange
043E68 - Dark Blue
60E1FF - Light Blue*/

a#add {
	color: #043E68;
	text-decoration: underline;
}

a#add2 {
	color: #043E68;
	text-decoration: underline;
}

div#main {
	background-color: #000;
}

div#rsvp {
	border:solid 1px #043E68;
	background-color: #F1B320;
	color:#043E68;
}

div#rsvp2 {
	background-color: #000;
	float: left;
	min-height: 100%;
	width: 250px;
	margin: 50px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

img#contact-gif {
	border: solid #043E68;
  	border-width: 1px;
}

div#contact2 {
	position: relative;
	top: 540px;
	width: 250px;
	text-align: center;
}

div#contact3 {
	position: relative;
	top: 590px;
	width: 250px;
	text-align: center;
}

.tbmain{ 
 /* Changes on the form */
  background: #F1B320 !important;
  float: left;
}
.left{
  /* Changes on the form */
  color: #043E68 !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
td.left {
   font-family: Tahoma;
   font-size: 11px;
   font-weight:bold;
   color:#FFC24F;
   vertical-align: top;
   text-align: left;
}
td.right {
   font-family: Tahoma;
   font-size: 11px;
   font-weight: normal;
   color:#483318;
   vertical-align: bottom;   
   text-align: center;   
}
.pagebreak{
   font-family: Tahoma;
   font-size: 11px;
   font-weight:bold;
   color:black;
}

.tbmain{
   height:100%;
   color:#FFC24F;
   background: #F1B320;
}
.head{
   font-family: georgia, garamond, serif;
   font-size: 15px;
   font-weight:bold;
   color:#043E68;
   vertical-align: top;
   text-align: center;
}
.notvalid{
   border:2px red solid;
   font-family:Tahoma;
}
.text{
   color: #043E68;
   font-family: Tahoma;
   font-size: 11px;
   font-weight:normal;
   border: 0px;
   background:#fff;
}
select.other{
   color:#002366;
   font-family: Tahoma;
   font-size: 11px;
   font-weight:normal;
   border:0px;
   background:#B4A6ED;
}
.btn{
   color:#043E68;
   text-align: center;
   font-family: Tahoma;
   font-size: 11px;
   font-weight:bold;
   border:1px #043E68 solid;
   background: #60E1FF;
   /*background: url(http://www.inkwellsf.com/images/btn-crystal.gif) #fff top repeat-x;*/
}
span.required{
  font-size: 12px !important;
  color: red !important;
}
    .form-label{
        width:95px !important;
    }
    .form-label-left{
        width:125px !important;
	color: #043E68 !important;
    }
    .form-line{
        padding:5px;
    }
    .form-all{
        width:100% !important;
        background:#F1B320 !important;
        color:black;
        font-family:Verdana;
        font-size:12px;
    }
    .form-submit-button{
	color:#043E68;
   	text-align: center;
   	font-family: Tahoma;
   	font-size: 11px;
   	font-weight:bold;
   	border:1px #043E68 solid;
   	background: #60E1FF;
   }
    .form-submit-reset{
	color:#043E68;
   	text-align: center;
   	font-family: Tahoma;
   	font-size: 11px;
   	font-weight:bold;
   	border:1px #043E68 solid;
   	background: #60E1FF;
   }

