
a {
    color: #0181BD;
    text-decoration: none;
}
a:hover {
    color: #02699A;
    cursor: pointer;
    text-decoration: underline;
}
a:focus {
    color: #02699A;
}
button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.btn_primary, .btn_secondary, .btn_alt, .btn_select, .btn_facebook, .form_field select {
    -moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 0 1px 2px #DDDDDD;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 9px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}
button.btn_primary, button.btn_secondary, button.btn_alt {
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.2em;
    padding: 5px 9px;
}
.btn_primary:hover, .btn_secondary:hover, .btn_alt:hover, .btn_select:hover {
    text-decoration: none;
}
.btn_primary.btn_small, .btn_secondary.btn_small, .btn_alt.btn_small, .btn_select.btn_small, .btn_facebook.btn_small {
    font-size: 0.9em;
    line-height: 21px;
    padding: 0 4px;
}
.btn_primary {
    background: url("../images/btn_primary.gif") repeat scroll center top #6FAB0B;
    border: 1px solid #6CB100;
    color: #FFFFFF;
}
.btn_primary:hover, .btn_primary:focus {
    border-color: #65A700;
    color: #F9F9F9;
}
.btn_primary:active {
    border-color: #6CB100;
    color: #DFEACA;
}
.btn_primary.disabled {
    color: #C0E086;
}
.btn_secondary, .form_field select {
    background: url("../images/btn_secondary.gif") repeat scroll center top transparent;
    border: 1px solid #BDBDBD;
    color: #333333;
    text-decoration: none !important;
}
.btn_secondary:hover, .form_field select:hover, .btn_secondary:focus {
    border-color: #A8A8A8;
    color: #000000;
    text-decoration: none;
}
.btn_secondary.disabled:hover, .btn_secondary.disabled:focus {
    border: 1px solid #BDBDBD;
}
.btn_secondary:active, .form_field select:active {
    border-color: #BDBDBD;
    color: #333333;
}
.btn_secondary.disabled, .form_field select.disabled {
    color: #CCCCCC;
}
.btn_alt {
    background: url("../images/btn_alt.gif") repeat scroll center top #EEA100;
    border: 1px solid #EB9100;
    color: #FFFFFF;
}
.btn_alt:hover, .btn_alt:focus {
    border-color: #DF8900;
    color: #F9F9F9;
}
.btn_alt:active {
    border-color: #EB9100;
    color: #F6E4C7;
}
.btn_alt.disabled {
    color: #EEB75E;
}
.btn_select {
    background: url("../images/btn_primary.gif") repeat scroll center top #6FAB0B;
    border: 1px solid #6CB100;
    color: #FFFFFF;
}
.btn_select:hover, .btn_select:focus {
    border-color: #65A700;
    color: #F9F9F9;
}
.btn_select:active {
    border-color: #6CB100;
    color: #DFEACA;
}
.btn_select.disabled {
    color: #A9CB6B;
}
.btn_primary:hover, .btn_secondary:hover, .btn_alt:hover, .btn_select:hover, .btn_primary:focus, .btn_secondary:focus, .btn_alt:focus, .btn_select:focus {
    background-position: 0 25px;
}
.btn_primary:active, .btn_secondary:active, .btn_alt:active, .btn_select:active {
    background-position: 0 50px;
}
.btn_primary.disabled, .btn_secondary.disabled, .btn_alt.disabled, .btn_select.disabled {
    background-position: 0 75px;
    cursor: default;
}
.btn_facebook {
    background: url("../images/facebook/facebook_btn.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #5779BD;
    color: #FFFFFF;
    padding-left: 35px;
}
.btn_facebook:hover, .btn_facebook:active, .btn_facebook:focus {
    background-position: 0 0;
    border-color: #5071AF;
    color: #F5F7FA;
    text-decoration: none;
}
.btn_round {
 white-space: nowrap;
background: #F3F3F3 url(images/btn_round.png);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #D8D8D8;
color: #666;
padding: 0 10px;
width: auto;
line-height: 18px;
display: inline-block;
font-size: 11px;
text-align: center;
-webkit-background-clip: padding-box;

}
.btn_round.depressed, .btn_round.active {
    background: url("images/btn_round_depressed.png") repeat scroll 0 0 transparent;
}
.btn_round:hover, .btn_round:focus {
    border-color: #CCCCCC;
    text-decoration: none;
}
.btn_major {
    -moz-border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 0 1px 2px #AAAAAA;
    background: url("../images/btn_major.png") repeat scroll center top #6FAB0B;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-shadow: 1px 1px 1px #558708;
    width: 156px;
}
.btn_major:hover, .btn_major:focus {
    background-position: 0 -34px;
    color: #FFFFFF;
    text-decoration: none;
}
.btn_major.disabled {
    background-position: 0 -68px;
    color: #F6F6F6;
    cursor: default;
    text-shadow: 0 0 1px #999999;
}
.btn_major.active {
    background-position: 0 -102px;
    color: #FFFFFF;
    cursor: default;
    text-shadow: 0 0 1px #999999;
}
.btn_major.active span {
    background: url("../images/spinner.gif") no-repeat scroll left center transparent;
    padding-left: 22px;
}
.system_alert_holder {
    display: none;
    margin: 0 auto 15px;
    width: 980px;
}
.system_alert {
    -moz-border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 0 1px 0 #CCCCCC;
    background: url("../images/system_alert_bg.png") repeat-x scroll 0 0 #FFF8A4;
    border: 1px solid #E8E8E8;
    color: #666666;
    line-height: 41px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.system_alert a {
    font-weight: bold;
}
.system_alert a.system_alert_x {
    background: url("../images/system_alert_x.png") repeat scroll 0 0 transparent;
    display: block;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 13px;
    width: 15px;
}
.status_bar {
    background: url("../images/bg_status_bar.png") repeat scroll 0 0 transparent;
    border: 1px solid #E2E2E2;
    min-height: 22px;
    overflow: hidden;
    padding: 7px 8px 5px;
	width:331px;
}
.cancellable_textbox {
    background: url("../images/bg_cancellable_textbox.png") repeat scroll 0 0 transparent;
    height: 23px;
    overflow: hidden;
    width: 186px;
}
.cancellable_textbox input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: left;
    height: 23px;
    line-height: 23px;
    margin-left: 5px;
    padding: 0 3px;
    width: 153px;
}
.cancellable_textbox a {
    float: right;
    height: 23px;
    width: 21px;
}
.cancellable_textbox_sm {
    background: url("../images/bg_cancellable_textbox_sm.png") repeat scroll 0 0 transparent;
    width: 166px;
}
.cancellable_textbox_sm input {
    width: 133px;
}
.btn_wrapper {
    white-space: nowrap;
}
.btn_wrapper strong, .btn_wrapper em {
    float: left;
    line-height: 1.1em;
    margin: 0 5px;
    vertical-align: middle;
}
.btn_wrapper strong span {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
}
.btn_wrapper a {
    float: left;
    vertical-align: middle;
}
.btn_wrapper em {
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
}
a.btn_primary span, a.btn_secondary span, a.btn_alt span, a.btn_facebook span {
    display: inline-block;
    padding-left: 25px;
}
a.btn_primary.btn_small span, a.btn_secondary.btn_small span, a.btn_alt.btn_small span {
    padding-left: 21px;
}
a.save_draft span, a.save_guest span {
    background: url("../images/btnicn_save.png") no-repeat scroll left center transparent;
    padding-left: 22px;
}
a.upload span {
    background: url("../images/btnicn_upload.png") no-repeat scroll left center transparent;
}
a.btn_facebook span {
    background: url("../images/btnicn_facebook.gif") no-repeat scroll left center transparent;
    padding-left: 22px;
}
.table {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border: 1px solid #CCCCCC;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    width: 100%;
}
.table table {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.table table thead {
    -moz-box-shadow: 0 2px 2px #E3E3E3 inset;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #ECECEC;
}
.table table thead th {
    border-right: 1px solid #E0E0E0;
    color: #999999;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0;
    text-align: left;
}
.table table thead th:last-child {
    border-right: medium none;
}
.table table thead th a, .table table thead th span {
    color: #999999;
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin: 10px 10px 9px;
}
.table table thead th a:hover {
    color: #666666;
}
.table table thead th a.asc, .table table th.headerSortDown a {
    background: url("../images/sort_down.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}
.table table thead th a.desc, .table table th.headerSortUp a {
    background: url("../images/sort_up.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}
.table table .name, .table table .email {
    text-align: left;
}
.table table .email label.error {
    clear: both;
    display: block;
    margin: 4px 0 0;
    white-space: normal;
    width: auto !important;
}
.table table th.edit, .table table th.remove, .table table td.edit, .table table td.remove {
    text-align: center;
    width: 95px;
}
.table table td.edit.saving {
    background: url("../images/ajax-loader-small.gif") no-repeat scroll center center transparent;
}
.table table td.edit a {
    font-size: 11px;
}
.table table td a.edit_guest {
    background: url("images/icon_edit.gif") no-repeat scroll left center transparent;
    cursor: pointer;
    float: left;
    font-size: 11px;
    margin: 0 9px 0 6px;
    padding: 1px 0 0 13px;
}
.table table td a.remove_guest {
    background: url("images/icon_cancel_event.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 9px;
    margin: 1px 0 0;
    text-indent: -100000px;
    width: 9px;
}
.table table td.remove a.remove_guest {
    float: none;
    margin: 0 auto;
}
.table table tbody td {
    font-size: 12px;
    height: 24px;
    overflow: hidden;
    padding: 0 10px;
    vertical-align: middle;
    white-space: nowrap;
}
.table table tbody td div {
    overflow: hidden;
}
.table table tbody tr {
    background: none repeat scroll 0 0 #FFFFFF;
}
.table table tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #F9F9F9;
}
.table table tbody tr.guest_edit td {
    padding: 4px 5px;
}
.table table tbody tr.guest_edit td a.btn_small {
    font-size: inherit;
}
.table table tbody td input, .table table tbody td select {
    font-size: 1em;
    padding: 3px 2px 2px;
}
.table table tbody .form_field {
    line-height: 1em;
    padding: 0;
}
.table .status_bar {
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top: 0 none;
}
.table table td.edit a.save_guest {
    margin-right: 9px;
}
.container {
    height: auto !important;
    min-height: 500px;
}
#content {
    clear: both;
    padding-bottom: 40px;
    position: relative;
}
body.p_done_editing_event_frp #content {
    padding-bottom: 0;
}
.shell {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 1px 0 #999999;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    margin: 0 auto;
    min-height: 500px;
    padding: 20px;
    position: relative;
    top: 10px;
    width: 938px;
}
.shell.no_padding {
    padding: 0;
    width: 978px;
}
#page {
    min-width: 980px;
    overflow: hidden;
}
#header .inner, #footer .inner, #home .inner, #account .inner, #create_form .inner {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 980px;
}
#create_form .wrapper .inner {
    width: 960px;
}
#header {
    background: url("../images/header/nav.png") repeat-x scroll center bottom #73AC0B;
    color: #FFFFFF;
    font-size: 1em;
    position: relative;
    z-index: 51;
}
#header a {
    color: #FFFFFF;
}
#header a:hover {
    text-decoration: none;
}
#header .advertisement {
    background: url("../images/header/pinstripe.png") repeat scroll 0 0 #6DA80B;
    display: inline-block;
    padding: 2px 0;
    width: 100%;
}
#header .advertisement .leaderboard {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #8DBD0D;
    border: 2px solid #5E8F09;
    margin: 0 auto;
    min-height: 90px;
    width: 728px;
}
#header .advertisement .leaderboard iframe {
    display: block;
}
body.p_create #header .advertisement, body.p_create_design #header .advertisement, body.p_create_details #header .advertisement, body.p_create_design #header .advertisement, body.p_create_guests #header .advertisement, body.p_create_review #header .advertisement, body.p_blog #header .advertisement {
    display: none;
}
#header .inner {
    height: 39px;
    line-height: 38px;
    overflow: visible;
    z-index: 100;
}
#header .shadow {
    background: url("../images/shadow_down.png") repeat-x scroll 0 0 transparent;
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
}
#header #logo {
    display: inline-block;
    float: left;
    height: 30px;
    margin: 4px 0;
    vertical-align: middle;
    width: 70px;
}
#header #logo a {
    background: url("../images/header/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 30px;
    margin-right: 14px;
    text-indent: -1000000px;
    width: 50px;
}
#header #logo span {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #659F0A;
    border-color: #568408 #609609 #77AE23;
    border-left: 1px solid #609609;
    border-right: 1px solid #609609;
    border-style: solid;
    border-width: 1px;
    color: #C3E47C;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    margin-top: 7px;
    text-align: center;
    width: 38px;
}
#header #navigation {
    border-left: 1px solid #669A0A;
    border-right: 1px solid #8BBA39;
    display: inline-block;
    font-size: 1.1em;
}
#header #navigation li {
    border-left: 1px solid #8BBA39;
    border-right: 1px solid #669A0A;
    display: inline-block;
    float: left;
    font-weight: bold;
    text-shadow: 1px 0 1px #63990A;
}
#header #navigation li.menu_expanded {
    background-position: center center !important;
}
#header #navigation li a {
    background: url("../images/header/nav_btn.gif") repeat-x scroll center top transparent;
    display: block;
    padding: 0 20px;
}
#header #navigation li a:hover, #header #navigation li a:focus {
    background-position: center bottom;
}
#header #navigation li a:active {
    color: #D5E6B6;
}
#header #navigation ul.menu {
    padding-top: 1px;
    position: absolute;
    width: 150px;
}
#header #navigation ul.menu li {
    border: medium none;
    width: 150px;
}
#header #navigation ul.menu li a {
    background-image: url("../images/header/nav_btn.gif");
    background-repeat: repeat-x;
    padding-right: 15px;
}
#header #navigation ul.menu li a span {
    background-image: url("../images/header/nav_dropdown_item_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}
#header #navigation ul.menu li:hover a span {
    background-image: url("../images/header/nav_dropdown_item_arrow_hover.png");
}
#header #navigation .more > a {
    padding-right: 10px;
}
#header #navigation .more > a span {
    background: url("../images/header/nav_dropdown_arrow.png") no-repeat scroll right center transparent;
    padding-right: 20px;
}
#header #account {
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 0;
    top: 5px;
}
body.p_blog #header #account {
    display: none;
}
#header #account strong {
    color: #D4ECA1;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0 5px;
}
#header #account.logged_out {
    line-height: 27px;
}
#header #account.logged_out ul, #header #account.logged_out li {
    display: inline;
}
#header #account li.register a {
    width: 60px;
}
#header #account li.signin a {
    width: 110px;
}
#header #account li.select a {
    margin: 0;
}
#header #account li.select ul.menu {
    background: none repeat scroll 0 0 #79B018;
    border-color: -moz-use-text-color #518108 #518108;
    border-right: 1px solid #518108;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
