.hide                       { display: none; }
.invisible                  { visibility: hidden; }

.left                       { float: left; }
.right                      { float: right; }

.error                      { color: #f00; }

.clearfix:after             { clear: both; content: ".";  display: block; height: 0; visibility: hidden; }
.clearfix                   { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix            { height: 1%; }
.clearfix                   { display: block; }
/* End hide from IE-mac */

body {
	margin:0;
	padding:0;
	color:#85A0BC;
	width:100%;
	height:100%;
	background:url(../img_2010/enoh_bg.gif) repeat-x left center #000;
	font-family:Trebuchet MS, Arial;
	font-size:11px;
}
a { 
	color:#94ACC4; 
}

input {
	font-family:Trebuchet MS, Arial;
	font-size:11px;
	padding:1px;
}
input.input {
	border:1px solid #3F576F;
	background:#0B1724;
	height:20px;
	color:#FFF;
	width:128px;
}
input.input:focus {
	border:1px solid #85A0BC;
}
input.button {
	background:#19344E;
	border:1px solid #3F576F;
	height:20px;
	color:#85A0BC;
	padding:0 2px 2px 2px;
	font-weight:bold;
}

table.enoh-center {
	width:100%;
	height:100%;
	border:none;
}
table.enoh-center td {
	padding:0;
	margin:0;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.enoh-page-wrapper{
	height:532px;
	display:block;
}
.enoh-page{}

.enoh-site-wrapper {
	padding:180px 0 0 0;
}
.enoh-site {
	width:564px;
	height:352px;
	margin:0 auto;
	text-align:center;
}

.enoh-logo {
	background:url(../img_2010/enoh_logo.jpg) no-repeat center center transparent;
	width:564px;
	height:131px;
}
.enoh-links {
	width:564px;
	height:49px;
}
.enoh-links a {
	border:none;
	display:block;
	float:left;
}
.enoh-links a span {
	display:none;
}
.enoh-links a.enoh-link-vandit {
	background:url(../img_2010/enoh_vandit.jpg) no-repeat center center transparent;
	width:93px;
	height:49px;
}
.enoh-links a.enoh-link-transition {
	background:url(../img_2010/enoh_transition.jpg) no-repeat center center transparent;
	width:138px;
	height:49px;
}
.enoh-links a.enoh-link-myspace {
	background:url(../img_2010/enoh_myspace.jpg) no-repeat center center transparent;
	width:137px;
	height:49px;
}
.enoh-links a.enoh-link-twitter {
	background:url(../img_2010/enoh_twitter.jpg) no-repeat center center transparent;
	width:96px;
	height:49px;
}
.enoh-links a.enoh-link-facebook {
	background:url(../img_2010/enoh_facebook.jpg) no-repeat center center transparent;
	width:100px;
	height:49px;
}
.enoh-mirror {
	background:url(../img_2010/enoh_mirror.jpg) no-repeat center center transparent;
	width:564px;
	height:172px;
}

.enoh-content-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:32px;	
}
.enoh-content {
	height:32px;
	border-bottom:1px solid #2B3947;	
}
.enoh-content-background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:32px;
	background:#193755;
	opacity:0.2;
}
.enoh-innercontent-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:32px;
	//overflow:hidden;
}
.enoh-innercontent {
	width:640px;
	margin:auto;
	padding:5px 10px;
}

.newsletter-label {
	float:left;
	padding:2px 5px 0 0;	
}
.newsletter-input {
	float:left;
	padding:0 5px 0 0;	
}
.newsletter-button {}
.newsletter-message {
	padding:2px 5px 0 0;
	text-align:center;	
}











