body {
    font-family:sans-serif;
    background: #CDE8FF;
    font-size: 101.1%;
}
#party {
    width: 740px;
    margin: 20px auto;
    padding: 15px;
    background: url(img/header_bg.png) repeat-x #3390FD;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}
#head {
    margin: 0; padding: 0;
    background: url(img/logo.png) no-repeat center center;
    width: 700px;
    height:100px;
    text-indent: -9999px;
}
#steps {
    margin: 0;
    padding: 0;
}
#steps li {
    border: 1px solid white;
    background: #E7E7E7;
    padding: 2px;
    margin: 2px;
    list-style: none;
}
#text {
    font-size: 1.5em;
    border: 1px solid black;
    width: 100%;
}
.txt {
    font-size: 2em;
}
.info {
    font-size: .6em;
}
.hide {
    display: none;
}
#foot, .small {
    font-size: .8em;
}
#expand {
    display: block;
    width: 100%;
    text-indent: -9999px;
    height: 20px;
    background: url(img/trigger_down.png) no-repeat center center;
}
#branding {
    float: right;
}
#share input {
    border: 0; background: transparent;
    border-bottom: 1px dotted #e7e7e7;
    width: 100%;
    font-size: 100%;
}
#share {
    background: url(img/share.png) no-repeat left center;
    padding-left: 70px;
}
