.modal {
	position: absolute;
	top: 15%;
	left: 50%;
	max-width: 256px;
	height:auto;
	width:92%;
	background-color: white;
	padding: 1em;
	z-index: 60;
	border: 1.2px solid #cecece;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-box-shadow: 0px 0px 17px 0px rgba(136,136,136,1);
	-moz-box-shadow: 0px 0px 17px 0px rgba(136,136,136,1);
	box-shadow: 0px 0px 17px 0px rgba(136,136,136,1);
}

.modal .logInReq{
	width:92%;
	border: solid 1px #c0c0c0;
	height:40px;
	margin-bottom:5px;
	padding: 0 10px 0 10px;
}

.modal .modalClose{
	position: absolute;
	right: 6px;
	top: -2px;
	font-size: 20px;
	cursor:pointer;
	font-weight: 600;
	-webkit-font-smoothing: none;
	text-decoration: none;
	display: block;
	color: #999;
}

.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:4;
}

.cartLogIn.buttonred{
	height: 34px;
	width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:20px;
	border:none;
	background-color: #e30600;
	text-align: center;
	text-decoration: none;
	display: block;
}

.cartLogIn span{
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}

#logInError,#registerError,#forgottenPasswordError{
	color: #000!important;
	border: solid 1px #d0d0d0;
	background: #f05826;
	padding:5px;
}