#header #account ul.menu {
    line-height: 29px;
}
#header #account ul.menu li {
    display: block;
    font-size: 0.9em;
}
#header #account ul.menu li a {
    background: url("../images/select_menu.gif") repeat-x scroll center top transparent;
    display: block;
    padding: 0 10px;
}
#header #account ul.menu li a:hover, #header #account ul.menu li a:focus {
    background-position: center bottom;
}
#header #account ul.menu li.signout span {
    background: url("../images/header/sign_out_x.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 8px;
    margin-right: 6px;
    width: 8px;
}
#header a.btn_primary, #header a.btn_select {
    -moz-box-shadow: none;
    background-image: url("../images/header/btn_select_nav.gif");
    border-color: #587F09;
    font-size: 0.9em;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    text-shadow: 1px 0 1px #63990A;
}
#header a.btn_primary:hover, #header a.btn_select:hover, #header a.btn_primary:focus, #header a.btn_select:focus {
    background-position: center bottom;
    color: #FFFFFF;
}
#header a.btn_primary:active, #header a.btn_select:active, #header #account .menu_expanded > a {
    background-position: 0 48px;
    color: #D5E6B6;
}
#header li.select a.btn_select {
    padding-right: 0;
}
#header li.select a.btn_select span {
    background: url("../images/btn_select_arrow.gif") no-repeat scroll right top transparent;
    display: block;
    min-width: 110px;
    padding-left: 0;
    padding-right: 45px;
    text-align: left;
    white-space: nowrap;
    width: auto !important;
}
#header li.select:hover a.btn_primary span {
    background-position: right bottom;
}
#header li.select ul.menu {
    display: none;
    z-index: 20000;
}
body.static #header li.select:hover ul.menu {
    display: block;
}
.p_create_details #header #navigation, .p_create_review #header #navigation, .p_create_guests #header #navigation, .p_create #header #navigation, .p_view_invite #header #navigation {
    border-color: -moz-use-text-color #D6D6D6 -moz-use-text-color -moz-use-text-color;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
}
.p_create_details #header #navigation li, .p_create_review #header #navigation li, .p_create_guests #header #navigation li, .p_create #header #navigation li, .p_view_invite #header #navigation li {
    border-left: 1px solid #D6D6D6;
    border-right: 0 none;
    text-shadow: none;
}
.p_create_details #header #navigation li a, .p_create_review #header #navigation li a, .p_create_guests #header #navigation li a, .p_create #header #navigation li a, .p_view_invite #header #navigation li a {
    background: url("../images/header/nav_btn_gray.gif") repeat-x scroll center top transparent;
    border-left: 1px solid #FBFBFB;
    border-right: 1px solid #FCFCFC;
}
.p_create_details #header #navigation li a:hover, .p_create_review #header #navigation li a:hover, .p_create_guests #header #navigation li a:hover, .p_create #header #navigation li a:hover, .p_view_invite #header #navigation li a:hover, .p_create_details #header #navigation li a:focus, .p_create_review #header #navigation li a:focus, .p_create_guests #header #navigation li a:focus, .p_create #header #navigation li a:focus, .p_view_invite #header #navigation li a:focus {
    background: none repeat scroll 0 0 #FCFCFC;
    color: #000000;
}
.p_create_details #header #navigation li a:active, .p_create_review #header #navigation li a:active, .p_create_guests #header #navigation li a:active, .p_create #header #navigation li a:active, .p_view_invite #header #navigation li a:active {
    color: #CCCCCC;
}
.p_create_details #header #navigation li.more ul.menu li a, .p_create_review #header #navigation li.more ul.menu li a, .p_create_guests #header #navigation li.more ul.menu li a, .p_create #header #navigation li.more ul.menu li a, .p_view_invite #header #navigation li.more ul.menu li a {
    border-color: -moz-use-text-color #CBCBCB #CBCBCB;
    border-right: 1px solid #CBCBCB;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #666666;
}
.p_create_details #header #navigation li.more ul.menu li a:hover, .p_create_review #header #navigation li.more ul.menu li a:hover, .p_create_guests #header #navigation li.more ul.menu li a:hover, .p_create #header #navigation li.more ul.menu li a:hover, .p_view_invite #header #navigation li.more ul.menu li a:hover, .p_create_details #header #navigation li.more ul.menu li a:focus, .p_create_review #header #navigation li.more ul.menu li a:focus, .p_create_guests #header #navigation li.more ul.menu li a:focus, .p_create #header #navigation li.more ul.menu li a:focus, .p_view_invite #header #navigation li.more ul.menu li a:focus {
    background: none repeat scroll 0 0 #FCFCFC;
    color: #000000;
}
.p_create_details #header a, .p_create_review #header a, .p_create_guests #header a, .p_create #header a, .p_view_invite #header a {
    color: #666666;
}
.p_create_details #header, .p_create_review #header, .p_create_guests #header, .p_create #header, .p_view_invite #header {
    background: url("../images/header/nav_gray.png") repeat-x scroll center bottom #F5F5F5;
    border-top: 1px solid #EBEBEB;
}
.p_create_details #header #logo a, .p_create_review #header #logo a, .p_create_guests #header #logo a, .p_create #header #logo a, .p_view_invite #header #logo a {
    background: url("../images/header/logo_gray.png") no-repeat scroll 0 0 transparent;
}
.p_create_details #header .advertisement, .p_create_review #header .advertisement, .p_create_guests #header .advertisement, .p_create #header .advertisement, .p_view_invite #header .advertisement {
    background: url("../images/header/header_gradient_gray.png") repeat-x scroll 0 0 #F5F5F5;
}
.p_create_details #header .advertisement .leaderboard, .p_create_review #header .advertisement .leaderboard, .p_create_guests #header .advertisement .leaderboard, .p_create #header .advertisement .leaderboard, .p_view_invite #header .advertisement .leaderboard {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid #E0E0E0;
}
.p_create_details #header #logo span, .p_create_review #header #logo span, .p_create_guests #header #logo span, .p_create #header #logo span, .p_view_invite #header #logo span {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #E0E0E0;
    border-color: #B7B7B7 #D2D2D2 #DEDEDE;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    margin-top: 7px;
    text-align: center;
    width: 38px;
}
.p_create_details #header li.select a.btn_select span, .p_create_review #header li.select a.btn_select span, .p_create_guests #header li.select a.btn_select span, .p_create #header li.select a.btn_select span, .p_view_invite #header li.select a.btn_select span {
    background: url("../images/btn_select_arrow_gray.gif") no-repeat scroll right top transparent;
}
.p_create_details #header a.btn_primary, .p_create_details #header a.btn_select, .p_create_review #header a.btn_primary, .p_create_review #header a.btn_select, .p_create_review #header a.btn_primary, .p_create_review #header a.btn_select, .p_create_guests #header a.btn_primary, .p_create_guests #header a.btn_select, .p_create #header a.btn_primary, .p_create #header a.btn_select, .p_view_invite #header a.btn_primary, .p_view_invite #header a.btn_select {
    background-image: url("../images/btn_select_gray.gif");
    border-color: #BDBDBD;
    text-shadow: none;
}
.p_create_details #header a.btn_primary:hover, .p_create_details #header a.btn_select:hover, .p_create_review #header a.btn_primary:hover, .p_create_review #header a.btn_select:hover, .p_create_guests #header a.btn_primary:hover, .p_create_guests #header a.btn_select:hover, .p_create #header a.btn_primary:hover, .p_create #header a.btn_select:hover, .p_view_invite #header a.btn_primary:hover, .p_view_invite #header a.btn_select:hover, .p_create_details #header a.btn_primary:focus, .p_create_details #header a.btn_select:focus, .p_create_review #header a.btn_primary:focus, .p_create_review #header a.btn_select:focus, .p_create_guests #header a.btn_primary:focus, .p_create_guests #header a.btn_select:focus, .p_create #header a.btn_primary:focus, .p_create #header a.btn_select:focus, .p_view_invite #header a.btn_primary:focus, .p_view_invite #header a.btn_select:focus {
    color: #000000;
}
.p_create_details #header #account ul.menu li a, .p_create_review #header #account ul.menu li a, .p_create_guests #header #account ul.menu li a, .p_create #header #account ul.menu li a, .p_view_invite #header #account ul.menu li a {
    background: url("../images/select_menu_gray.gif") repeat-x scroll center top transparent;
}
.p_create_details #header #account ul.menu li.signout span, .p_create_review #header #account ul.menu li.signout span, .p_create_guests #header #account ul.menu li.signout span, .p_create #header #account ul.menu li.signout span, .p_view_invite #header #account ul.menu li.signout span {
    background: url("../images/header/sign_out_x_orange.gif") repeat scroll 0 0 transparent;
}
.p_create_details #header #account li.select ul.menu, .p_create_review #header #account li.select ul.menu, .p_create_guests #header #account li.select ul.menu, .p_create #header #account li.select ul.menu, .p_view_invite #header #account li.select ul.menu {
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color #CBCBCB #CBCBCB;
    border-right: 1px solid #CBCBCB;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.p_create_details #header #account strong, .p_create_review #header #account strong, .p_create_guests #header #account strong, .p_create #header #account strong, .p_view_invite #header #account strong {
    color: #999999;
}
.p_create_details #header #navigation .more > a span, .p_create_review #header #navigation .more > a span, .p_create_guests #header #navigation .more > a span, .p_create #header #navigation .more > a span, .p_view_invite #header #navigation .more > a span {
    background-image: url("../images/header/nav_dropdown_arrow_gray.gif");
}
.p_create_details #header #navigation ul.menu li a, .p_create_review #header #navigation ul.menu li a, .p_create_guests #header #navigation ul.menu li a, .p_create #header #navigation ul.menu li a, .p_view_invite #header #navigation ul.menu li a {
    background-image: url("../images/header/nav_btn_gray.gif");
}
.p_create_details #header #navigation ul.menu li a span, .p_create_review #header #navigation ul.menu li a span, .p_create_guests #header #navigation ul.menu li a span, .p_create #header #navigation ul.menu li a span, .p_view_invite #header #navigation ul.menu li a span {
    background-image: url("../images/header/nav_dropdown_item_arrow_gray.png");
}
.p_create_details #header #navigation ul.menu li a:hover span, .p_create_review #header #navigation ul.menu li a:hover span, .p_create_guests #header #navigation ul.menu li a:hover span, .p_create #header #navigation ul.menu li a:hover span, .p_view_invite #header #navigation ul.menu li a:hover span, .p_create_details #header #navigation ul.menu li a:focus span, .p_create_review #header #navigation ul.menu li a:focus span, .p_create_guests #header #navigation ul.menu li a:focus span, .p_create #header #navigation ul.menu li a:focus span, .p_view_invite #header #navigation ul.menu li a:focus span {
    background-image: url("../images/header/nav_dropdown_item_arrow_hover_gray.png");
}
.p_create_details #header #account .menu_expanded > a, .p_create_review #header #account .menu_expanded > a, .p_create_guests #header #account .menu_expanded > a, .p_create #header #account .menu_expanded > a, .p_view_invite #header #account .menu_expanded > a {
    color: #666666;
}
body.ad_lb_below #header {
    background-position: center top;
    border-top: medium none;
    padding-bottom: 0;
}
body.ad_lb_below #header .advertisement {
    margin-bottom: -2px;
    margin-top: 40px;
}
body.ad_lb_below #header .inner {
    left: 50%;
    margin-left: -490px;
    position: absolute;
    top: 0;
}
body.ad_lb_below #header .shadow {
    bottom: -3px;
    position: absolute;
}
body #header #ad-skinny {
    display: none;
}
body.ad_lb_wide #header #ad-north {
    display: none;
}
body.ad_lb_wide #header #ad-skinny {
    display: block;
    height: auto;
}
body.ad_lb_below.ad_lb_wide #header {
    padding-bottom: 0;
}
body.ad_lb_wide #header #ad-skinny {
    display: block;
    height: auto;
    width: 970px !important;
}
body.ad_lb_wide #header .advertisement .leaderboard {
    min-height: 66px !important;
}
#footer {
    background: url("../images/bg_footer.gif") repeat-x scroll center top #E6E6E6;
    clear: both;
    color: #666666;
    font-size: 1em;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
