
body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
}

div.sponsor_now_hdr, div.search_another_hdr, div.is_about_changing {
    font-size: 185%;
    color: #FF6600;
    margin-bottom: 5px;
}

div.search_another_hdr {
    float: left;
    margin: 0 0 5px 10px;
}

div#child_container {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    display: block;
}

div#browser_container {
    width: 50%;
    float: left;
}

div#results_container {
    width: 50%;
    float: left;
}

div#child_profile {
    width: 260px;
    padding: 10px 0 5px 10px;
    float: left;
    background-color: #FFECDF;
}

div#child_profile_rc {
    width: 260px;
    padding: 10px 0 10px 10px;
    float: left;
    background-color: #FFECDF;
    margin-bottom: 15px;
}

div#photo {
    float: left;
    margin-right: 5px;
}

div#information {
    float: left;
    width: 120px;
}

div#information p {
    float: left;
    margin: 0 0 10px 0;
}

input.sponsor_now_btn
{
    width: 135px;
    text-align: center;
    background-image: url("../../../img/worldvision/sponsor_button_top.gif");
    background-repeat: no-repeat;
    background-position: top;
    background-color: Transparent;
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 115%;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

div.sponsor_now_btn_bottom
{
    width: 135px;
    background: url("../../../img/worldvision/sponsor_button_bottom.gif") top left no-repeat;
    
}
    
div#country_info {
    width: 260px;
    float: left;
    padding-top: 10px;
}

div#search_form {
    width: 245px;
    height: 290px;
    padding: 10px 10px 0 10px;
    float: right;
    border: 1px solid #FF6600;
}

div#panel_1, div#panel_2 {
    clear: both;
}

div.select_wrapper {
    margin-left: 15px;
}

div#search_form select {
    float: left;
}

div#search_form label {
    font-size: 130%;
    display: block;
    padding: 10px 0;
}

div#search_form span.label_number {
    font-size: 105%;
}

div.info_bubble {
    float: left;
    margin-left: 5px;
}

div.search_btn {
    text-align: left;
    margin-right: 34px;
}

form {
    padding: 0;
    margin: 0;
}


/*** Homepage Child Sponsorship Block ***/

div#child_container_hp h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 6px 14px;
}

div#child_container_hp {
    width: 263px;
    /*height: 222px;*/
    float: left;
    padding: 0;
    margin: 0;
    display: block;
}

div#child_container_hp div#child_profile_hp {
    width: 263px;
    /*height: 222px;*/
    float: left;
    background-color: #FF8800;
}

div#child_container_hp div#information_hp {
    float: left;
    width: 125px;
    margin: 0;
    padding: 0;
}

div#child_container_hp div#information_hp p {
    padding: 0;
    margin: 0;
}

div#child_container_hp div#photo_hp {
    float: left;
    padding: 0 5px 0 14px;
}

div#child_container_hp div#photo_hp img {
    margin: 0;
    padding: 0;
}

div#child_container_hp .htmlButton {
    float: left;
    width: 235px;
}

div#child_container_hp .htmlButton a input {
    color: #FFFFFF;
}

div#child_container_hp .htmlButton a {
    text-decoration: none;
    float: left;
    width: 100%;
    background-color: #FF8800;
}

div#child_container_hp .htmlButton a:hover {
    text-decoration: none;
}

div#child_container_hp .htmlButton a:hover input {
    width: 235px;
    overflow:visible;
    cursor: pointer;
    background-color: #000000;
}

div#child_container_hp .htmlButton input {
    background-color: #FF8800;
    color: #FFFFFF;
    font-weight: bold;
    border: 2px solid #FFFFFF;
    font-size: 13px;
    padding: 5px;
    overflow:visible;
    margin: 3px 15px 5px 14px;
    text-align: left;
    width: 235px;
}

* html div#child_container_hp .htmlButton input {
    width: 231px;
}

div#child_container_hp .differentCountryLink {
    float: left;
    background-color: #000000;
    color: #FF8800;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 0 0 14px;
    width: 100%;
    height: 31px;
    border-top: 1px solid #FFFFFF;
}

div#child_container_hp .differentCountryLink a,
div#child_container_hp .differentCountryLink a:active,
div#child_container_hp .differentCountryLink a:visited {
    color: #FF8800;
    text-decoration: none;
    margin-top: 3px;
    display: block;
}

div#child_container_hp .differentCountryLink a:hover {
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 3px;
    display: block;
}
