.modalText {
	margin			: 0;
	color			: #666666;
}
.modalTitle {
	color			: #00A3E0;
}

.loginModalBtn{
	font-size		: 13px;
    height			: 40px;
    line-height		: 40px;
	padding			: 0 10px;
	background		: #000000;
	color			: #FFFFFF;
	border			: none;

}
.loginModalBtnLink {
	cursor			: pointer;
	float			: left;
	line-height		: 40px;
}
.loginModalBtn:hover {
	background		: #666666;
}


/*MEDIA QUERIES*/
@media only screen and (max-width : 767px) {
	.modalText {
		font-size	: 11px;
	}
	.modalTitle {
		font-size	: 18px;
		text-align	: left;
		margin-top	: 20px;
	}
}

@media only screen and (min-width : 768px) {
	.modalText {
		font-size	: 13px;
	}
	.modalTitle {
		font-size	: 21px;
		text-align	: right;
		float		: right;
	}
}

/*MEDIA QUERIES*/S