#footer .inner {
    margin-bottom: 20px;
}
#footer a {
    color: #666666;
}
#footer a:hover {
    color: #000000;
}
#footer ul {
    display: inline;
}
#footer li {
    border-right: 1px solid #CCCCCC;
    display: inline;
}
#footer li:last-child {
    border-right: medium none;
}
#footer li a {
    margin: 7px;
}
#footer .links {
    border-top: 1px solid #CFCFCF;
    padding: 10px 0;
}
#footer .legal {
    color: #999999;
    font-size: 0.9em;
}
#footer .partners {
    font-size: 0.9em;
    padding: 10px 0;
}
.form_field {
    position: relative;
}
.form_field label {
    margin: auto 5px;
    text-align: right;
}
.form_field input, .form_field textarea, .profile_contacts #connection_selector input.text {
    -moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 0 2px 2px #E3E3E3 inset;
    border: 1px solid #CCCCCC;
    font-family: inherit;
    font-size: 1.1em;
    margin: 0;
    padding: 3px;
}
.form_field input[type="checkbox"], .form_field input[type="radio"] {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
.form_field input[type="file"] {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: transparent;
}
.form_field input[disabled="disabled"] {
    background: none repeat scroll 0 0 #EEEEEE;
}
.form_field select {
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 2px 2px 2px 0;
    text-align: left;
}
.error_message {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #FFEBEB;
    border: 1px solid #ECCDCD;
    clear: both;
    color: #E50000;
    display: none;
    font-weight: normal;
    line-height: 1.3em;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
}
.error_message span.error {
    display: block;
}
#modal .error_message {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #FFEBEB;
    border: 1px solid #ECCDCD;
    clear: both;
    color: #E50000;
    display: none;
    line-height: 1.3em;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
}
#modal .error_message span.error {
    display: block;
}
#modal .neo-info-box {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #FFFFCC;
    border-bottom: 1px solid #ECCDCD;
    color: #E50000;
    text-align: center;
}
#create_form {
    color: #333333;
}
#create_form select.event_types {
    font-size: 14px;
    left: 11px;
    position: absolute;
    top: 8px;
    width: 200px;
    z-index: 2;
}
#create_form .pagination {
    background: url("../images/create_header_bg.gif") repeat-x scroll 0 0 transparent;
    font-size: 1.2em;
    height: 63px;
    line-height: 63px;
    text-align: center;
}
#create_form .pagination .pages {
    -moz-border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 0 1px 2px #666666;
    background: url("../images/pagination_bg.gif") repeat-x scroll 50% 50% transparent;
    border: 1px solid #FFFFFF;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
}
#create_form .pagination li {
    display: inline-block;
    line-height: 1em;
    margin: 0 10px;
    text-align: left;
    vertical-align: middle;
}
#create_form .pagination li a {
    color: #999999;
    text-decoration: none;
}
#create_form .pagination li a:hover {
    color: #0D6B82;
}
#create_form .pagination li span {
    display: block;
    font-size: 0.7em;
    line-height: 1.1em;
}
#create_form .pagination li.visited a {
    color: #333333;
    font-weight: bold;
}
#create_form #enter_details .pagination li.enter_details a, #create_form #add_guests .pagination li.add_guests a, #create_form #review_and_send .pagination li.review_and_send a {
    color: #117D98;
    font-weight: bold;
}
#create_form .title {
    line-height: 50px;
}
#create_form .title h2 {
    display: inline;
    font-size: 1.6em;
    line-height: 50px;
    vertical-align: middle;
}
#create_form .title .note {
    display: inline;
    line-height: 50px;
    margin-left: 10px;
    vertical-align: middle;
}
#create_form .navigation {
    -moz-border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #CCCCCC;
    clear: both;
    height: 34px;
    margin: 20px auto 0;
    position: relative;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 960px;
}
#create_form .navigation .inner {
    background: url("../images/bg_navigation_arrow_cap.gif") no-repeat scroll right top transparent;
    height: 26px;
    margin: -1px;
    min-width: 0;
    overflow: hidden;
    padding: 5px 18px 5px 5px;
}
#create_form .navigation .previous {
    float: left;
}
#create_form .navigation .next {
    float: right;
}
#create_form .actions {
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
}
#create_form .actions .save_status {
    color: #666666;
    display: inline;
    font-size: 0.9em;
}
#create_form .actions a {
    margin-left: 10px;
}
#enter_details .primary {
    float: left;
    width: 348px;
}
#enter_details .form {
    margin: 0 auto;
}
#enter_details .form .form_field {
    float: left;
    font-size: 1.1em;
    line-height: 1.9em;
    padding: 5px 0;
    position: relative;
}
#enter_details .form label {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 95px;
}
#enter_details .form input, #enter_details .form select, #enter_details .form .wysiwyg {
    display: inline-block;
    height: 1.3em;
    width: 225px;
}
#enter_details .form select {
    height: 1.7em;
    padding: 2px;
    width: 233px;
}
#enter_details .form .wysiwyg {
    height: 200px;
    width: 221px !important;
}
#enter_details .form .wysiwyg iframe {
    height: 173px !important;
    width: 220px !important;
}
#enter_details .form .state select {
    width: 67px;
}
#enter_details .form input.cal {
    margin-right: 5px;
    width: 60px;
}
#enter_details .form input.time {
    width: 64px;
}
#enter_details .form span.to {
    display: inline-block;
    padding: 0 3px;
    width: 10px;
}
#enter_details .form .address label, #enter_details .form .city label {
    visibility: hidden;
}
#enter_details .form .city input {
    width: 91px;
}
#enter_details .form .city, #enter_details .form .state {
    margin-right: 5px;
}
#enter_details .form .state label, #enter_details .form .zip_code label {
    display: none;
}
#enter_details .form .zip_code label {
    left: 77px !important;
}
#enter_details .form .zip_code input {
    width: 49px;
}
#enter_details .form label.error {
    left: 330px;
    top: 7px;
    z-index: 20000;
}
#enter_details .secondary {
    margin: 0;
}
#preview_frame, .event_view_form .preview {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 400px;
    width: 100%;
}
.postcard #preview_frame, .postcard .event_view_form .preview {
    height: 500px;
}
.full #preview_frame, .full .event_view_form .preview {
    height: 450px;
}
.panel #preview_frame, .panel .event_view_form .preview {
    height: 430px;
}
.neo #preview_frame, .neo .event_view_form .preview {
    height: 400px;
}
.event_view_form .preview {
    background: url("../images/logo_large.png") no-repeat scroll 50% 115px #D3D3D3;
    display: block;
}
.event_view_form .preview .loading {
    background: url("../images/ajax-loader-bar.gif") no-repeat scroll 50% 50% transparent;
    padding: 0;
    position: relative;
    text-indent: 1000000px;
    top: 260px;
}
#preview_frame {
    display: none;
}
#edit_details_form #create_form .wrapper .inner {
    padding-bottom: 5px;
    width: 980px;
}
#edit_details_form .fi_layout_left {
    float: left;
    width: 450px;
}
#edit_details_form .fi_layout_right {
    float: right;
    width: 465px;
}
.create_fi .wrapper {
    position: relative;
    z-index: 10;
}
.create_fi .wrapper .inner {
    overflow: visible !important;
    position: absolute;
    width: 941px !important;
    z-index: 10;
}
#edit_details_form .container, body.v_default .container {
    background: none repeat scroll 0 0 #F1F1F1;
}
#edit_details_form .form_field, .create_fi .form_field, #add_guests_form .form_field {
    clear: both;
    font-size: 1.1em;
    line-height: 1.9em;
    padding: 5px 0;
}
#edit_details_form .form_field label, .create_fi .form_field label, #add_guests_form .form_field label {
    color: #666666;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 10px;
    text-align: right;
    width: 86px;
}
#edit_details_form .form_field input, .create_fi .form_field input, #add_guests_form .form_field input {
    height: 1.2em;
    vertical-align: middle;
}
#edit_details_form .form_field select, .create_fi .form_field select {
    vertical-align: middle;
}
#edit_details_form .fi_layout_left .form_field input, .create_fi .fi_layout_left .form_field input {
    width: 336px;
}
#edit_details_form label.error, #edit_settings_form label.error, .create_fi label.error, #add_guests_form label.error {
    background: none repeat scroll 0 0 transparent !important;
    color: #E60100;
    font-weight: normal;
    line-height: 1em;
    margin-left: 105px;
    text-align: left;
    width: 300px !important;
}
#add_guests_form label.error {
    display: block;
    margin-left: 0;
}
#edit_details_form .phone label.error, .create_fi .phone label.error {
    right: -100px;
    top: 0.6em;
}
#edit_details_form .event_date input.cal, .create_fi .event_date input.cal {
    margin-right: 5px;
    width: 100px;
}
#edit_details_form .event_date input.time, .create_fi .event_date input.time {
    margin-right: 5px;
    width: 70px;
}
#edit_details_form .event_date span, .create_fi .event_date span {
    margin-right: 4px;
}
#edit_details_form .details label, .create_fi .details label {
    vertical-align: top;
}
#edit_details_form .city, .create_fi .city {
    float: left;
    width: 240px;
}
#edit_details_form .city input, .create_fi .city input {
    width: 123px !important;
}
#edit_details_form .state, .create_fi .state {
    clear: none;
    float: left;
    width: 107px;
}
#edit_details_form .state label, .create_fi .state label {
    width: 30px;
}
#edit_details_form .zip_code, .create_fi .zip_code {
    clear: none;
    float: left;
    width: 103px;
}
#edit_details_form .zip_code label, .create_fi .zip_code label {
    width: 20px;
}
#edit_details_form .zip_code label.error, .create_fi .zip_code label.error {
    margin-left: 29px;
}
#edit_details_form .zip_code input, .create_fi .zip_code input {
    width: 55px !important;
}
#edit_details_form #invalid_eventdate_label, .create_fi #invalid_eventdate_label {
    width: 310px !important;
}
#edit_details_form .details .wysiwyg, .create_fi .details .wysiwyg {
    -moz-border-radius: 2px 2px 2px 2px;
    display: inline-block;
    width: 338px !important;
}
#edit_details_form .details .wysiwyg iframe, .create_fi .details .wysiwyg iframe {
    height: 160px !important;
    width: 337px !important;
}
#edit_details_form #message, .create_fi .details #message {
    height: 207px;
    width: 350px;
}
#edit_details_form .details .helper {
    display: none;
}
.fi_layout_left .required_note {
    clear: left;
    color: #BBBBBB;
    padding: 43px 0 0 10px;
}
.create_fi .details .helper {
    font-size: 11px;
    height: 30px;
    margin-left: 105px;
    position: relative;
}
.create_fi .details .helper a {
    background: url("../images/icon_question_mark.png") no-repeat scroll left center transparent;
    display: inline-block;
    padding-left: 20px;
}
.create_fi .details .helper .figure {
    -moz-box-shadow: 0 2px 20px #BBBBBB;
    border: 1px solid #A1A1A1;
    color: #333333;
    display: none;
    left: -525px;
    position: absolute;
    top: -261px;
}
.create_fi .details .helper .figure #figure_x {
    background: url("../images/figure_x.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 24px;
    margin: -10px 0 0 491px;
    position: absolute;
    width: 23px;
}
.create_fi .details .helper .figure img {
    display: block;
}
.create_fi .details .helper .figure span {
    background: url("../images/btn_secondary.gif") repeat-x scroll center bottom transparent;
    border-top: 1px solid #E3E3E3;
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
}
.create_fi .details .helper .figure:before {
    border-color: transparent transparent transparent #A1A1A1;
    border-style: solid;
    border-width: 0 15px 15px;
    bottom: 18px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: -30px;
    width: 0;
}
.create_fi .details .helper .figure:after {
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 0 14px 14px;
    bottom: 18px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: -27px;
    width: 0;
}
#edit_details_form .enter_details .primary, .create_fi .primary {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #D8D8D8 #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    overflow: hidden;
    padding: 20px 20px 40px;
}
.create_fi.select_design .primary {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #D8D8D8 #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    overflow: hidden;
    padding: 10px 0 0;
}
.create_fi .select_design .template_list .name {
    display: none;
}
.create_fi.select_design .primary #templates {
    border: medium none;
    padding-left: 7px;
}
.create_fi .fi_layout_left {
    float: left;
    width: 450px;
}
.create_fi .fi_layout_right {
    float: right;
    width: 465px;
}
.event_view_form #full_preview {
    position: absolute;
    right: 0;
}
.share_design {
    color: #FFFFFF;
    display: inline-block;
    left: 50%;
    line-height: 22px;
    margin-left: -125px;
    position: absolute;
    text-align: center;
    width: 250px;
}
.share_design_bg {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #000000;
    display: block;
    height: 28px;
    opacity: 0.75;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.share_design .header {
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    z-index: 10;
}
.share_design ul {
    display: inline-block;
    position: relative;
    z-index: 10;
}
.share_design li {
    display: inline-block;
    margin-left: 5px;
}
.share_design .social_icon {
    background: url("../images/social_icons_sprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 22px;
    text-indent: -100000px;
    width: 22px;
}
.share_design .social_icon.facebook {
    background-position: 0 0;
}
.share_design .social_icon.twitter {
    background-position: -22px 0;
}
.share_design .social_icon.pinterest {
    background-position: -44px 0;
}
.share_design .social_icon.google {
    background-position: -66px 0;
}
.share_design .social_icon.itunes {
    background-position: -88px 0;
}
.share_design .social_icon.android {
    background-position: -110px 0;
}
body.p_view_invite #ebox, .create_fi #ebox {
    -moz-border-radius: 0 0 0 0;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
body.p_view_invite #ebox .entry, .create_fi #ebox .entry {
    border: 0 none;
    float: left;
    width: 425px;
}
body.p_view_invite #ebox .entry .wrapper, .create_fi #ebox .entry .wrapper {
    width: 423px;
}
body.p_view_invite #ebox .more_ways, .create_fi #ebox .more_ways {
    display: none;
}
body.p_view_invite #ebox #guest_list, .create_fi #ebox #guest_list {
    float: right;
    width: 432px;
}
.create_fi #invalid_eventdate_label {
    float: left;
    line-height: 25px;
    top: -20px;
}
.create_fi .nav ul {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    background-image: url("../images/bg_nav_fi_4.png");
    background-repeat: no-repeat;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 980px;
}
.create_fi .nav li {
    float: left;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 244px;
}
.create_fi .nav li a {
    color: #999999;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    padding-top: 8px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 244px;
}
.create_fi .nav li a:hover {
    text-decoration: none;
}
.create_fi .nav a.change_design, .create_fi .nav a.close_designs {
    position: absolute;
    right: 10px;
    top: 8px;
}
body.v_default .create_fi.enter_details .nav ul {
    background-position: 0 0;
}
body.v_default .create_fi.add_guests .nav ul {
    background-position: 0 -40px;
}
body.v_default .create_fi.invite_options .nav ul {
    background-position: 0 -80px;
}
.create_fi .nav li a span {
    font-size: 15px !important;
    height: 24px;
    line-height: 24px;
}
.create_fi .nav li a:hover span {
    color: #888888;
}
.create_fi .nav li a span.num {
    background: url("../images/bg_step_number.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px !important;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-shadow: 1px 1px 1px #666666;
    width: 24px;
}
.create_fi.select_design li.design a span {
    color: #666666;
}
.create_fi.select_design li.design a span.num {
    background: url("../images/bg_step_number_active.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #558708;
}
.create_fi.enter_details li.details a span {
    color: #666666;
}
.create_fi.enter_details li.details a span.num {
    background: url("../images/bg_step_number_active.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #558708;
}
.create_fi.add_guests li.guests a span {
    color: #666666;
}
.create_fi.add_guests li.guests a span.num {
    background: url("../images/bg_step_number_active.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #558708;
}
.create_fi.invite_options li.options a span.num {
    background: url("../images/bg_step_number_active.png") no-repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 1px #558708;
}
.create_fi .select_design {
    background: url("../images/carousel/bg.png") repeat-x scroll 0 0 transparent;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    height: 0;
    overflow: hidden;
    position: relative;
}
.create_fi .select_design .templates {
    border-bottom: 1px solid #E5E5E5;
    height: 170px;
    padding: 10px 7px 0 15px;
}
.create_fi .select_design .templates .form_field {
    display: inline-block;
}
.create_fi .select_design .template_list {
    padding: 13px 0 0;
}
.create_fi .select_design .template_list .carousel-wrap {
    height: 220px !important;
    margin-top: 0;
}
.create_fi .select_design .template_list .carousel-control {
    top: 101px;
}
.create_fi .select_design .template_list .carousel-pagination {
    top: 108px;
}
.create_fi .select_design a.reset_design {
    margin-left: 10px;
    position: relative;
    top: 1px;
}
#create_form .select_design select.event_types {
    font-size: inherit;
    left: 0;
    padding: 3px 2px 3px 0;
    position: relative;
    top: 0;
}
.fi_actions {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-box-shadow: 0 1px 0 #999999;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: -moz-use-text-color #D8D8D8 #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    min-height: 47px;
    overflow: hidden;
    padding: 7px 20px;
    text-align: center;
    width: 938px;
}
.fi_actions .btn_primary {
    margin-right: 10px;
}
.fi_actions .save_draft {
    text-decoration: underline;
}
.fi_actions .btn_major {
    float: right;
    margin-top: 2px;
}
.fi_actions .btn_secondary {
    float: left;
    margin: 10px 8px;
}
.fi_actions #btn_full_preview {
    float: right;
    margin-right: 20px;
}
#preview {
    overflow: hidden;
    width: 590px;
}
.preview_window {
    -moz-border-radius: 7px 7px 7px 7px;
    border: 1px solid #CCCCCC;
    display: inline;
    float: left;
    padding: 10px;
    width: 590px;
}
.preview_window h3 {
    color: #666666;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.preview_window .options {
    margin: 10px 0 0;
    text-align: right;
}
.preview_window .options a {
    font-size: 1.1em;
    margin-left: 10px;
}
.preview_window .secondary {
    display: none;
}
.preview_window #event_image {
    float: right;
}
.preview_window .primary .inner {
    min-width: 590px;
    width: 590px;
}
.preview_window .primary #invitation {
    float: left;
}
#add_guests .primary {
    float: left;
    width: 590px;
}
#add_guests .secondary {
    float: left;
    margin: 0 0 0 10px;
    padding: 10px;
    width: 338px;
}
#review_and_send .secondary {
    float: left;
    margin: 0 0 0 10px;
    padding: 10px;
    width: 318px;
}
/*
#ebox {
    -moz-border-radius: 7px 7px 7px 7px;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
}*/
#ebox .entry {
    padding: 10px;
}
#ebox .entry .wrapper {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-box-shadow: 0 2px 2px #E3E3E3 inset;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    clear: both;
    height: 94px;
    padding: 0;
    width: 347px;
}
* html #ebox .entry .wrapper {
    background: url("../images/bg_formfield.gif") repeat-x scroll left top #FFFFFF;
}
#ebox .entry span {
    font-size: 0.9em;
}
#ebox .entry a {
    margin-left: 5px;
}
#ebox .entry a.add_to_guest_list {
    float: right;
}
#ebox .entry a.cancel {
    float: right;
    font-size: 1em;
    margin-top: -2px;
}
#ebox .status_bar {
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top: medium none;
}
#ebox .helper_text {
    color: #999999;
    padding: 3px;
}
#ebox a.btn_round {
    float: left;
    margin: 0 2px 20px 0;
    width: 118px;
}
#ebox a.btn_round.last {
    margin-right: 0;
}
#ebox .total_guests_entered {
    color: #999999;
    float: left;
    margin-top: 5px;
}
#ebox .ebox_error_message {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #FFEBEB;
    border: 1px solid #ECCDCD;
    clear: both;
    color: #E50000;
    display: none;
    line-height: 1.3em;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
}
#ebox .ebox_error_message span.error {
    display: block;
    font-size: 12px;
}
#ebox .import_contacts, .contacts_heading .import_contacts {
    display: none;
}
#connections_wrapper {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border: 1px solid #D3D3D3;
    clear: both;
    display: none;
    height: 235px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 423px;
}
#connection_selector table {
    border-collapse: collapse;
    width: 100%;
}
#connection_selector table .select {
    width: 16px;
}
#connection_selector .table_placeholder td {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    padding: 77px 0;
    text-align: center;
    vertical-align: middle;
}
#connection_selector .table_placeholder td:hover {
    background-color: #FFFFFF;
    cursor: default;
}
#connection_selector th, #connection_selector td {
    max-width: 164px;
    overflow: hidden;
    padding: 5px 10px;
    text-align: left;
    white-space: nowrap;
}
#connection_selector th a {
    color: #666666;
    font-size: 0.9em;
    margin: 0 !important;
    text-shadow: none;
}
#connection_selector th.add_to_contacts a {
    color: #0181BD;
}
#connection_selector td.add_to_contacts {
    color: #9A9A9A;
    font-size: 11px;
    width: 100px;
}
#connection_selector td.add_to_contacts a {
    font-size: 12px;
}
#connection_selector td.add_to_contacts .spinner {
    position: relative;
}
#connection_selector td.add_to_contacts .spinner img {
    left: -8px;
    position: absolute;
    top: -3px;
}
#connection_selector .add_to_contacts {
    display: none;
    text-align: center;
}
#connection_selector td a {
    color: #0181BD;
    font-size: 0.9em;
    margin: 0 !important;
    text-shadow: none;
}
#connection_selector .group_selection {
    float: left;
    line-height: 21px;
    padding: 0;
    width: 200px;
}
#connection_selector .group_selection label {
    display: none;
}
#connection_selector .group_selection select {
    font-size: 13px;
    max-width: 200px;
}
#connection_selector tr.selected td, #connection_selector tr.selected:hover td {
    background: none repeat scroll 0 0 #D6F1B2;
}
#connection_selector tr.facebook td.name {
    background-image: url("../images/facebook/facebook_icon_16x16.png");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    padding-left: 30px;
}
#connection_selector tr:hover td {
    background-color: #FFFFCC;
    cursor: pointer;
}
#connection_selector th.search {
    background: url("../images/bg_table_header.gif") repeat-x scroll center top #F9F9F9;
    padding: 5px 3px;
}
#connection_selector th.search .data_provider {
    float: left;
    margin: 3px 0 0 3px;
}
#connection_selector th.search div.cancellable_textbox {
    float: right;
}
#connection_selector tr.headings th {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    font-weight: normal;
}
#connection_selector tr.headings th.email {
    border-right: 0 none;
}
#connection_selector tr.headings th.remove {
    width: 100px;
}
#connection_selector th a.asc {
    background: url("../images/sort_down.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}
#connection_selector th a.desc {
    background: url("../images/sort_up.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}
#connection_selector .name div, #connection_selector .email div {
    line-height: 20px;
    overflow: hidden;
    width: 150px;
}
#connections_wrapper h3.contacts_unavailable {
    color: #666666;
    font-size: 14px;
    padding: 40px;
    text-align: center;
}
#connection_selector #connection_loader {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 320px;
    left: -20px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 463px;
    z-index: 10;
}
#connection_selector #connection_loader img {
    margin-top: 115px;
}
#import_login_wrapper {
    -moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 0 2px 2px #E3E3E3 inset;
    border: 1px solid #D3D3D3;
    clear: both;
    display: none;
    height: 235px;
}
* html #import_login_wrapper {
    background: url("../images/bg_formfield.gif") repeat-x scroll center top transparent;
}
#connection_import_login {
    overflow: hidden;
    padding: 17px 20px;
    position: relative;
}
#connection_import_login .login_entry {
    -moz-border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 #F8FFEC;
    border: 1px solid #E3E3E3;
    line-height: 20px;
    padding: 8px 10px;
}
#connection_import_login .login_entry p {
    color: #999999;
    font-size: 10px;
    font-style: italic;
    line-height: 20px;
    text-align: right;
}
#connection_import_login h3 {
    background: url("../images/secure_lock.png") no-repeat scroll left top transparent;
    color: #999999;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 17px;
    padding-left: 22px;
}
#connection_import_login h3 span {
    font-size: 11px !important;
    font-weight: normal;
    margin-left: 5px;
}
#connection_import_login .email_providers {
    height: 40px;
}
#connection_import_login .email_providers .btn_secondary {
    margin: 0 4px 0 0;
}
#connection_import_login .email_providers .btn_secondary:last-child {
    margin: 0;
}
#connection_import_login .email_providers .last {
    margin: 0 !important;
}
#connection_import_login .email_providers .selected {
    -moz-box-shadow: 0 2px 3px #DDDDDD inset;
    background-position: 0 50px;
}
#connection_import_login .email_providers img {
    vertical-align: middle;
}
#connection_import_login .email_providers a img.profile {
    display: none;
}
#connection_import_login .email_providers a {
    padding: 0 6px;
}
#connection_import_login .email_providers a span {
    background-image: url("../images/import_icons/icons.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -100000px;
}
#connection_import_login .email_providers #gmail {
    width: 40px;
}
#connection_import_login .email_providers #hotmail span {
    background-position: 0 -25px;
    width: 46px;
}
#connection_import_login .email_providers #live span {
    background-position: 0 -27px;
    width: 46px;
}
#connection_import_login .email_providers #yahoo span {
    background-position: 0 -50px;
    width: 46px;
}
#connection_import_login .email_providers #aol span {
    background-position: 0 -75px;
    width: 27px;
}
#connection_import_login .email_providers #facebook {
    background: url("../images/facebook/facebook_btn.png") no-repeat scroll right center transparent;
    border-color: #5779BD;
}
#connection_import_login .email_providers #facebook span {
    background-position: 0 -100px;
    width: 35px;
}
body.p_create_guests #connection_import_login .email_providers #facebook {
    display: none;
}
#connection_import_login .login_entry .import_connections {
    float: right;
    margin-top: 4px;
}
#connection_import_login .login_entry .form_field {
    width: 100%;
}
#connection_import_login .login_entry .form_field label {
    margin-right: 10px;
    width: 60px;
}
#connection_import_login .login_entry .form_field input {
    width: 265px;
}
#connection_import_login .help_text {
    color: #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    line-height: 350px;
    text-align: center;
}
body.p_create_guests #connection_import_login .help_text {
    line-height: 100px;
}
#connection_import_login .profile_message {
    display: none;
}
#connection_import_login #import_login_loader {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 320px;
    left: -20px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 463px;
    z-index: 10;
}
#connection_import_login #import_login_loader img {
    margin-top: 115px;
}
#connection_import_login .login_entry .error_message {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #FFEBEB;
    border: 1px solid #ECCDCD;
    clear: both;
    color: #E50000;
    display: none;
    line-height: 1.3em;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
}
#connection_import_login .login_entry .error_message span.error {
    display: block;
    font-size: 12px;
}
#guest_list {
    height: auto !important;
    min-height: 300px;
    padding: 5px 10px 10px;
}
#guest_list h4 {
    color: #999999;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-right: 8px;
}
#guest_list .total_guests {
   color: white;
