.ngbusy {
	background: url(../img/busy.gif) no-repeat center center;
}

.ngbusy>* {
	opacity: 0.2;
}


.ngparaguestbook button:disabled {
	opacity: 0.2;
	cursor: wait;
}

.ngparaguestbook .ngparaguestbookcaptcha {
	margin-bottom: 20px;
}

.ngparaguestbookpost {
	margin-bottom: 20px;
}

.ngparaguestbook .ngparaguestbookformerror {
	font: bold 16px Georgia,Times,'Times New Roman',serif;
	color: #a65856;
	padding: 10px;
	text-align: center;
	display: none;
}

.ngparaguestbook .ngguestbookthanks {
	padding: 10px;
	text-align: center;
}

.ngparaguestbook .ngparaguestbookconsent {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.6;
}

.ngparaguestbook input[type="checkbox"] {
    margin: 0;
    padding: 0;
}

.ngparaguestbook form {
	margin: 0 0 20px 0;
}

.ngparaguestbook input[type="text"], .ngparaguestbook input[type="email"], .ngparaguestbook textarea
{
	box-sizing: border-box;
	border-color: #d5c6b2;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 10px 0;
	padding: 6px 12px 6px 12px;
	background: #ffffff;
	font: bold 16px Georgia,Times,'Times New Roman',serif;
	color: #000000;
	letter-spacing: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
}

.ngparaguestbook input[type="text"]:focus,
.ngparaguestbook input[type="email"]:focus,
.ngparaguestbook textarea:focus {
    border-color: #b06716;
    background: #ffffff;
}

.ngparaguestbook textarea {
	min-height: 160px;
}

.ngparaguestbook label
{
	font: bold 16px Georgia,Times,'Times New Roman',serif;
	color: #000000;
	letter-spacing: 0px;
	display: block;
	padding: 5px 5px 5px 0;
}

.ngparaguestbook label.ngparaguestbookerror {
	color: #a65856;
}


.ngparaguestbook button
{	
	margin: 0;
	text-decoration: none;
	border-color: #230bea;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #6ca545;
	font: 14px Georgia,Times,'Times New Roman',serif;
	color: #ffffff;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
    float: right;
    -webkit-appearance: none;
}

.ngparaguestbook button:hover
{	
	border-color: #7d501f;
	background: #7d501f;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: uppercase;
	
	color: #ffffff;	
}

.ngparaguestbook button:focus
{
    outline: none;
}


.ngparaguestbook .ngparaguestbookpagination {
	padding: 10px;
	display: none;
	text-align: center;
}

.ngparaguestbook .ngparaguestbookpagination a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #160799;
	padding: 0 3px;
}

.ngparaguestbook .ngparaguestbookpagination a.ngparaguestbookcurrent {
	font-weight: bold;
}

.ngparaguestbook .ngparaguestbookreply {
	padding-left: 58px;
	background: url(../img/reply/?f=default&c=46a505&s=48) 0 4px no-repeat;
	min-height: 58px;
}

.ngparaguestbook .ngparaguestbookstars {
	margin: 0 0 10px 0;
}

.ngparaguestbook .ngparaguestbookstars a {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/stars/?f=default&ca=cc5454&cb=ebebeb&cc=b22727&cd=f7f346) 0 0 no-repeat;
}

.ngparaguestbook .ngparaguestbookstars a.hover {
	background-position: 0 -20px;
}

.ngparaguestbook .ngparaguestbookstars a.selected {
	background-position: 0 -40px;
}

.ngparaguestbook .ngparaguestbookpost h3 img {
	width: 16px;
	height: 16px;
	padding-left: 5px;
}

.ngparaguestbook td {
	white-space: nowrap;
	padding: 0 6px 6px 0;
	vertical-align: middle;
	text-align: left;
}

.ngparaguestbook table {
	margin-bottom: 10px;
	border: 0;
	border-spacing: 0;
}

.ngparaguestbook td>div {
	width: 100%;
	background-color: #d7d7d7;
}

.ngparaguestbook td>div>div {
	background-color: #230bea;
	height: 10px;
}

.ngparaguestbook .ngguestbooktotal {
	width: 100px;
	background: url(../img/stars/?f=default&ca=cc5454&cb=ebebeb&cc=b22727&cd=f7f346) 0 0 repeat-x;
	margin-bottom: 10px;
}

.ngparaguestbook .ngguestbooktotal div {
	height: 20px;
	background: url(../img/stars/?f=default&ca=cc5454&cb=ebebeb&cc=b22727&cd=f7f346) 0 -40px repeat-x;
}