/*** Elements styles **/

a:hover {
	text-decoration: none;
}
.btn, .comments-area .form-submit #submit, .vbmodroomsview > a:hover {
	color: #fff;
}
.btn:hover, .comments-area .form-submit #submit:hover, .vbmodroomsview > a:hover {
	background: transparent !important;
}
.btn-grey {
	background: #eee !important;
	border:2px solid #ddd !important;
	color: #666;
}
.btn-grey:hover {
	background: #fbfbfb !important;
	color: #666;
}
.btn-green {
	background: #159049 !important;
	border:2px solid #159049 !important;
	color: #fff;
}
.btn-green:hover {
	background: transparent !important;
	color: #159049 !important;
}