background: #6EA90B;
line-height: 20px;
font-size: 14px;
width: 31px;
height: 20px;
float: left;
text-align: center;
font-weight: bold;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
}
#guest_list .total_guests strong {
    color: #000000;
    font-size: 1.6em;
}
#guest_list .wrapper {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    padding: 0;
}
#guest_list table th.edit, #guest_list table th.remove, #guest_list table td.edit, #guest_list table td.remove {
    width: 90px;
}
#guest_list table td.remove a.cancel_edit_guest {
    background: none repeat scroll 0 0 transparent;
    text-indent: 0;
    width: auto;
}
#guest_list table {
    width: 418px;
}
#guest_list table tbody td input {
    height: 1em;
    width: 145px;
}
#guest_list table tbody td {
    max-width: 50px;
}
#guest_list table tbody td div {
    max-width: 155px;
    padding: 3px 0;
}
#guest_list .table_placeholder td {
    color: #E0E0E0;
    font-size: 16px;
    font-weight: bold;
    height: 220px;
    text-align: center;
    vertical-align: middle;
}
#guest_list .additional_guests {
    display: none;
}
#guest_edit {
    max-height: 353px;
    width: 430px;
}
#guest_edit table tbody td {
    vertical-align: middle;
}
#guest_edit label.error {
    padding-bottom: 3px;
    width: 123px !important;
}
#guest_edit .form_field {
    line-height: 1em;
    padding: 0;
}
ul.token-input-list {
    cursor: text;
    height: 94px !important;
    margin: 0;
    overflow: auto;
    padding: 0;
    z-index: 20000;
}
ul.token-input-list li.valid {
    background: none repeat scroll 0 0 #CCFF99;
    border-color: #669900;
    color: #669900;
}
ul.token-input-list li.invalid {
    background: none repeat scroll 0 0 #FFCCCC;
    border-color: #CC0000;
    color: #CC0000;
}
ul.token-input-list li input, ul.token-input-list li textarea {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-family: inherit;
    font-size: 10px;
    margin: 2px 0;
    padding: 2px;
    width: auto;
	resize: none;
}
li.token-input-token {
    -moz-border-radius: 2px 2px 2px 2px;
    background-color: #F6F6F6;
    border: 1px solid #CCCCCC;
    color: #333333;
    cursor: default;
    float: left;
    height: auto !important;
    margin: 3px;
    overflow: hidden;
    padding: 1px 3px;
    white-space: nowrap;
}
li.token-input-token p {
    display: inline;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}
