


div.widget { 
	font-family:arial;
	background: url(../../images/widgets/widget-360x180-bg.png) no-repeat;
	width:180px;
	height:360px;
	font-size:12px;
	color:#60614d;
	padding:85px 0 30px 0;
	text-align:center;
	margin-left: 0px;
	margin-right: 0px;
	left: auto;
	right: auto;

}

/*
div.copy {

height:210px;
}*/

div.copy {

height:218px;
width:145px;
margin-left:15px;

}




div.widget p { 
	margin:auto;
	padding:auto;

}


div.widget p.title { 
	font-size:16px;
	font-weight:bold;
	margin:0;
}


div.widget p.date { 
	margin:5px 0 5px 0;
	padding:0;
	font-size:11px;
}

div.widget p.saving { 
	margin:12px 0 15px 0;
	padding:0 20px 0 20px;
	font-size:14px;
	font-weight:bold;
}

div.widget p.and { 
	margin:6px 0 6px 0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}


div.widget p.action { 
	margin:15px 35px 25px 35px;
	padding:0;
	font-size:13px;
	font-weight:bold;
	height:105px;
}

div.widget p.CO2 { 
	margin:10px 0 5px 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	
}

div.widget p.dollars { 
	margin:5px 0 15px 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	
}


div.widget a.button {
    background: transparent url('../../images/widgets/widget-template-360x180-button.jpg') no-repeat;
    float: left;
    font-weight: bold;
    font-size: 9px;
    color: #d9f7ff;
    text-transform: uppercase;
    height: 31px;
	width:124px;
    margin-right: 6px;
	margin-left:28px;
	margin-top:0;
    padding-right: 10px;
	text-decoration: none;
	
}

div.widget a.button:hover {
    color: #fff;
    text-decoration: none;
	background-position: 0 -31px;
}



div.widget a.button span {
    background: transparent url('../../images/widgets/widget-template-360x180-button.jpg') no-repeat;
    display: block;
    line-height: 12px;
    padding: 3px 0 3px 4px;
}

div.widget a.button:hover span {
    background-position: 0 -31px;
}

div.widget a.button:active {
    background-position: 0 -62px; 
    color: #fff;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

div.widget a.button:active span {
    background-position: 0 -62px;
    padding: 3px 0 2px 4px; 

}
