﻿#rsvpContent 
{
    position:relative;
    margin:0 auto;
    width:960px;
    background-color: transparent;
    min-height:750px; /*Update per Theme */
}


#rsvpHeader 
{
    position:relative;
    width:98%;
    margin:0 auto;
    padding:8px;
    text-align:center;    
}

.guest-field-holder hr
{
	border: none;
	border-top: 1px solid #4c4242;
	margin-top: 15px;
	margin-bottom: 15px;
}


.guest-field-holder {
   margin:-15px 0 0 0;
     /*border:1px solid #666666;
    padding:10px 0 10px 10px;*/
}

.guest-field-holder input[type=text] {
    width:230px;
}

.remove-guest {
    float:right;
    border:1px solid #000000;
    font-size:0.80em;
    font-weight:bold;
    color:#ffffff !important;
    padding:0 2px 0 2px;
    background-color:#f00;
    text-decoration:none;
   
  
}
.remove-guest:hover { background-color:#ff5a5a; }


#rsvpLeft {
    position: relative;
    float:left;
    width: 32%;
    padding:10px ;
    margin:0 0 20px 20px;
    /*background: transparent url('/images/rsvp_bg.png') 0 0 repeat;*/
    border-radius:15px;
    
   
}

#rsvpRight {
    position: relative;
    float:right;
    width: 58%;
    padding:10px ;
    margin:0 20px 20px 0;
    /*background: transparent url('/images/rsvp_bg.png') 0 0 repeat;*/
    border-radius:15px;
}

.rsvp-button-holder {
   
    margin:15px 0 15px 0;   
    text-align:center;
}

.rsvp-error {
    font-size: 0.80em;
    color: Red;    
}


#mapCanvas {
  height: auto;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  top:0;
}

@media print {
  #mapCanvas {
    height: 950px;
  }
}

/* --------------------  Update below per Theme ----------------------- */

.theme-background {
    background-color:#dceffc;    
    background-position: 0 bottom;
    background-repeat: no-repeat;
}


.rsvp a:link, .rsvp a:active, .rsvp a:visited
{
	color: #007AC3;
}
.rsvp a:hover
{
	color: #2b68f1;
	text-decoration: none;
	border-bottom: 1px dashed #2b68f1;
}


.rsvp-title-text {
    color: #000000;
    font-size: 2.5em;
    font-family:'Lucida Calligraphy';
}

.rsvp-section-heading {
    color: #007AC3;
    text-decoration:underline;
}


.rsvp-desc-text 
{
    padding:10px 20px 10px 30px;
    color:#000000; 
    margin-bottom:15px;
}

.rsvp-info-text {
    color:#000000;
}

.rsvp-info-box {
    background-color:#ffffff;
    border:1px solid #007AC3;
    padding: 0.5em;
}

.guest-fieldset {
    margin: 0 0.5em 0.5em 0;
    padding: 0.5em;
    border: 1px solid #007AC3;
    background-color: #ffffff;
}

.guest-fieldset legend {
    background-color: #007AC3;
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    font-size: 0.89em;
    padding: 0 0.5em 1px;
    font-weight: normal;
}

.rsvp-button {
    background-color: #336699;
    border: 1px solid #3A4F63;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
}

.rsvp-button:hover {
    background-color: #007ac3;
    border: 1px solid #3A4F63;
}


.rsvp-button-sub {
    background-color: #E5E5E5;
    border: 1px solid #A6A6A6;
    color: #404040;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
}


.rsvp-field-holder {
    margin:-5px 0 0 0;
    padding:0;
}



.map-section
{    
	position:inherit;
    margin-top:15px;
	width: 200px;
	height: 125px;
	border: 1px solid #007AC3;     
    margin-left:30px;
    bottom:30px; 
}




/* The Following 3 sections are inplace to move around per theme as needed*/
#whenSection {
    margin-bottom:25px;
}

#whereSection {
    margin-bottom:25px;
}

#contactSection {

}