li.token-input-token span {
    color: #999999;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
}
ul.token-input-list li.valid span {
    color: #669900;
}
ul.token-input-list li.invalid span {
    color: #CC0000;
}
li.token-input-selected-token.valid {
    background-color: #C1F191 !important;
    border-color: #5A8701 !important;
    color: #5A8701 !important;
}
li.token-input-selected-token.invalid {
    background-color: #F2C2C2 !important;
    border-color: #BC0000 !important;
    color: #BC0000 !important;
}
li.token-input-input-token {
    float: left;
}
div.token-input-dropdown {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    cursor: default;
    font-size: 1em;
    margin-left: 2px;
    overflow: hidden;
    position: absolute;
    width: 400px;
    z-index: 1;
}
div.token-input-dropdown p {
    color: #777777;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}
div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}
div.token-input-dropdown ul li {
    background-color: #FFFFFF;
    padding: 3px;
}
div.token-input-dropdown ul li em {
    font-weight: bold;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #EEEEEE;
    color: #333333;
}
.token-input-input-field {
    background: none repeat scroll 0 0 transparent;
    border: medium none #FFFFFF;
    overflow: auto;
}
.invitation-wForm .inner {
	font-size:12px;
}
.add-friends-wrapper {
	font-family:arial;
	font-size:12px;
}
#ebox .status_bar2 {
	border-top: none;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.status_bar2 {
	border: 1px solid #E2E2E2;
	background: url(images/bg_status_bar.png);
	overflow: hidden;
	padding: 7px 8px 5px 8px;
	min-height: 22px;
}
.fancybox-input{
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border: 1px solid #C5C5C5;
width: 198px;
height: 23px;
}
.fancybox-label{
	width: 70px;
	display: block;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #717171;
	float: left;
	margin: 0px 0px 0px 0px;
}
.input-rounded-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    background:white;
	color:black;
    cursor:pointer;
    font:11px sans-serif;
}

.input-rounded-button:hover { 
    text-decoration:none; 
    color:#ADD8E6; 
    cursor:pointer;
    border:1px solid #FF2B06;
}