html,body{
	height: 100%;
	background-color: black;
}
body{
	color: #666;
	font-family: Helvetica;
}

#doc1,#doc2,doc3,#doc4{
}
/*------------ globals ----------------------------*/
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #134361;
}
a:hover{
	color: #2b99dc;
}
p{
	margin-bottom: 1em;
	text-indent: 10px;
}
h1,h2,h3,h4{font-weight: bold;}
h1{font-size: 200%;}
h2{font-size: 166%;}
h3{font-size: 133%;}
h4{filter: 100%;}

#hd,#bd,#ft{
	font-size: 120%;
}

/*------------ forms ----------------------------*/
form{
	font-size: 150%;
}
form div{
	margin: 0 0 10px;
}
label{
	display:block;
	margin: 0 0 5px;
}

.checkbox label{
	float:left;
	margin: 0 5px 0 0;
}
.checkbox{
	width: 100%;
	float:left;
	display:block;
}
.checkbox input{
	width: 20px;
}
fieldset input{
	width: 100%;
}
.submit{
	margin: 10px 0;
}
div.actions ul li{
	width: 150px;
	float: left;
	margin:0;
	padding: 0px;
}
.loginPass{
	display: none;
}

/*------------ login ----------------------------*/
#hd, #bd, #ft{
	text-align: center;
}
#bd{
	min-height: 300px;
}
#logo{
	width: 514px;
	height: 169px;
	margin: 0 auto;
	background: url(http://ddub.com/library/img/logo_login.jpg) no-repeat;
}
.tagline{
	text-shadow: 0px -1px #111;
	font-size: 170%;	
	color: #fff;	
	letter-spacing: -1px;	
}
.slogan{
	text-shadow: 0px -1px #101010;
	font-weight: normal;
	color: #404040;
	font-size: 150%;
	letter-spacing: -1px;
}
#showLogin, .showLogin{
	display: block;
	color: #999;
	width: 250px;
	margin: 40px auto;
	padding:6px 0;
	font-size: 150%;
	border: 1px #202020 solid;
	background: #181818;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#showLogin:hover, .showLogin:hover{
	color: #bbb;
	background: #292929;
	border: 1px #3a3a3a solid;
}

#splashButtons {
	margin-top: 70px;
	
}
#splashButtons div{
}

div.login{
	display: none;
	text-align: left;
	width: 440px;
	margin: 15px auto;
	padding: 20px 0 20px 30px;
	background: #191919;
	border: 1px #222 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.login h2{
	color: #eee;
}

div.text input {
	color: #999;
	border: 1px #333 solid;
	background-color: #111; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.submit input {
	color: #191919;
	margin: 0 10px;
	padding:3px 5px;
	border: 1px #444 solid;
	background: #292929;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.submit input:hover {
	color: #eee;
	background: #666;
}

#footer{
	width:932px;
	height: 84px;
	margin: 0 auto;
	background: url(http://ddub.com/library/img/companies_login.jpg) no-repeat;
}

