div#action-alert h2.styled {
	border-bottom: none;
	color: #66cc00;
	font-weight:normal;
}

div#action-alert h3.styled {
	padding: 2px 12px;
	background: #66cc00;
	color: #ffffff;
	text-transform:uppercase;
}

div#action-alert #recipients h3.styled {
	padding: 3px 10px;
}

div#action-alert .submit-wrap.bottom {
	border-bottom: none;
}

#action-alert .req-legend {
	padding: 5px;
}

div#action-alert #info .label-field-wrap {
	padding-left: 5px;
	padding-right: 6px;
}

div#action-alert fieldset, div#action-alert #recipients,
div#action-alert #talking-points  {
	background: #ededed;
	border: 1px solid #cccccc;
}

div#action-alert #talking-points p,
div#action-alert #recipients p, div#action-alert #recipients ul {
	margin-right: 10px;
	margin-left: 10px;
}

div#action-alert #recipients ul {
	background: none;
}


#action-alert.form select {
	*width: 89%;
}

div#action-alert #message {
	border: none;
}

#action-alert #message h3.styled {
	margin: -10px -10px 3px -5px;
}

div#action-alert #survey-questions td {
	padding-right: 6px;
}

div#action-alert #survey-questions td.req {
	padding: 0 0 0 5px;
}

div#action-alert #survey-questions td td {
	border: none;
	padding: 0;
}

div#action-alert .recips-top-info-left #column2,
div#action-alert .recips-top-info-right #column1 {
	*width: 55%
}

.message_box {

background-color:#ededed; border: 1px solid #cccccc; padding:5px;

}


/* Done to fix styline as we use image for Take Action submit button on form */

#action-alert.form .submit-wrap input
{border:none;
background-color: #ffffff;
}

