.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
	color: white;
	width: 680px;
	background-color: #008ECD;
	position: relative;
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
	font: normal 12px Arial;
	position: relative;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
	float: right;
	color: white; /*background of toggle tab*/
	text-decoration: none;
	background-image: url(images/quote_me.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 193px;
	font-size: 1.2em;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ddpanel {
	position: fixed;
	float: right;
	margin-left: 300px;
}
.ddpanel form {
	background-color: #008ECD;
	margin: 0px;
	padding: 0px;
}
.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

