@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Federo);
/* below line is used for online google font */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);

html, body {
    margin: 0;
    min-height: 100%;
}

body {
    position: relative; /* needed for the overlay to extend when you scroll */
    /* general styles */
    padding: 30px;
    font-family: 'Open Sans', sans-serif;
    background: #000000;
    color: #fff;
}

/* overlay styles, all needed */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 2700px;
    width: 100%;

    z-index: 10;
		background: url('greyB.png');
}

/* just some content with arbitrary styles for explanation purposes */
.modal {
    width: 100%;

    position: fixed;
    top: 10%; 


    border-radius: 5px;

    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
	
    color: white;
    font-family: 'Droid Serif', serif;
	font-size:28px;
	font-weight:bold;
}

.content {
    margin: 30px;
}

h1 {
    font-family: 'Federo', sans-serif;
}


div.container{
	width: 75%;  
		max-width: 888px;

    margin:20px auto;
    font-family: 'Droid Serif', serif;
}

div.main{
    width:70%;

    padding: 30px 40px;
    box-shadow: 0px 0px 50px 10px #906000;
    border-radius: 2px;   
    margin-top:7px;
	margin-left:auto;
	margin-right:auto;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}

h2{
    text-align:center;
	font-size:20px;
	margin-bottom: 40px;
	color: #000000;
}


label{    
	color: #000000;
}

input[type=submit]{
    font-size: 15px;
    border: 4px solid rgb(239, 235, 235);
    padding: 5px;
    font-weight:bold;    
    width:95%;
    border-radius:3px;
    margin-left:6px;
    font-family: 'Droid Serif', serif;
	height: 40px;
}

input[type=text]{    
	padding: 3px;
	border-radius: 3px;
	margin-left: 6px;
	border: 4px solid rgb(208, 205, 209);
	width: 95%;
	height: 40px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size:18px;
}	
form{
	font-size:18px;
	margin-top: 30px;
}

textarea{
	border: 4px solid rgb(208, 205, 209);
	padding: 3px;
	width: 95%;
	border-radius: 3px;
	resize: none;
	height: 90px;
	margin-left:6px; 
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: inherit;
	font-size: inherit;
}
p{
clear:both;
padding-top:20px;
}

      .class4 a:link    {
  /* Applies to all unvisited links */
  font-size: 10px;
      text-decoration:  underline;  
  color:            #FFFFFF;
  } 

.class4 a:visited {
  /* Applies to all visited links */
  font-size: 10px;
    text-decoration:  underline;    
  color:            #FFFFFF;
  } 

.class4 a:hover   {
  /* Applies to links under the pointer */
      text-decoration:  underline;

  color:            #937143;
    font-size: 10px;
  } 
  
.class4 a:active  {
  /* Applies to activated links */
     text-decoration:  underline; 

  color: #937143;
    font-size: 10px;
  }