
#title {
background-image: url(images/title_bg.jpg);
}

span.normal {
	text-decoration: underline;
}

table.form-table td.m span {
	background-color: #1d8d6a;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 10px;
	font-weight: 600;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 27px;
}


input.submit {
	background: #ffffff url(../images/link_btn.svg) no-repeat right 20px center;
	background-size: 30px;
	color: #1d8d6a;
	border-radius: 5px;
	border: #1d8d6a 1px solid;
}

input.submit:hover {
	background: #1d8d6a url(../images/link_btn_white.svg) no-repeat right 15px center;
	background-size: 30px;
}