html {
    height: 100%;
}
body {
    background: #f7f7f7 url('../img/loading.gif') -100px -100px no-repeat;
    color: #b3b3b3;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
body.fl-loading .fl-page {
    background: #f7f7f7 url('../img/loading.gif') center center no-repeat;
    height: 100%;
}
body.fl-loading .fl-page-content {
    display: none;
}
a {
    color: #b3b3b3;
}
.fl-page-logo {
    margin-bottom: 50px;
}
.fl-page-logo img {
    max-width: 100%;
}
.fl-page-content {
    margin: 0 auto;
    max-width: 600px;
    padding: 50px 25px;
}
.fl-demo-buttons {
	margin: 0 auto 50px;
	max-width: 350px;
}
.fl-note {
    margin-bottom: 10px;
}
.fl-create-demo {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f7941e ;
    border: 1px solid #c58323;
    text-decoration: none;
    text-shadow: -1px 1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: inset 0 1px 1px rgba(245, 243, 67, 0.3), inset 0 -1px 0px rgba(132, 90, 23, 0.03), 0 5px 12px rgba(0, 0, 0, 0.08), 0 3px 1px 0 rgba(0, 0, 0, 0.05);
}
a.fl-create-demo:hover {
	color: #fff;
	text-decoration: none;
}
#fl-demo-form {
	position: absolute;
	left: -99999px;
}