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

h2{
	/*text-align: center;*/
}

hr{
	margin-bottom:-10px;
}

span{
	color: red;
	
}

div.main{

	height: 655px;
	margin:5px auto;
	font-family: 'Droid Serif', serif;
}

div.first{
	width: 380px;
	/*height:570px;*/
	float:left;
	padding: 15px 50px;
	background: ghostwhite;
	box-shadow: 0 0 10px gray;
	margin-top: 20px;
}

input {
	width:100%;
	padding: 8px;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 25px;
	box-shadow: 0 0 5px;
	border: none;
}

#btn{
	width:100%;
	padding: 8px;
	margin-top: 10px;
	background-color: #474242;
	cursor: pointer;
	color:white;
	border:2px solid rgb(173, 173, 173);
	font-size:18px;
	font-weight:bold;
	font-family: 'Droid Serif', serif;
	margin-bottom: 15px;
}
#btn:hover{
	background-color: rgb(173, 173, 173);
	border:2px solid #474242;
	}

/* -------------------------------------
    CSS for sidebar (optional) 
---------------------------------------- */
.second{
	width: 480px;
	height:653px;
	float:left;
}


.well{ background:none; border:none;}
