body{
	overflow-x: hidden;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
}

table{
	margin: auto;
}

td{
	padding: 8px;
}

/* -------- LOGO ------------ */
#logo {
		margin: auto;
		position: relative;
		top: 0px;
		width: 500px;
}

#subTitle{
	font-size: x-large;
	color: #fd266e;
	font-family: 'Pattaya', sans-serif;
}



#container {
	left: -8px;
	margin: auto;
	margin-top: 50px;
	position: relative;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}


/* PROMO TOOLS */
#marketing{
	position: relative;
	top: 30px;
	font-size: 20px;
	font-weight: 200;
}


.tool{
	border: 1px solid #fd266e;
	border-radius: 10px;
	padding: 15px;
	display: inline-block;
	margin: 10px;
}

.tool.hover, .tool.click{
	background-color: white;
	box-shadow: inset 1px 1px 10px #f66d9b;
}
.tool b.hover , .tool b.click{
	color: #fd266e;
}

.button {
	border-radius: 5px;
	background-color: #ff94b8;
	color: white;
	padding: 10px;
	margin: 5px;
}

.buttonP {
	border-radius: 5px;
	color: #f8396c;
	padding: 5px;
	text-decoration: none;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.button.hover, .button.click{
	background-color: #ff94b8;
}


.rebill {
	font-size: 20px;
}


/* DEROULE TOOLS */
#derouleTools {
	height:auto;
}

#enterId{
	color: red;
}


/* -- EPOCH LOGO -- */

#bottomPage{
	display: block;
	height:800px;
	position: relative;
	height:120px;
	margin: 10px;
	}

.title{
	font-family: "Helvetica Neue";
	font-size: 20px;
	color: white;
	font-weight:200;	
	text-shadow: 1px 1px 10px #fd266e;
}






