@charset "UTF-8";
/* CSS Document */

#lipstickPanel{background-image: url("/images/events/lipstick/lipstick_mobile_panel.png");
			   -webkit-background-size: cover;
			   -moz-background-size: cover;
			   -o-background-size: cover;
			   background-size: cover;}

#main_div{background-image: url("/images/events/lipstick/background_image.png");
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: cover;
		  position: fixed;
		  width: 100%;
		  z-index: 0;
		  height: 100%;}

#gradient{background-color: #000000;
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: cover;
		  position: fixed;
		  opacity: 0.5;
		  width: 100%;
		  z-index: 1;
	      height: 100%;}

.lipstickname{width: 100%;
			  font-size: 25px;
			  height: 50px;
			  padding: 10px;}

#lipstickemailaddress{width: 100%;
					  font-size: 35px;
					  height: 50px;
					  padding: 10px; }

#unsubscribebutton{border: 0px solid #fff;
					background: transparent;
					color: #dd0000;
					cursor: pointer;
					font-size: 45px;
					margin-top: 35px;}

#emailsubmitbutton{border: 5px solid #fff;
				background: transparent;
				color: #ffffff;
				cursor: pointer;
				font-size: 45px;
				margin-top: 35px;
				padding: 15px; }

#subscribebutton{border: 0px solid #fff;
					background: transparent;
					color: #dd0000;
					cursor: pointer;
					font-size: 45px;
					margin-top: 35px; }