.respond-form {
	overflow: hidden;
}

.respond-form .form-group{
	float: left;
	width: 100%;
}

.respond-form .btn {
	float: left;
}

.respond-form .error {
	color: #D53838;
	float: right;
	padding-left: 10px;
}

p.cancel-comment-reply a {
	display:none;
	cursor: pointer;
}

.loading {
	background: url("../img/spinner.GIF") no-repeat scroll center center #FFF;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0.5;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
}
.comment-alert {
	margin-top: 25px;
}