.body-content-form {
	position: relative;
/* 	margin: 30px 0px 0px 20px; */
	//border-top: #53a5d6 4px solid;
	font-size: 14px;
		
}

#form-outer {
	position: absolute;
	left: 10%;
	z-index: 15;
	width:80%;
}

#frm-contact {
	background: #465565;
	display: none;
	padding: 10px;
	border-radius: 10px;

}

.demoInputBox {
	border: solid 1px #5f7d8b;
	width: 100%;
	margin-bottom: 13px;
	padding: 8px;
	border-radius: 5px;
	display: block;
}

.btnAction {
	background: #0072D9;
	border: solid 1px #1b7bce;
	border-radius: 5px;
	color: #ffffff;
	padding: 5px;
	width: 100%;
	padding: 8px;
	font-size: 14px;
	cursor: pointer;
}

#btn-contact {
	width: 150px;
	background: #607d8b;
	display: block;
	cursor: pointer;
	text-align: center;
	padding: 8px 0px;
	font-size: 14px;
	color: #FFF;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}



.txt-content {
	text-align: center;
	padding: 10px 5px;
}

#mail-status {
	height: 40px;
}

#mail-status p {
	border-radius: 5px;
	color: #545454;
	padding: 8px;
	border-radius: 5px;
	display: block;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	display: block;
}

#mail-status p.success {
	background: #c7e0c7;
	border: solid 1px #268c26;
}

#mail-status p.error {
	background: #f7dddd;
	border: solid 1px #dc9d9d;
}