/* Sizes. */
#sms { width: 210px; height: 400px; }
#sms input, #sms p, #sms select, #sms span { width: 164px; }
#sms #sms_content_field textarea { width: 146px; height: 130px; }
#sms #smsdestination { width: 92%; }
#sms #sms_address_book { width: 220px; }
#sms #sms_response { width: 150px; }
#sms #sms_clear_history { width: 210px; }
#sms #sms_disclaimer { width: 200px; }
#sms #sms_response { width: 150px; height: 4.0em; }

/* Placement. */
#sms { position: relative; top: 23px; left: 16px; z-index: 1; }
#sms p { position: relative; left: 21px; z-index: 6000; }
#sms #smsbackground { position: absolute; top: -6px; }
#sms #smsbackgroundbackground { position: absolute; top: -18px; left: -10px; z-index: 2; }
#sms #sms_response { position: absolute; left: 28px; }
#sms #sms_content_field, #sms #sms_response { left: 28px; }
#sms #sms_name { position: absolute; top: 20px; }
#sms #sms_content_field { padding: 20px 0; }
#sms #sms_content_field textarea { padding: 2px; }
#sms #sms_submit_field { position: absolute; top: 360px; }
#sms #sms_response { top: 397px; }
#sms #sms_register { position: absolute; top: 435px; }
#sms #sms_disclaimer { position: absolute; top: 455px; left: 5px; }
#sms #sms_address_book { position: absolute; top: 485px; left: 5px; }
#sms #sms_clear_history { position: absolute; top: 550px; left: 5px; }
#sms #sms_destination_help { position: absolute; top: 44px; left: 180px; }

/* Content. */
#sms, #sms label, #sms span, #sms input { margin: 0; padding: 0; }
#sms { padding-top: 40px; }
#sms a { color: blue; font-weight: bold; }
#sms #sms_disclaimer a { color: white; }
#sms p { margin: 0; padding: 0; font-size: 1.0em; color: blue; }
#sms span { text-align: left; }
#sms #sms_address_book a,
    #sms .action a { color: white; }
#sms #smsdestinationhistory { margin-bottom: 5px; }

/* Decoration. */
#sms #sms_destination_help a:active,
#sms #sms_destination_help a:link,
#sms #sms_destination_help a:hover,
#sms #sms_destination_help a:visited { font-weight: normal; text-decoration: none; }
#sms #sms_disclaimer { color: white; font-size: 0.9em; }
#sms #sms_name { text-align: center; color: red; font-weight: bold; font-size: 16px; font-style: italic; font-family: Arial, Helvetica, sans-serif; }
#sms #sms_register { text-align: center; }
#sms #sms_response { color: black; line-height: 1.0em; }
#sms .action { color: white; font-size: 0.9em; }

#sms { top: 50px; left: 755px; }
