/* list */
#add-Location{
	
	margin:10px 0;
	display:block;
}
/* end list */

/* add form*/
#add-Location h1{
	font-size:16px;
}
#add-Location label{
	font-weight:bold;
	display: inline;
	width: 150px;
	display: block;
	float: left;

}

#add-Location input[type=text]{
	width: 490px;
	padding: 5px ;
}

/* end add form*/
