.mainbodystyle {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #ededed;
}

body#content {
	background-color: #ededed;
	color: #222;
	font: 87.5%/1.5 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

buttonOld {
	border: 3px solid #0080c0;
	border-radius: 3px;
	background: white;
	color: #0080c0;
	font-weight: bold;
	/* 	font-size: 16px; */
	margin-left: 10px;
	margin-top: 10px;
	padding: 0px 15px;
	bottom: 0px;
	width: 100px;
	height: 28px; 
	top: 50%;	
}

.shadowdiv {
	text-align: center;
	width: 24em;
/* 	height: 10em;  */
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 10px;
	/* 	border: 1px solid; */
	padding: 10px;
	-moz-box-shadow: 5px 5px 12px #AEA4A4;
	-webkit-box-shadow: 5px 5px 12px #AEA4A4;
	box-shadow: 5px 5px 12px #AEA4A4;
	-webkit-box-shadow: 5px 5px 12px #AEA4A4;
	font-family: Arial, Helvetica, san-serif;
	/* 	font-size: 90%; */
	font-weight: lighter;
	font-size: 1.5em !important;
}

.container {
	height: 25em !important;
 	position: relative; 
 	padding-top: 0px;
}

.messageConf {
	margin: 0px;
	font-size:0.9em !important;
	font-weight:bold;	
}

.messagef{
	font-size:0.9em !important;
	font-weight:bold;	
}

.contact{
	font-size: 0.60em !important; 
}

.footer {
	bottom: 0px;
	position: fixed;
	width: 100%;
}