body {
  padding-top: 70px;
  color: #FFFF00;
  background-color: #000;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.navbar-default {
    background-color: #000;
    border-color: #000;
}
.navbar-inverse {
    background-color: #000;
    border-color: #000;
}
.container-fluid {
    max-width: 1170px;
}
footer {
    max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FF0000;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #FFFF00;
}
   /* Forms */

form#fancy   {
	background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	/*margin:auto;*/
	position:relative;
	float:left;
	width:550px;
	height:700px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #273652;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border: 1px solid #999;
	/*border: inset 1px solid #333;*/
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
form#fancy input {
	width:375px;
	display:block;
	border: 1px solid #999;
	height: 25px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
form#fancy select  {
	width:200px;
	display:block;
}
form#fancy textarea#comments {
	width:375px;
	height:150px;
	display:block;
}
form#fancy input#button {
	width:100px;
	position:absolute;
	right:20px;
	bottom:20px;
	background:#09C;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	height:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #999;
}
form#fancy input#search {
	width:100px;
	position:absolute;
	right:20px;
	background:#09C;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	height:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #999;
}
form#fancy input#button:hover, form#fancy input#search:hover {
	background:#fff;
	color:#09C;
}
textarea:focus, form#fancy input:focus { border: 1px solid #09C; }
#myshadow {
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px #888;
-webkit-box-shadow: 5px 5px #888;
box-shadow: 5px 5px #888;
}
.home {
max-width:820px;}
.blackline {border-bottom:2px solid #000;}