.toggler {
	margin: 0;
	padding: 3px 10px;
	background-image:url(../images/accordian-on.gif);
	font-weight:bold;
	ont-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #fffff;
	cursor:pointer;
	background-color:#df2027;
	border-bottom:1px solid #ffffff;
	
}

.element {
	
}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}
h3 span{
		background-color:#4481b6;
		padding-right:3px;
}
/*#accordion a{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	background-color:#6094c1;
	display:block;
	text-decoration:none;
	line-height:16px;
	border-bottom:1px solid #4481b6;
	padding:4px 6px 4px 20px;
	background-image: url(../images/btn-bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
#accordion a:hover{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	background-color:#6094c1;
	display:block;
	text-decoration:none;
	line-height:16px;
	border-bottom:1px solid #4481b6;
	padding:4px 6px 4px 20px;
	background-image: url(../images/btn-bullet-r.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}*/


/*   rupali  */

.h-dotted-line{
	background-image: url(h-dotted-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}