
/* ----- easynewsletter.css ----- */
@media all {
/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */

input.easynewsletter_text {
    width:97%;
}

input.easynewsletter_button {
     padding: 1px 6px;
     background: none;
     font-weight:bold;
     background-color:#eee;
}

/*  */

}

