table.form-table {
	border-collapse: collapse;
	border: 1px solid #BDBCC1;
}

table.form-table td {
	background: #F2F2F2;
}

table.form-table th {
	background: url("table-header-blue-bg.gif") top left repeat-x #005AAD;
	color: #fff;
}

table.form-table td, table.form-table th {
	border: 1px solid #BDBCC1;
	padding: 8px;
}

.green-button {
	background: url("green-button-bg.gif") top repeat-x #68A600;
	line-height: 12px;
	padding: 4px 5px 4px 5px;
	border: 1px solid #BDBCC1;
	font-weight: bold;
	color: #403E3F;
	cursor: pointer;
}

*+html input.green-button {
	overflow: visible;
	height: 16px;
	height: 24px;
}

.green-button:hover {
	background: url("green-button-bg-hover.gif") top repeat-x #92BB3F;
}

.error, .content_rhs_item ul.error li {
	color: #f61111;
	width: auto;
}

.submit-button-wrap {
	float: right;
	width: 100px;
	margin-top: 87px;
}

.dark-button::-moz-focus-inner {
	padding: 0;
	border: 0;
	margin: 0px;
}

.dark-button {
	border: 0px;
	padding: 5px 6px 4px 6px;
	font-size: 12px;
	color: #FFF;
	line-height: 12px;
	background: #4E4E50;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

input.dark-button {
	height: 21px;
}

*+html input.dark-button {
	overflow: visible;
	height: 16px;
	height: 21px;
}

input.dark-button {
	margin: 0px;
}

.dark-button:hover {
	text-decoration: none;
	background: #6F6F71;
	color: #fff;
}

.content_article_body .content_rhs_item {
	width: 195px;
}

.content_article_body .content_rhs_item input.text-box-input {
	width: 171px;
}

.forgot-password-form input[type="text"] {
	width: 169px;
}