.subscribe-edit form {
	position: relative;
}

.subscribe-edit-form-price {
	display: flex;
}

.form-result-message {
	position: absolute;
	top: 4px;
	left: 5px;
}

.success-message {
	height: 40px;
	border-radius: 5px;
	width: 180px;
	padding: 10px;
	background: #f7f7f7;
}

.subscribe-edit-form-price input:nth-child(2) {
	background-color: #74b97a;
	border-color: #74b97a;
	color: #ffffff;
	padding: 13px 23px 14px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 0;
	border-right: 0;
	border-radius: 2px;
}

.subscribe-edit-form-price input {
	border: 0;
}

.subscribe-edit-form-price input:focus {
	outline: none;
	border: 0;
}

.filter.licence_block #licenses_inline-error {
	position: absolute;
	top: 40px !important;
	left: 0;
}

table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}