/* Placeholder inputs */
.lifesip-whiteph::placeholder {
	color: white;
	font-family: "Amaranth", sans-serif;
	font-size: 20px;
}

.lifesip-input {
	background-color: #990000;
	color: white;
	font-family: "Amaranth", sans-serif;
	border: solid #990000 1px;
	padding: 3px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	position: relative;
	top: 12px;
	width: 270px;
	height: 40px;
}

.lifesip-textarea {
	background-color: #990000;
	color: white;
	font-family: "Amaranth", sans-serif;
	border: solid #990000 1px;
	padding: 3px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	position: relative;
	top: 12px;
	width: 270px;
	resize: none;
}

.lifesip-buttom {
	font-family: "Dancing Script", cursive;
	color: white;
	background-color: #990000;
	border: solid #990000 1px;
	position: relative;
	font-size: 45px;
	top: 20px;
	width: 200px;
	height: 50px;
	line-height: 0px;
}

.lifesip-div {
	width: 460px;
	height: 210px;
}

.lifesip-divform {
	width: 460px;
	height: auto;
}

.lifesip-iframe {
	width: 460px;
	/*margin-top: -225px;*/
}

.lifesip-pabximg {
	background: url('../img/f_banner_pabxip2.png');
	background-repeat: no-repeat; 
	height: 100px;
	background-size: 485px 225px;
	background-position: 40% 16%;
}

.lifesip-divheader {
	background-image: url("../img/f_note.jpg");
	background-repeat: no-repeat;
	background-size: 460px 300px;
	background-position: 0% 45%;
	border: solid black 1px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.lifesip-divcontent {
	background-color: white;
	text-align: center;
}

.lifesip-divcenter {
	width: 460px;
	margin: auto;
}

.lifesip-subtitle {
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	font-size: 36px;
	color: black;
	text-shadow: 0em 0em 0.2em #990000;
	position: relative;
	bottom: 10px;
}

.lifesip-subtitle2 {
	font-family: 'Dancing Script', cursive;
	font-weight: bold;
	font-size: 36px;
	color: black;
	text-shadow: 0em 0em 0.2em #990000;
	position: relative;
	bottom: 20px;
}

.lifesip-desctext {
	position: relative;
	bottom: 10px;
	color: white;
	line-height: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	background-position: center;
	width: 250px;
	height: 17px;
	margin: auto;
	text-shadow: -0.1em 0.1em 0.1em #990000;
}

.lifesip-borderline {
	border-width: 5px;
	width: 130px;
	position: relative;
	top: 35px; 
	border-color: black;
}
