@CHARSET "ISO-8859-1";

.toggler {
 margin: 0;	
 padding: 7px;
 font-size: 12px;
 background: #012944 url('../design/accordion_deg.jpg');
 background-repeat: no-repeat;
 background-position: left;
 text-transform: uppercase;
 font-weight: bold;
 cursor: pointer;	
 color: white;
 border: 1px solid #98C4DF;
 border-left: none;
 border-right: none;
 border-bottom: none;
 padding-left: 95px;
}

 
 
.element {
 padding: 10px;
}
 
.element p {
	margin: 0;
	padding: 10px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	padding:5px 0 5px 30px;
}