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

div.container2{
    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;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  color: #FE2E2E;
  text-align: center;
}

section {
  display: block;
  
    position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 2600px;
  z-index: 10;
  background-color: rgba(0,0,0,0.83);
    color: white;
    text-align:center;
    font-family: 'Droid Serif', serif;
		font-size:28px;


  }
  
.text p {
  position: relative;
}

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


label{    
	color: #000000;
}

label2{    
	color: #FF0000;
}

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

}

input:hover[type="submit"] {
background: #906000;
color:#000000;
}
    

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;
}
/* -------------------------------------
   CSS for sidebar (optional) 
---------------------------------------- */
.fugo{
    float:right;
}