.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
border-left: 1px solid #8C8C8C;
border-right: 1px solid #8C8C8C;
border-bottom: 1px solid #8C8C8C;
text-align: right;

/*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*/
margin-right: 20px;
font: normal 12px Arial;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: #4C87A3 url(/img/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(/img/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: #5DA5C7; /*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: transparent;
}

.feedback {
margin-right: 30px;
margin-top: 14px;
}

.text1 {
margin-right: 236px;
}

.inputbox1 {
border: 1px solid #ccc;
width: 380px;
height: 80px;
}

.feedback_button {
    border: 1px solid #4C87A3;
	width:80px;
	height:25px;
	text-align:center;
	float:right;
	color:#4C87A3;
	font-weight: bold;
	text-decoration:none;
	margin-top: 10px;
	margin-bottom: 10px;
    padding-bottom:7px;
	cursor: pointer;
	background-color: #ffffff;
}

  .feedback_button a:hover{
	background-color: #4C87A3;
	width:79px;
	display:block;
	height:35px;
	text-align:center;
	float:right;
	color:#ffffff;
	font-weight: bold;
	font-size:1.2em;
	text-decoration:none;
	margin-top:-5px;
	margin-right: 90px;
	padding-bottom: 8px;
	border: 0px;
	cursor: pointer;
}

.feedback_text {
width: 400px;
float: left;
text-align: left;
margin-left: 30px;
}

.feedback_text p{
width: 400px;
}

.feedback_text ul {
margin-left: 20px;
padding-top: 8px;
padding-bottom: 6px;
}

.feedback_form {
width: 400px;
float: right;
}
