.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: #212121;
border-bottom:8px solid #2f6816;
background: #ffffff; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

#mypanelcontent {
}


.panelcontainer {
  background: url(assets/panel-bg.jpg) no-repeat bottom right; /*background of Drop Down Panel*/
}

.formcontainer {
  width: 980px;
  margin: 0px auto;
  padding: 10px 0;

}


.panelcontainer form {
  margin: 0;
}


.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
margin-bottom: 40px;
font: normal 12px Arial;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: black url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent url(toggleright.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: navy; /*background of toggle tab onMouseover*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: #000;
}

.fd {
padding: 2px;
border: 1px solid #ded;
font-size: 12px;
}


