body {
    background-repeat: no-repeat;
    background-position: center top;
	background-color: #f1f1f1;
}
/* SPECIFIC CSS CODE */
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.box1 {
    padding-top: 15px;
    padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
    margin-left: 25%;
    margin-right: 25%;
	margin-top: 0px;
	background-color: #ffffff;
    box-shadow: 0px 0px 3px #888888;
	text-align: center;
}
.box2 {
	margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
    margin-left: 25%;
    margin-right: 25%;
	background-color: #ffffff;
    box-shadow: 0px 0px 3px #888888;
	margin-bottom: 100px;
}
.insidebox1 {
    padding-top: 4px;
    padding-bottom: 0px;
	font-size: 0px;
    margin-left: 25%;
    margin-right: 25%;
	background-color: #FF0000;
	margin-bottom: 0px;
    box-shadow: 0px 0px 3px #888888;
}
.predictLog {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	color: #000033;
    font-family: "calibri";
}
.predictLog span {
	display: inline-table;
	position: relative;
	text-align: left;
	padding-left: 150px;
}
.predictLog strong {
	position: absolute;
	margin-bottom: 25px;
    float: left;
}
/*BOTTOM OF THE PAGE, FOLLOWING*/
.bottom {
	padding-top: 3px;
	padding-bottom: 3px;
    position: fixed;
	text-align: center;
	background-color: #ffffff;
    box-shadow: 0px 0px 3px #888888;
    z-index: 100; 
    bottom: 0; 
    left: 0;
    width: 100%;
}
.bottom a {
	font-family: "calibri";
	color: #000033;
    text-decoration: none;
}
.bottom a:hover {
	color: #0066FF;
}
/*MESSAGE FOR ERROR/SUCCESS*/
.msgBoxGreen{
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 3px #888888;
	text-align: center;
	background-color: #49CB2C;
    position: relative;
}
.msgBoxGreen:hover {
	background-color: #38EB10;
}
.msgBoxRed{
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 3px #888888;
	text-align: center;
	background-color: #FF4545;
    position: relative;
}
.msgBoxRed:hover {
	background-color: #E62424;
}
.msgBoxBlue{
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 3px #888888;
	text-align: center;
	background-color: #005EE1;
    position: relative;
}
.msgBoxBlue:hover {
	background-color: #006BFF;
}
.msgtext {
    font-family: "calibri";
	color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
}
.removePopup {
	position: absolute;
	top: 0;
	right: 0;
    margin-left: 4px;
    margin-right: 7px;
    margin-top: 4px;
    color: #ECECEC;
	font-weight: bold;
    font-family: "calibri";
}
.removePopup:hover {
    color: #FFFFFF;
}
.none {
	opacity: 0;
	padding: 0px;
	margin: 0px;
	display: none;
}