div.mask {
    display: none;
    position: fixed;
    _position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2100;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2200;
    text-align: left;
    color:#716461;
    font-size:13px;
}
#facebox .close {
    position:relative;
    float:right;
    display:inline;
    margin-bottom:10px;
}
#facebox .b, #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 7px;
    width: 7px;
    overflow: hidden;
    padding: 0;
    background-position: left top;
    background-repeat: repeat;
    background-image: url(../img/facebox/lightbox-bg-trans.png);
}
#facebox .b,
#facebox .tl,
#facebox .tr,
#facebox .bl,
#facebox .br {
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/facebox/lightbox-bg-trans.png', sizingMethod='scale');
}
#facebox .popup {
    position: relative;
    float: left;
}

#facebox table {
    border-collapse: collapse;
}
#facebox td {
    border-bottom: 0;
    padding: 0;
}

#facebox .body {
    padding: 10px;
    background: #1e0a04;
    width: 370px;
}
#facebox .loading {
    text-align: center;
}

#facebox .image {
    text-align: center;
}
#facebox img {
    border: 0;
    margin: 0;
}
#facebox .footer {
    padding-top: 5px;
    margin-top: 10px;
    text-align: right;
}
#facebox .footer img {
    vertical-align: middle;
}
#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.facebox_hide {
    z-index: -100;
}
.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
* html #facebox_overlay {
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +   'px' );
}
/* Cause Update - Begin */
#facebox .grid-cause-update {
    width:800px;
    border:none;
    border-spacing:0 !important;
    border-collapse:collapse !important;
    border-top:solid 1px #1e0a04;
    border-left:solid 1px #1e0a04;
    border-right:solid 1px #1e0a04;
}
#facebox table tr.message {
	border:solid 1px #1e0a04 !important;
}
#facebox .grid-cause-update td {
    display:table-cell;
    padding:7px 12px;
    border-bottom:solid 1px #35231e;
    color:#8f8582;
    font-size:13px;
    font-family:Tahoma, Verdana, Arial;   
}
#facebox .popup .titulo {
    float:left;
    clear:left;
    display: inline;
    position:relative;
    width:500px;
    height:38px;
    margin-left:-6px;
}
#facebox .popup h3 {
    float:left;
    clear:left;
    display: block;
    width:500px;
    height:38px;
    margin:5px 0;
    text-indent:-9999px;
    background-position:left top;
    background-repeat:no-repeat;
}
/* Cause Update - End */
/* Country Details - Begin */

#facebox div.country-detail {
    width:728px;
    margin:0;
    _margin-top:-40px;
    padding:0;
}
#facebox div.country-info {
    width:710px;
    display:block;   
    padding-right:20px;
}

#facebox div.what-we-do {
    width:640px;
    padding-right:20px;
    padding-left:10px;
}
#facebox div.country-info br,
#facebox div.what-we-do br {
    display:block;
    margin:12px 0;   
}
#facebox div.country-info img {
    float:left;
    display:inline;
    margin:0 13px 13px 0;
}
#facebox div.country-info p {
    margin:8px 0;
    font-size:13px;
}

#facebox div.country-detail .btn-see-more {
    float:right;
    display:inline;
    margin:6px 6px 0 0;
    width:89px;
    height:25px;
    text-indent:-9999px;
    background:url(../img/btn-see-more.png) left top no-repeat;
}
/* Country Details - End */

/* Video Details - Begin */
#facebox div.video-photo {
    width:560px;
    display:block;
    margin:16px;
}
/* Video Details - End */

/* Login - Begin */
#facebox div.form-login {
    width: 440px;
}
#facebox div.form-login .titulo {
    width: 300px;
}
#facebox div.form-login fieldset {
    border: none;
    padding: 18px 0 5px;
}

#facebox div.form-login.createUser fieldset {
    padding-top:8px;
}
#facebox div.form-login fieldset label {
    float: left;
    clear: left;
    display: inline;
    position: relative;
    width: 110px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    color: #96908c;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 10px;
}
#facebox div.form-login fieldset label span {
    position: relative;
    color: #96908c;
    font-style: normal;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 20px;
    background: none;
}
#facebox div.form-login fieldset span {
    float: left;
    display: inline;
    position: relative;
    width: 267px;
    height: 16px;
    padding: 6px 15px 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../img/input-login.png);
}
#facebox div.form-login fieldset span.pass {
    float: left;
    display: inline;
    position: relative;
    width: 167px;
    height: 16px;
    padding: 6px 15px 10px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../img/input-pass.png);
}
#facebox div.form-login fieldset span input {
    width: 100%;
    font-size: 14px;
    color: #000;
    background: none;
    border: none;
    font-family: Tahoma, Verdana, Arial;
}
#facebox div.form-login fieldset .btn-login,
#facebox div.form-login fieldset .btn-send {
    float: left;
    display: inline;
    width: 80px;
    height: 33px;
    cursor: pointer;
    text-indent: -9999px;
    padding-top: 33px;
    margin: 0 0 0 7px;
    border: none;
    background-position:left top;
    background-repeat:no-repeat;
    background-color:Transparent;
}
#facebox div.form-login fieldset .btn-login {
    background-image: url(../img/btn-login.png);
}
#facebox div.form-login fieldset .btn-send {
    background-image: url(../img/btn-send.png);
    margin-left:115px;
}
#facebox div.form-login fieldset span.legenda {
    padding:0 0 2px 0;
    display:block;
    background:none;
    width:390px;   
}
#facebox div.form-login fieldset a.forgot {
    float: left;
    clear: left;
    display: inline;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial;
    color: #a63d00;
    margin-left: 123px;
    padding-left: 9px;
    background: url(../img/bullet-snapshot.gif) left 4px no-repeat;
}
/* Login - End */
/* Modal-ProjectResults - Begin */
div.project-result {
    display:block;
    width:700px;
}
div.project-result div.box-project {
    float: left;
    position: relative;
    width: 182px;
    height: 149px;
    margin-right: 18px;
    margin: 10px 4px;
}
div.project-result div.box-project a {
    display: block;
    text-decoration: none !important;
    background-color: #2c211b;
}
div.project-result div.box-project a strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: "Trebuchet MS" , Verdana, Arial;
    padding: 6px 0 6px 10px;
    text-decoration: none;
}
div.project-result div.box-project a img {
    display: block;
    width: 182px;
    height: 114px;
}
div.project-result div.location {
    float:left;
    display:inline;
    width:345px;
    min-height:72px;
    _height:72px;
    margin-top:10px;
    padding:7px 0 0 125px;
    background:url(../img/map-mini.png) left top no-repeat;
    font-size:13px;
    color:#FFF;
}
div.project-result div.location strong {
    display:block;
}
div.project-result ul.bullets {
    float:left;
    display:inline;
    width:460px;
    margin:0;
    padding:10px 0 15px 15px;
    list-style:none;
}
div.project-result ul.bullets li {
    float:left;
    display:block;
    width:450px;
    padding-left:10px;
    margin:0 0 3px;
    background:url(../img/bullet-snapshot.gif) left 2px no-repeat;   
}
div.project-result span.paypal {
    float:right;
    width:77px;
    height:37px;
    text-indent:-9999px;
    background:url(../img/ico-paypal.png) left top no-repeat;
}
div.project-result .btn-give {
    float:right;
    display:inline;
    margin:0 0 0 10px;
    *margin-right:10px;
    width:132px;
    height:38px;
    padding-top:38px;
    text-indent:-9999px;
    border:none;
    cursor:pointer;
    background:url(../img/btn-give-now.png) left top no-repeat;
}
/* Modal-ProjectResults - End */
