	/* --------------------------------------------------------------

   base.css
   * Defines all required stylesheets for a given project. 

   Usage:
   * All stylesheets should be added by default. 'MODULES' 
   	 can be added/ removed during project creation. See 
	 documentation for more information
   
	-------------------------------------------------------------- */

    @import url("reset.css"); 
    @import url("print.css");
    @import url("core-12.css");
    @import url("typography.css");	
    @import url("layout.css"); 	
    
    /*
    Added bu Dev
    */
    
    #main-body {}
    .marketing_message {background: #fff; padding: 10px; margin: 0 0 10px;}
    #recent_cases {background: #fff;}
    #recent_cases tr.head td {color: #ccc;}
    h4.new-subheader {font: 14px/14px 'swiss-light',Times,serif; font-weight: normal; padding: 0 0 0 10px;}

    .survey_question_container input {width: 450px; border: 0; background: transparent;}
    