
.container {
	margin: auto;
	position: relative;
	left: 0;
	right: 0;
	background-color: #FFF;
	padding: 35px;
	height: auto;
	max-width: 700px;
	min-width: 234px;
	padding-top: 20px;
	padding-bottom: 0px !important;
}
.container form {
	max-width: 700px;
	margin: 0 auto;
}
body {
	
	margin-left: 10px;
	margin-right: 10px;	
}


/********************************end*******************************/
/**************************responsive UI stylessheets starts here************************/
@media only screen and (max-width: 480px) {
	body{
	margin-left: 5px !important; 
    margin-right: 5px !important;
	}
	
	
}
/********************************end*******************************/
