.transparent .contentStyle {
	background-color: transparent;
}

.contentStyle
{
	background-color: #FFFFFF;
	color: #4B4B4B;
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	text-align: justify;
}


.contentStyle table {
	background-color: transparent;
	color: #4B4B4B;
	font: 11px Arial, Helvetica, sans-serif;
}

.contentStyle a {color: #FF9539;}

.contentStyle p {margin-top: 0px;}

.contentStyle input
{
	height: 19px;
	border: solid 1px #FF9539;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #4B4B4B;
}

.contentStyle textarea
{
	color: #4B4B4B;
	overflow: auto;
	height: 80px;
	width: 300px;
	border: 1px solid #FF9539;
}

.contentStyle select
{
	color: #4B4B4B;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: hand;
}

.contentStyle legend
{
	margin-bottom: 5px;
	text-align: center;
	color: #FF9539;
}

.contentStyle fieldset
{
	border: 1px solid #4B4B4B;
	padding: 10px;
	width: 130px;
}

.contentStyle .form_radio {
    cursor: hand;
	margin-right: 5px;
	margin-bottom: 2px;
}

.contentStyle .form_submit
{
	background-color: #FFFFFF;
	height: 21px;
	width: 90px;
	border: 1px solid #FF9539;
	cursor: pointer;
	cursor: hand;
	font: 12px bold Arial, Helvetica, sans-serif;
	color: #FF9539;
	margin-top: 5px;
}
/*Styles for editing article in admin: END*/

.noborder {border: none;}

.title {
	height: 20px;
	margin-bottom: 5px;
	color: #2F9726;
	font-weight: bold;
	background-image: url(/site/images/bg_title.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.n_title {
	color: #FF902F;
	font-weight: bold;
	margin-left: 18px;
}

.bg_n {
	background-image: url(/site/images/bg_n.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.bg_n_title {
	background-image: url(/site/images/bg_n_title.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


.bg_n_c {
	background-image: url(/site/images/bg_n_c.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.n_c {margin: 14px 75px 14px 18px;}
