﻿*{ margin: 0; padding: 0;}

body {
	/*To hide the horizontal scroller appearing during the animation*/
	overflow: hidden;
	text-align: right;
}

#clouds{
	padding: 100px 0;
	background: #c9dbe9;
	background: -webkit-linear-gradient(top, #c9dbe9 0%, #fff 100%);
	background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);
	background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);
}

/*Time to finalise the cloud shape*/
.cloud {
	width: 200px; height: 60px;
	background: #fff;
	
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	
	position: relative; 
}

.cloud:before, .cloud:after {
	content: '';
	position: absolute; 
	background: #fff;
	width: 100px; height: 80px;
	position: absolute; top: -15px; left: 10px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
}

.cloud:after {
	width: 120px; height: 120px;
	top: -55px; left: auto; right: 15px;
}

@-webkit-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
#main {
	position: absolute;
	top: 15%; left: 8%; right: 8%; bottom: 6%; z-index: 1;
	background: #fff; line-height: 175%; color: #333;	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
#footer{
    position:fixed;
    left:0px;
    bottom:0px;
    height:8%;
    width:100%;
    background:#717171;
}
.down {
position:absolute;
bottom:1px;
}
.top {
position:static;
top:1px;
}
hr.style-seven { height: 30px; border-style: solid; border-color: black; border-width: 1px 0 0 0; border-radius: 20px; }
hr.style-seven:before { display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: black; border-width: 0 0 1px 0; border-radius: 20px; }
.table-footer {
    height: 4%;
    bottom:0px;
    position: absolute;
	width:84%;
	left:8%;
}
.foot-text{
	text-align: left;
	font-weight:normal;
}
tr.bottom td { border-bottom: 2px solid #222;  }
.table_search {
	padding: 6px; 
	border: 2px solid #222; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.signup-button {
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 13px 9px 0;
	background-color: #444;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
    text-shadow: 0 -1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
    border: 1px solid #000;
    text-decoration: none;
}
.signup-button.facebook {
    background: url("../images/sprite_v13.png") no-repeat 10px -2164px #3b5998;
    padding-left: 36px;
}
.signup-button.facebook:hover {
    background-color: #2c57a5;
}
.disable {
    text-decoration: none;
    COLOR:#fff;
    transition: all 0.20s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

a:hover {
	text-decoration: none;
	COLOR:#25C800;
    transition: all 0.20s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;

}
.search {
	background-repeat: no-repeat;
	background-image:url('../images/search.png');
	}
.done {
	background-repeat: no-repeat;
	background-image:url('../images/done.png');
	}
.add {
	background-repeat: no-repeat;
	background-image:url('../images/add.png');
	}
.clipboard {
	background-repeat: no-repeat;
	background-image:url('../images/clipboard.png');
	}
.contact {
	background-repeat: no-repeat;
	background-image:url('../images/contact.png');
	}
.error {
	background-repeat: no-repeat;
	background-image:url('../images/error.png');
	}
.support {
	background-repeat: no-repeat;
	background-image:url('../images/support.png');
	}
.reward {
	background-repeat: no-repeat;
	background-image:url('../images/reward.png');
	}
.intrest {
	background-repeat: no-repeat;
	background-image:url('../images/intrest.png');
	}

#header{
	background-repeat: no-repeat;
	background-position: center;
/*	background-image:url('../images/header.png'); */
    position:fixed;
    left:0px;
    top:0px;
    height:15%;
    width:100%;
}
.in-main form input:not([type=submit]),select,textarea {
    background-color:#fff;
    border: 1px solid #222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
}
.in-main {
	outline:none;
	position: absolute;
	top: 1%; left: 1%; right: 1%; bottom: 1%;
    transition: all 0.20s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    text-shadow: #CDCDCD 0px 0px 1px;
}
.sexy {
    background-color: #222;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image:    -moz-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image:     -ms-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image:      -o-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image:         linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    border: 1px solid #111;
    color: #c6c6c6;
    cursor: pointer;
    display: inline-block;
    font: bold 14px/30px sans-serif;
    height: 30px;
    margin: 10px 20px;
    outline: none;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px hsla(0,0%,0%,.8);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px hsla(0,0%,0%,.4),
                        inset 0 1px 0 hsla(0,0%,100%,.2);
       -moz-box-shadow: 0 1px 4px hsla(0,0%,0%,.4),
                        inset 0 1px 0 hsla(0,0%,100%,.2);
            box-shadow: 0 1px 4px hsla(0,0%,0%,.4),
                        inset 0 1px 0 hsla(0,0%,100%,.2);
}
.sexy:hover,
.sexy:focus {
    background-color: #242424;
    color: #f6f6f6;
    -webkit-box-shadow: 0 1px 4px hsla(0,0%,0%,.4),
                        inset 0 1px 0 hsla(0,0%,100%,.2);
       -moz-box-shadow: 0 1px 4px hsla(0,0%,0%,.4),
                        inset 0 1px 0 hsla(0,0%,100%,.2);
            box-shadow: 0 1px 4px hsla(0,0%,0%,.4),
                        inset 0 1px 0 hsla(0,0%,100%,.2);
}
.sexy:after {
    background-image: -webkit-linear-gradient(left, hsla(0,0%,0%,0), hsla(0,0%,100%,.8), hsla(0,0%,0%,0));
    background-image:    -moz-linear-gradient(left, hsla(0,0%,0%,0), hsla(0,0%,100%,.8), hsla(0,0%,0%,0));
    background-image:     -ms-linear-gradient(left, hsla(0,0%,0%,0), hsla(0,0%,100%,.8), hsla(0,0%,0%,0));
    background-image:      -o-linear-gradient(left, hsla(0,0%,0%,0), hsla(0,0%,100%,.8), hsla(0,0%,0%,0));
    background-image:         linear-gradient(left, hsla(0,0%,0%,0), hsla(0,0%,100%,.8), hsla(0,0%,0%,0));
    background-position: 50% 0%;
    background-size: 200% 200%;
    content: '';
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.sexy:hover:after,
.sexy:focus:after {
    display: block;
}
.sexy:active {
    background-color: #202020;
    color: #b6b6b6;
    line-height: 32px;
    -webkit-box-shadow: 0 1px 0 hsla(0,0%,100%,.1),
                        inset 0 1px 4px hsla(0,0%,0%,.8);
       -moz-box-shadow: 0 1px 0 hsla(0,0%,100%,.1),
                        inset 0 1px 4px hsla(0,0%,0%,.8);
            box-shadow: 0 1px 0 hsla(0,0%,100%,.1),
                        inset 0 1px 4px hsla(0,0%,0%,.8);
}
.sexy:active:after {
    display: block;
    left: 1px;
    opacity: .5;
    right: 1px;
    top: 31px;
}
