a {
	color			: #4FF25A;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.container {
	margin-left		: auto;
	margin-right		: auto;
	width			: 950px;
}

.bcc-body {
	background-color	: #0C0C0C;
	margin-top		: 0px;
	margin-left		: 0px;
	width			: 100%;
}

.bcc-inputcontainer {
	margin-top		: -200px;
	margin-bottom		: 170px;
	padding-left		: 40px;
	position		: relative;
	font-family             : 'Share Tech Mono', sans-serif;
        color                   : #4FF25A;
}

.bcc-input {
	font-family             : 'Share Tech Mono', sans-serif;
	font-size		: 12pt !important;
	height			: 30px !important;
	width			: 700px;
	background-color	: transparent !important;
	color			: #4FF25A !important;	
	border-color		: #34C924 !important;
	border-width		: 0px !important;
}
/*
.bcc-input2 {
	font-family             : 'Share Tech Mono', sans-serif;
	font-size		: 12pt !important;
	height			: 30px !important;
	width			: 700px;
	background-color	: transparent !important;
	color			: transparent !important;	
	border-color		: #34C924 !important;
	border-width		: 0px !important;
}

.bcc-inputfake {
	font-family             : 'Share Tech Mono', sans-serif;
	font-size		: 12pt !important;
	background-color	: transparent !important;
	color			: transparent !important;	
	border-color		: #34C924 !important;
	border-width		: 0px !important;
}
*/
.bcc-header {
	background-color	: #000000;
	padding-top		: 20px;
	font-size		: 18pt;
	color			: #696969;
/*	font-family		: 'Nothing You Could Do', cursive; */
	font-family		: 'Share Tech Mono', sans-serif;
}

.bcc-container {
	margin-top		: -600px;
	position		: relative;
/*	background-color	: #EDF2F9; */
	background		: rgba(64, 64, 64, 0.2);
	height			: 520px;
	border-top-left-radius	: 10px;
	border-top-right-radius : 10px;	
	padding			: 15px;
	overflow-y		: hidden;
}

.bcc-subcontainer {
	font-family		: 'Share Tech Mono', sans-serif;
	color			: #4FF25A;
	padding			: 15px;
}

.bcc-page {
	height			: 350px;
	overflow-y		: auto;
}

.bcc-opacityon {
	opacity			: 0.4;
	filter			: alpha(opacity=40);
}

.bcc-clouds1 {
	background-image	: url(/images/grayclouds1.png);
	height			: 600px;
	width			: 100%;
	position		: relative;
}

.bcc-clouds2 {
	background-image	: url(/images/grayclouds2.png);
	height			: 600px;
	width			: 100%;
	position		: relative;
}

.bcc-clouds3 {
	background-image	: url(/images/grayclouds3.png);
	height			: 600px;
	width			: 100%;
	position		: relative;
}

.bcc-city {
	background-image	: url(/images/citybase.png);
	height			: 210px;
	width			: 100%;
	position		: relative;
	margin-top		: -150px;
}

.bcc-footer {
	text-align		: center;
	margin-bottom		: 10px;
	color			: #696969;
	font-size		: 10pt;
/*	font-family		: 'Nothing You Could Do', cursive;*/
	font-family		: 'Share Tech Mono', sans-serif;
}

.bcc-nugent {
	background-image	: url(/images/nugent.png);
	height			: 293px;
	width			: 220px;
	position		: relative;
	margin-top		: -360px;
	opacity			: 0.5;
	filter			: alpha(opacity=50);
}

.bcc-nugenttext {
	font-family		: 'Nothing You Could Do', cursive;
	position                : relative;
        margin-top              : -200px;
	rotation-point          : 50% 50%;
	transform               : rotate:345deg;
	-ms-transform           : rotate(345deg); /* IE 9 */
	-moz-transform          : rotate(345deg); /* Firefox */
	-webkit-transform       : rotate(345deg); /* Safari and Chrome */
	-o-transform            : rotate(345deg); /* Opera */
	font-size               : 2px;
	color                   : #000000;
}
