.contentStyle
{
	background-color: #ffffff;
	color: #404040;
	font: 11px Tahoma, Arial, sans-serif;
	margin-top: 0px;
	text-align: justify;
}


.contentStyle table {
	background-color: transparent;
	color: #404040;
	font: 11px Tahoma, Arial, sans-serif;
}

.contentStyle a {
	color: #EA8732;
}

.contentStyle p {
	margin-top: 0px;
}

.contentStyle input
{
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #595959;
}

.contentStyle textarea
{
	color: #595959;
	overflow: auto;
	height: 80px;
	width: 300px;
}

.contentStyle select
{
	color: #595959;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
}

.contentStyle legend
{
	margin-bottom: 5px;
	text-align: center;
	color: #BDD3CD;
}

.contentStyle fieldset
{
	border: 1px solid #BDD3CD;
	padding: 10px;
	width: 130px;
}

.contentStyle .form_radio {
    cursor: hand;
	background-color: #BDD3CD;
	margin-right: 5px;
	margin-bottom: 2px;
}

.contentStyle .form_submit
{
	background-color: #BDD3CD;
	height: 21px;
	width: 90px;
	border: 1px solid #428271;
	cursor: pointer;
	cursor: hand;
	font: 12px Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #428271;
	margin-top: 5px;
}
/*Styles for editing article in admin: END*/