
/* COLORS
	bright red	: #d21416
	dark red	: #921816
-------------------------*/
.depDot{color:#d21416; font-weight:bold;}
a{color:#d21416;}
.small{font-size:85%;}
.large{font-size:125%;}
.upper{text-transform:uppercase;}

html, body{
	font-family:Calibri, "Trebuchet MS", Arial, sans-serif;
	background-color:#696654;
	height:100%;
	margin:0;
	padding:0;
	color:white;
	text-align:center;
}
body{
	background:#696654 url(/images/bkg_dep_07_2.jpg) 50% 50% no-repeat;
}

#container{
	height:50%;
	width:50%;
	position:absolute;
	left:25%;
	top:20%;
}

#logo{
	margin:0;
}
#logo h1,
#logo h2,
#logo h3{
	display:none;
}

#tooBusytoBuildAProperDepositadoWebsite{
	padding:10px;
	margin:20px 0 0 0;
	min-width:400px; /* never smaller than width of logo */
	font-size:large;
	font-weight:bold;
	background-color:transparent;
	color:#000;
}


input.text{
	border-top:1px solid #d21416;
	border-right:1px solid #d21416;
	border-left:1px solid #921816;
	border-bottom:1px solid #921816;
	color:#d21416;
	padding:2px;
	text-align:right;
	width:75%;
	font-size:large;
}
input.button{
	color:#d21416;
	width:20%;
	font-size:large;
}
input.button:hover{
	color:#921816;
}
.privacy{
	background-color:#fff;
	color:#000;
	font-size:x-small;
}

#chat{
	position:fixed;
	top:10px;
	right:10px;
}
