.modal p {
	margin:0;
}

.modal-content {
	padding:10px 25px;
}

.modal-header,
.modal-body,
.modal-footer {
	padding-left:0;
	padding-right:0;
}

.modalText {
	margin			: 0;
	color			: #666666;
}
.modalTitle {
	color			: #000000;
	text-transform	:lowercase;
	font-weight:normal;
}

.modalLogo {
	position: relative;
	max-width: 200px;
	width: 100%;
}


.modalClose {
	padding:0;
	border:0;
	background:none;
	margin:0;
	cursor:pointer;
	color			: #787878;
	line-height:30px;
	font-weight:bold;
	font-size:20px;
}

.modalClose:hover {
	color:#000000;
}


.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*/