@import url(http://fonts.googleapis.com/css?family=Droid+Serif); /* to import google font style */ 
.content{
	width:960px;
	margin:20px auto;
	}
	
.main{
	float:left;
	width: 850px;
	margin-top:80px;
	}
	
#progressbar{
	margin:0;
	padding:0;
	font-size:18px;
	}
	
#active1{
	color:red;
	}
	
fieldset{
	display:none;
	width: 1050px;
	padding:20px;
	margin-top:50px;
	margin-left: 85px;
	border-radius:5px;
	box-shadow: 3px 3px 25px 1px gray;
	}

#first{
    display:block;
	width:850px;
	padding:20px;
	margin-top:50px;
	border-radius:5px;
	margin-left: 85px;
	box-shadow: 3px 3px 25px 1px gray;
	}
#button_color{
	width: 120px;
	margin:15px 25px;
	padding: 5px;
	height: 40px;
	background-color: #FF0000;
	border: none;
	border-radius: 4px;
	color: white;
	font-family: 'Droid Serif', serif;
	}
input[type=text],
input[type=password],
select{
	width:100%;
	margin:10px 0;
	height:30px;
	padding:5px;
	border: 2px solid #789bd3;
	border-radius: 4px;
	}
	
textarea{
	width:100%;
	margin:10px 0;
	height:70px;
	padding:5px;
	border: 2px solid #789bd3;
	border-radius: 4px;
	}
	
input[type=submit],
input[type=button]{
	width: 120px;
	margin:15px 25px;
	padding: 5px;
	height: 40px;
	background-color: sienna;
	border: none;
	border-radius: 4px;
	color: white;
	font-family: 'Droid Serif', serif;
	}
	
h2,p{
	text-align:center;
	font-family: 'Droid Serif', serif;
	}
	
li{
	margin-right:52px;
	display:inline;
	color:#c1c5cc;
	font-family: 'Droid Serif', serif;
	
	}
/*---------------------------------------------
	CSS For right side advertisement
-----------------------------------------------*/	
.formget{
	float:right;
	margin-top:30px;
	}	