﻿/* BEGIN EDIT NEWS */
/* --------------- */

#newsEditor
{
	position: relative;
	padding-right: 2px;
}
.addNews
{
	display: inline-block;
	display: table;
	width: 980px;
}
.addNews fieldset
{
	border: solid 1px #A8D300;
	padding: 5px;
	margin-bottom: 10px;
}
.addNews fieldset legend
{
	color: #64ba01;
}
.addNews .leftCol
{
	width: 50%;
	float: left;
}
.addNews .rightCol
{
	width: 50%;
	float: left;
}

.addNews .captureForm .row .left
{
	width: 30%;
}
.addNews .captureForm .row .right
{
	width: 64%;
}
/* ------------- */
/* END EDIT NEWS */

