/* File: newsletter.css                                                                 */
/* Description: Newsletter Signup Form Elements                                         */
/* Organization: Shadow System Technology                                               */
/*======================================================================================*/


/* IDs */
#newsletter_signup_container { position: relative; background: url(../images/newsletter/signup/background.png) no-repeat; width: 618px; height: 68px; margin-left: auto; margin-right: auto; margin-top: 32px; }
#signup_text_container { position: absolute; left: 50px; top: 25px; width: 167px; height: 14px; }
#signup_text { background: url(../images/newsletter/signup/signup_text.png) no-repeat; width: 167px; height: 14px; }
#email_input_container { position: absolute; left: 275px; top: 15px; width: 205px; height: 29px; }
#email_input { color: #000000; padding-left: 10px; font-size: 16px; background-color: transparent; border: 0px; width: 195px; height: 29px; background: url(../images/newsletter/signup/input_field.png) no-repeat; }
#signup_button_container { position: absolute; left: 490px; top: 11px; width: 110px; height: 40px; }