h2
	{
	font-size:16px;
	line-height:22px;
	background-color:#FFFFFF;
	border-radius: 4px;
	color:#000000;
	padding:2px 3px;
	}

label.radio
	{
	font-size:18px;
	margin-left:30px;
	
	}

input[type="text"]
	{
	font-weight:bold;
	width:70%;
	color:#000;
	}

legend, label
	{
	color:#FFFFFF;
	}

.navbar-inner h1
	{
	font-size:2.5em;
	}

.sorry
	{
	width:900px; 
	text-align:center;
	background-color:rgba(200,200,200,0.8);
	
	border-radius: 4px;

      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.5);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.5);
              box-shadow: 0 2px 10px rgba(0,0,0,.5);
	
	margin:20px auto;
	padding:20px 0;
	font-weight:bold;
	font-size:18px;
	
	}

.pyt h4
	{
	text-align:justify;
	}
.pyt div
	{
	width:50%;
	margin: 0 auto;
	}


.form-horizontal .control-label 
	{
	color:#fff;
	font-weight:bold;
	width:300px;
	margin-right:15px;
	}

.maincont
	{
	position:relative;
	background-color:rgba(0,0,0,0.8);
	min-height:300px;

	margin-top:-450px;

	border-radius: 4px;

      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);

	z-index: 99;
	
	overflow:hidden;
	}
	.maincont form
		{
		display:block;
		padding:15px 25px;
		overflow:hidden;
		}


    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      padding-bottom: 40px;
      color: #FFFFFF;
	  background-color:#CCCCCC;
    }



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 20px 20px 16px; /* Increase vertical padding to match navbar links */
      font-size: 30px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	  color:#FFFFFF;
    }




/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 500px;
    }
    .carousel img {
      position: fixed;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 500px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 100%;
      padding: 20px 20px;
      margin-top: 100px;

	  text-align:justify;
		background-color:rgba(0,0,0,0.8);
	
	border-radius: 4px;

      -webkit-box-shadow: 0 2px 10px rgba(204,204,204,.5);
         -moz-box-shadow: 0 2px 10px rgba(204,204,204,.5);
              box-shadow: 0 2px 10px rgba(204,204,204,.5);
	  
	  
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4); 
	  font-size:18px;
    }




    /* RESPONSIVE CSS
    -------------------------------------------------- */
 
    @media (max-width: 670px) {

	.navbar-inner h1
		{
		font-size:0.7em;
		}
	.pyt h4
		{
		font-size:1em;
		}
.maincont
	{
	margin-top:-200px;

    }


