/* 
    Document   : NewsLetterSignUp
    Created on : Jan 27, 2008, 4:16:01 PM
    Author     : shukur
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.NewsSignUp {
    background-color: #ffffff;
    width:232px;
    height:71px;
    background-image: url("../images/contents/NewsLetterSignUp/NewsLetterSignUp.jpg");
    background-repeat: no-repeat;
    padding-left:3px;
    padding-right:0px;
}
.NewsBg {
    background-color: #ffffff;
    width:230px;
    background-image: url("../images/contents/NewsLetterSignUp/left_bg.jpg");
    padding-left:0px;
    padding-right:0px;
}