/* sms */
#page-sms-overview .sms-login { margin: 30px 0; }
#page-sms-instructions h2 { border-bottom: 1px solid #ccc; padding-bottom: 5px; }

/* send sms */
#component-send-sms { padding-bottom: 10px; }

#component-send-sms fieldset {
    width: 460px;
    border: 2px solid #666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 0 10px !important;
}
#component-send-sms .title {
    background-color: #666;
    color: #fff;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-radius-topleft: 6px;
    -webkit-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#form-send-sms { padding: 0 15px; }
#form-send-sms label { font-weight: bold; display: block; margin: 0 0 5px; }
#form-send-sms textarea { width: 97%; }
#form-send-sms #chars_counter { font-weight: normal; }
#form-send-sms .align-left { width: 60%; }
#form-send-sms .align-left textarea { width: 95%; }
#form-send-sms .align-right { width: 38%; font-style: italic; }
#form-send-sms .align-right small { font-size: 80%; line-height: 1.1em; }
#form-send-sms .block { padding-bottom: 15px;  }
#form-send-sms .callerid_section label { display: block; float: left; margin: 5px 5px 0 0; }
#form-send-sms .sending_options_section label { display: inline; }
#form-send-sms .sending_options_section .radio { margin-bottom: 5px; }
#form-send-sms .sending_options_section input,
#form-send-sms .sending_options_section select { font-size: 95%; padding: 2px; margin-top: 5px; }


/* breadcrumb */
#breadcrumbs.bc { width: 100%; margin-top: 7px; border-bottom: 1px solid #B5B5B5; padding-bottom: 28px; margin-bottom: 30px; }
#breadcrumbs.bc li { background: url('/resource/images/myaccount2/crumb_arrow_right.png') right top no-repeat; padding-right: 32px; font-size: 14px; margin-right: 20px; color: #B5B5B5; }
#breadcrumbs.bc li.last { background-image: none; padding-right: 0; }
#breadcrumbs.bc li.active { font-size: 18px; font-weight: bold; color: #464646; }
#breadcrumbs.bc li a { text-decoration: none; }

.sms-button { background: #2E3192 url('/resource/images/sms/sms_button.png') no-repeat; width: 129px; height: 26px; border: 0 none; cursor: pointer !important; border-radius: none; }