body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,img,input,textarea,p,blockquote,table,th,td,a,abbr,acronym,address,caption,cite,code,dfn,em,strong,th,var,hr{margin:0;padding:0;border:0;text-decoration:none;font-style:normal;font-weight:normal;text-align:left;border-collapse:collapse;border-spacing:0;list-style:none;}
input:focus,a:focus,textarea:focus{outline:0;}
sup,sub{vertical-align: baseline;position: relative;top: -0.4em;}sub{top:0.4em;}
html,body,textarea,select,button,legend{font:14px/20px Helvetica,Arial,Verdana,sans-serif;color:#4a031d;}


* html div#logoBox {				/*IE 6 PNG FIX */
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/logo-big.png', sizingMethod='crop');
}


html, body {
    background: url(images/background.jpg) center 0 repeat;
}
h1, 
h2, 
h3,
h4,
h5,
h6 {
    color: #630459;
    font-weight: bold;
}
    h1 { font-size: 26px; margin-bottom: 5px;}
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }

strong { font-weight: bold; }
em { font-style: italic; }

#content {
    position: relative;
    width: 100%;
    padding-top: 9px;
}
#stageOverContainer {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.logocontainer {

    width: 960px;
    margin: 0 auto -110px;
    padding-top: 10px;
	z-index: 1;
}

a { color: #e60e5f; }
a:hover { text-decoration: underline; }

#logoBox {
	position: relative;
    width: 183px;
    height: 99px;
    text-indent: -999em;
    overflow: hidden;
    background: url(images/logo-big.png) 0 0 no-repeat;
	z-index: 1000;
}
    .empty h1#logo { background-image: url(images/logo-big.png); }

#stagecontainer {
    overflow: hidden;
    /* keep the arrows relative to the container for left/right */
    position: static;
}
#stage {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.empty #stage { height: 125px; }

#wishes {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    background: transparent;
    height: 475px;
}

.wish {
    position: absolute;
    z-index: 999;
    height: 60px;
    width: 60px;
    overflow: hidden;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
    .wish img,
    .wish span {
        width: 60px;
        height: 60px;
        text-align: center;
        vertical-align: middle;
    }
    .wish span {
        display: block;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

a#stageLeft, a#stageRight {
    display: none;
}


#loadingBox,
#errorBox,
#infoWindow, .infoWindow,
#updateBox {
    position: absolute;
    left: -999em;
    top: -999em;
    z-index: 999;
    background: #FFF;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    width: 260px;
    background: #FFF;
}
    div#updateBox {
        position: fixed;
    }
    div.infoWindow .content, div.infoWindow form, div.infoWindow .shared, div#updateBox .content {
        font-size: 12px;
        line-height: 20px;
        padding: 0 20px 0;
        width: 210px;
        margin: 0;
        height: auto;
    }
    div.infoWindow p.messageBox, div.infoWindow span.to, div.infoWindow span.from {
        color: #630459;
        font-weight: bold;
        margin: 0;
        padding: 0;
        clear: both;
    }
    div.infoWindow p.fromBox { float: left; margin-bottom: 14px; }
    div#updateBox .content, div.infoWindow .shared {
        padding-top: 40px;
        height: 210px;
    }
    div.infoWindow .star {
        float: left;
        height: 60px;
        width: 60px;
        margin-right: 10px;
    }
    
    #loadingBox {
        text-align: center;
        font-weight: bold;
    }
    .close {
        position: absolute;
        overflow: hidden;
        top: 5px;
        right: 5px;
        text-indent: -999em;
        height: 18px;
        width: 18px;
        background: url(images/close.gif) 0 0 no-repeat;
    }
        .close:hover { background-position: 0 -18px; }
        .close:active { background-position: 0 -36px; }


#content, 
#container {
    width: 968px;
    height: 1%;
    margin: 0 auto;
    background: url(images/container.png) 0 0 no-repeat;
    padding-top: 9px;
}
    #container { 
        width: 940px;
        padding: 16px 14px 0 12px;
        background-position: -969px 0;
        background-repeat: repeat-y;
    }
    #content:after, .copyright:after, #container:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        width: 0;
        overflow: hidden;
        visibility: hidden;
    }
