.contentStyle
{
	background-color: transparent;
	color: #293F89;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
	line-height:16px;
	margin-bottom: 19px;
}


.contentStyle table {
	color: #293F89;
	font: 11px Verdana, Arial, sans-serif;
}



.contentStyle a {
	color: #FF0000;
	text-decoration: none;
}

.contentStyle a:hover {
	text-decoration: underline;
}


.contentStyle p
{
	margin-top: 0px;
	margin-bottom: 16px;
}

.contentStyle input
{
	height: 19px;
	border: solid 1px #bebebe;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #595959;
}

.contentStyle .form_submit
{
	background-color: #dfdfdf;
	background-image: url(../images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}
/*Styles for editing article in admin: END*/


