body {
	
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#2E2E2E url(../gfx/background.png) repeat scroll 0 0;
color:#E7E7E7;
font-family:Verdana,Helvetica;
font-size:11px;
line-height:normal;
text-align:center;

}

a, a:visited, a:focus, a:active {
	color: #2da3cf;
	outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
border:0;
}

.shadow {
background-image:url(../gfx/background_shadow.png);
background-position:center top;
background-repeat:repeat-x;
text-align:center;
width:100%;
height: 27px;
}

#heading {
	
}

#login {
	
	height:auto;
	text-align:left;
	margin-top: 40px ;
	margin-bottom:50px;
}

#logForm {
	
	
	height:100%;
}
#demoCnt {
	
	
	height:100%;
}

#demoCnt a {
	text-decoration:none;
}


#info {
	text-align:left;
	
}

#loginForm {
	border-right:3px solid #497dba;
}

.logHeading {
	font-size:14pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #e3e3e3;
	
}

.bigType {
	font-size:17pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #d9d9d9;
}

.normType {
	font-size:12pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #7e7e7e;
}

.memberLnk {
	background-color: #7e7e7e;
	border:3px solid #6e6e6e;
	color:white;
	font-size: 10pt;
	width: 142px;
	padding:3px;
	margin-top: 10px;
  font-family:Verdana,Helvetica;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}

.memberLnk2 {
	background-color: #2da3cf;
	border:3px solid #0d83af;
	color:white;
	font-size: 10pt;
	width: 142px;
	padding:3px;
	margin-top: 10px;
  font-family:Verdana,Helvetica;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}

.membersLnk a {
	
}

.memberLnk:hover {
	cursor: pointer;
	background-color: #385d89;
}


.txtInput {
	background-color:#414141;
	border:1px solid #333;
	margin:2px 0;
	color:white;
  width: 180px;
}

.demoPar {
	margin-bottom:11px;
}

