@charset "utf-8";
/* CSS Document */

html{
	background: #ff9c03 url("../images/bg.png") repeat;
	margin: 0;
	padding: 0;
	height:100%;
	}

body {
	margin: 0;
	padding: 0;
	height:100%;
}
.wrapper{
	font: 16px Tahoma, Geneva, sans-serif;
	font-weight:normal;
	margin: 0;
	padding: 0;
	color: #fff;
	height:100%;
	background: url("../images/tag.png") no-repeat left top;
	background: url("../images/tag.png") no-repeat left top, -moz-linear-gradient(top,  rgba(2s,107,2,0.65) 0%, rgba(255,156,3,0.39) 40%, rgba(255,156,3,0) 100%);
	background: url("../images/tag.png") no-repeat left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,107,2,0.65)), color-stop(40%,rgba(255,156,3,0.39)), color-stop(100%,rgba(255,156,3,0)));
	background: url("../images/tag.png") no-repeat left top, -webkit-linear-gradient(top,  rgba(234,107,2,0.65) 0%,rgba(255,156,3,0.39) 40%,rgba(255,156,3,0) 100%);
	background: url("../images/tag.png") no-repeat left top, -o-linear-gradient(top,  rgba(234,107,2,0.65) 0%,rgba(255,156,3,0.39) 40%,rgba(255,156,3,0) 100%);
	background: url("../images/tag.png") no-repeat left top, -ms-linear-gradient(top,  rgba(234,107,2,0.65) 0%,rgba(255,156,3,0.39) 40%,rgba(255,156,3,0) 100%);
	background: url("../images/tag.png") no-repeat left top, linear-gradient(to bottom,  rgba(234,107,2,0.65) 0%,rgba(255,156,3,0.39) 40%,rgba(255,156,3,0) 100%);
	
	}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
	font-size:24px; 
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	background:url(../images/cells.png) no-repeat scroll 105px -34px transparent;
	width: 960px;
	margin: 0 auto;
	height:900px;
}

.content {
	background:url(../images/logo.png) no-repeat 322px 40px;
    padding: 250px 83px 0;
    width: 794px;
}
#main_img {
	background:url(../images/img.png) no-repeat 235px top;
	height:150px;
}
.fields_cont{
	width:416px;
	margin-left: 200px;
	}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {  
	clear:both; 
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.social{
	margin-left:50px;
	margin-bottom: 5px;
	}
.facebook a{ 
	background: url("../images/facebook_icon.png") no-repeat;
	background-position:0 0;
    float: left;
    height: 32px;
    margin-left: 120px;
    margin-top: 13px;
    width: 32px;
	cursor:pointer;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 border-radius:4px;	
	transition:all 200ms ease 0s;
	-webkit-transition:all 200ms ease 0s;
	-moz-transition:all 200ms ease 0s;
	-o-transition:all 200ms ease 0s;
}
.facebook :hover{ background-position:0 -32px;}

.twitter a{ 
	background: url("../images/twitter_icon.png") no-repeat;
	background-position:0 0;
    float: left;
    height: 36px;
    position: relative;
    width: 44px;
	margin-top: 10px;
	margin-left:20px;
	cursor:pointer;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 border-radius:4px;	
	 transition:all 200ms ease 0s;
	-webkit-transition:all 200ms ease 0s;
	-moz-transition:all 200ms ease 0s;
	-o-transition:all 200ms ease 0s;
}
.twitter a:hover{ background-position:0 -36px;}


/*Form*/
form{
	margin-left:15px;
	margin-top: -5px;
	}
label{
	
	font:bold 18px Arial, Helvetica, sans-serif;
	}
	
       
input[type=text], input[type=password] {
      display: block;
	  width:380px;
	  height:30px;
	  padding:10px;
	  margin:5px 0;
	  outline-style:none;
	  outline:none;
	  border:none;
	  -moz-border-radius:6px;
	  -webkit-border-radius:6px;
	  border-radius:6px;
	  font-size:18px;
	  color:#444;
      }
/*input[type=text]:hover, input[type=text]:focus{
	 -webkit-box-shadow: inset 0 0 0 1px #e78913;
	 -moz-box-shadow: inset 0 0 0 1px #e78913;
	 box-shadow: inset 0 0 0 1px #e78913;
	 transition:all 20ms ease 0s;
	-webkit-transition:all 200ms ease 0s;
	-moz-transition:all 200ms ease 0s;
	-o-transition:all 200ms ease 0s;
	}*/


input[type=submit] {
	text-align:center;
	width:210px;
	height:60px;
	border:5px solid #fff;
	background-color:#ffa802;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	margin-left:95px;
	margin-top:10px;
}
input[type=submit]:hover {
	-webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.2);
	}
input[type=submit]:active {
	-webkit-box-shadow: inset 0 0 8px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 8px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 8px 2px rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    padding: 0px;
	vertical-align: middle;
}


.unhappyMessage {
    color: red;
    display: block;
    float: left;
    font: bold 13px arial;
    margin-left: 130px;
	text-align:right;
	width:270px;
    margin-top: -17px;
  /*  position: absolute;*/
}

/* Footer */	.footer{ 
	width:794px;
	height:78px;
	margin-top: 25px;
	}
.left{
	width:275px;
	height:59px;
	font:16px Arial, Helvetica, sans-serif;
	background-color:#ffab29;
	float:left;
	position:relative;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left:24px;
	padding-bottom:19px;
	}
.right{
	height:68px;
	width:461px;
	font:bold 12px Arial, Helvetica, sans-serif;
	background-color:#ffab29;
	float:left;
	position:relative;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-left: 4px;
	padding-top:10px;
	padding-left:30px;
	color:#FFF;
	text-decoration:none;
	outline-style:none;
	outline:none;
	border:none;
	}

.left_copyright {
	width:275px;
	float:left;
}
.right_copyright {
	width:650px;
	float:left;
}
.europlanet {
	background: url("/images/footer_logo_europlanet.png") no-repeat scroll 0 5px transparent;
    clear: both;
    height: 67px;
    padding-top: 5px;
    width: 261px;
	outline:none;
	cursor:pointer;
}
.copyright {
	color:#ffcd80;
	font-size:12px;
	float:left;
	display:inline;
	clear:both;
	margin-top: 10px;
}
.superweb_f a{
	background:url(/images/superweb_f.png) no-repeat ;
	background-position:0 -39px;
	display:block;
    width:125px;
    height:39px;
	float:left;
	margin: 10px 12px;
	outline:none;
}	
.superweb_f a:hover{
	background-position:0 0;
}
.domains24_f a{
	background:url(/images/domains_f.png) no-repeat ;
	background-position:0 -39px;
	display:block;
    width:125px;
    height:39px;
	float:left;
	margin: 10px 10px 10px 10px;
	outline:none;
	}
.domains24_f a:hover{
	background-position:0 0;
}
.mailbox_f a{
	background:url(/images/mailbox_f.png) no-repeat ;
	background-position:0 -39px;
	display:block;
    width:105px;
    height:39px;
	float:left;
	margin: 10px 0 12px 10px;
	outline:none;
	}
.mailbox_f a:hover{
	background-position:0 0;
	}	  
	  
	  