.copy, 
.form,
.sent {
    width: 470px;
    float: left;
    
}
    .copy {
        width: 430px;
        margin-right: 40px;
    }
    .copy p,
    .sent p {
        margin-bottom: 18px;
    }
    .copy .copyright {
        font-size: 11px;
    }
    .copy .copyright p { 
		margin: 0; 
	}
	
	.copyright {
		height: 1%;
		clear: both;
		margin: 0 0 15px 0;
	}
.copyright li {
	position: relative;
	display: block;
	float: left;
	display: inline;
	line-height: 57px !important;
	height: 57px;
	margin: 0 0 0 10px;
	padding: 0;
}
.sent { display: none; }
	
.target {
	margin: 15px 0;
}

.target img {
	vertical-align: middle;
}
	
	
	.azul7 {
		text-align: right;
		width: 650px;
	} 
	
	.azul7 a {
		display: inline-block;
		background-image: url(images/azul7-logo.gif);
		background-position: right;
		background-repeat: no-repeat;
		padding: 0 50px 0 0;
		
	}

.wishlogo {
    float: right;
    width: auto;
    position: relative;
    top: -3px;
}

/*
.form p {
    float: left;
    width: 220px;
    margin-right: 40px;
    font-size: 12px;
}
*/
label { 
    font-weight: bold; 
    color: #630459;
}
    .text label, .textarea label { display: block; }
.text input, textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    font-size: 14px;
    line-height: 20px;
    width: 201px;
    background: #f8e7e7;
}
    .checkbox input { margin-right: 5px; }
.input { margin: 0 0 14px; }
.input.textarea {
    float: left;
    width: 350px;
    overflow: hidden;
    margin-right: 25px;
}
    textarea { 
        width: 342px; 
        height: 62px;
        resize: none;
        margin: 0;
    }
.input.hidden {
    float: left;
    width: 90px;
}
.submit { float: left; }
.submit input,
button {
    border: 0;
    background: #f8e7e7;
    color: #630459;
    width: 209px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.hidden input { display: none; }
fieldset.personFrom,
fieldset.personTo {
    float: left;
    width: 209px;
    height: 1%;
}
    fieldset.personFrom {
        padding-right: 25px;
        border-right: 1px solid #FFF;
        margin-right: 25px;
   }
   fieldset.message { 
       clear: both; 
       padding-bottom: 5px;
   }

#iconSelector,
.iconList {
    position: relative;
    background: #F5EAEA;
}
    #iconSelector a {
        display: block;
        padding: 5px 0 0 5px;
        background: #f5eaea url(images/dropdown.gif) right 0 no-repeat;
        height: 60px;
        overflow: hidden;
    }
        #iconSelector a:hover { background-position: right -65px; }
        #iconSelector a:active { background-position: right -130px; }
        #iconSelector img {
            position: relative;
            top: 5px;
        }
.iconList {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 390px;
    display: none;
    padding-left: 5px;
    height: 70px;
    overflow: hidden;
}
.iconList img {
    cursor: pointer;
    margin: 5px 5px 5px 0;
}
.form p.error-message,
.error label {
    margin-right: 0;
    float: none;
    width: auto;
    color: #911818;
}

.content p,
.content ul,
.content ol {
    margin-bottom: 24px;
}

p.button {
    float: left;
    width: 210px;
    margin-right: 20px;
}
    p.button a {
        font-size: 14px;
        line-height: 28px;
        background: #63045A;
        color: #f8e7e7;
        text-align: center;
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

ul.social {
    float: left;
    width: 200px;
}
    ul.social a {
        padding-left: 20px;
        line-height: 17px;
        background-position: 0 center;
        background-repeat: no-repeat;
    }
        ul.social a.fb { background-image: url(images/facebook.png); }
        ul.social a.tw { background-image: url(images/twitter.png); }