    body {
    	background-color:#fff;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size:0.8em;
    	margin: 26px  2% 2em 2%;
		font-size:14px;
		background: url(../images/body_bg.jpg) repeat-x top;
    }

    p {
    	line-height:1.4em;
    }

    h1 {
    	text-shadow: #aaa 1px 1px;
		color:#fff;
		margin:0;
		padding: 10px 0;
		margin-top: 5px;
    }

    h2 {
    	font-size:1.4em;
		margin: 30px 0 10px 0;
    }

    ul {
    	padding-left:2em;
    }
	
    li {
    	list-style: square;
		margin: 5px 0;
    }



    #main {
    	width: 800px;
    	margin-left: auto;
    	margin-right: auto;
    }



    #main_content {
    	background-repeat:repeat-x;
    }


    ul#logos li {
    	display:inline;
    	padding: 0 7px 0  7px;
    	margin:0;
    }



    ul#logos li a img {
    	height: 100px;
    	border:0;
    }



    #takeaction {
    	margin: 2em;
    	width: 100%;
    	color: #000;
    }



    #takeaction p {
    	margin: 0 0 3px 0;
    }



    #takeaction a {
    	border:0;
    	text-decoration:none;
		color:inherit;
    }

    #takeaction ul {
    	list-style:none; 
    	margin:0 0 0 30px; 
    	padding:0 ;
    }



    #takeaction > ul > li {
    	margin-bottom:30px;
    	margin-left:0;
    	list-style:none;
    }



    #takeaction ul li ul.socialmedia {
    	margin: 0;
    }

	.socialmedia, .stayinformed {
		background-color: #f6f4f0;
		border: 1px solid #ccc;
		margin: 5px 0 0 0;
		padding:15px;
		display:inline-block;
		min-width:550px;
	}

    ul.socialmedia > li {
    	float:left;
		padding:0;
		list-style:none;
    }
	
	.spread_bt {
		width:125px; 
		height:40px; 
		display:inline-block;
		margin: 10px;
	}
	
	.spread_text {
		padding: 10px 0 0 40px;
		margin: 0;
		text-align:center;
		color: #222;
		font-weight:bold;
		
	}

	.expander {
		background-color: #fafafa;
		margin-top:60px;
		padding:10px 20px;
		box-shadow: #aaa 1px 1px 5px;
		border-radius:3px;
	}

    .point {
    	margin-left:-60px;
    	clear:both;
    }



    #counterframe {
    	width: 100%;
    	margin: 1em 0 0.1em 0em;
    	border: 2px inset #eee;
    	border-radius: 10px;
    }



    #counterHave {
    	background-image:url(../images/HaveBG.png);
    	background-color:#7ec778;
    	border-right:#aec68f 2px solid;
    	height:50px;
    	border-radius: 10px 0 0 10px;
    }



    #counterNeed {
    	background-image:url(../images/NeedBG.png);
    	background-color:#f4f4f4;
    	height:50px;
    	width: 100%;
    	border-radius: 10px;
		overflow:hidden;
    }



    #socialshareprivacy ul li {
    	list-style-type:none;
    }
	
	.newsletter_input {
		height:37px;
		border: 1px solid white;
		padding: 0 10px;
		box-shadow: #aaa 1px 1px 3px inset;
		border-radius:3px;
	}
	
	.newsletter_bt {
		margin-right:20px;
		border: 2px outset #eee;
		height:37px;
		border-radius:5px;
		cursor:pointer;
		background: -moz-linear-gradient(top,  #feffe8 0%, #d6dbbf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #feffe8 0%,#d6dbbf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
	}

    #dialog-presign {
        padding: 2.7em;
        display: none;

    }

    #dialogmail { 
        width: 270px;
    }

    #dialog-presign fieldset {
        border: 0px;
    }

    #dialog-presign label {
        font-weight: bold;
    }

    #dialog-presign input[type=button] {
        margin-right: 9%;
    }

    #presign-online {
        background-image: url ('../images/sign_online.png') no-repeat;
        cursor:pointer;
    }

    #presign-paper {
        background-image: url ('../images/sign_wood.png') no-repeat;
        cursor:pointer;
    }

    .groovybutton {
        font-weight:bold;display:inline-block; margin: 15px 0; padding: 5px 10px; border-radius: 3px; background-color:#ebf0e8; color:#111; box-shadow: #aaa 1px 1px 3px;background: #feffe8; /* Old browsers */
background: -moz-linear-gradient(top,  #feffe8 0%, #d6dbbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffe8 0%,#d6dbbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */

    }
	
