*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.spacer{
	clear:both;
}
.red_star{
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #FF0004;
	font-weight:bold;
	}
#main_contailer{
	max-width:80%;
	min-width:100px;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0 12px;
}
.logo{
	width:100%;
	height:65px;
	padding-top:8px;
	padding-bottom:12px;
	text-align:right;
}
.logo img{
	width:auto;
	height:100%;
}
.Instalation{
	width:100%;
	height:35px;
	background-color:#ED1C24;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	color: #ffffff;
	line-height:35px;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:20px;
	}
	.name{
		width:50%;
		height:25px;
		float:none;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	margin-bottom:2px;
	}
	.name_1{
		width:46%;
		height:25px;
		float:left;
		background-color:#EDEAEA;
		line-height:25px;
		text-align:right;
		padding-right:5px;
	}.name_2{
		width:10px;
		height:25px;
		float:left;
		margin:0 5px 0 2px;
		background-color:#EDEAEA;
		line-height:25px;
		text-align:center;
		}
	.name_3{
		width:46%;
		height:20px;
		float:left;
		border:1px solid #A0A0A0;
		margin-top:2.5px;
	}
	.submit{
		width:50%;
		height:25px;
		float:left;
		margin-top:5px;
		}
		.submit_1{
		width:46%;
		height:25px;
		float:left;
		line-height:25px;
		text-align:right;
		padding-right:5px;
	}.submit_2{
		width:10px;
		height:25px;
		float:left;
		margin:0 5px 0 2px;
		line-height:25px;
		text-align:center;
		}
	.submit_3{
width:46%;
		height:20px;
		float:left;
		border:1px solid #0080C0;
		margin-top:2.5px;
		background-color:#07A4DD;
		 color: #FFFFFF;
	}
	
	
	
	
	
	.footer_1{
	width: 100%;
	background-color: #ed1c24;
	height: 40px;
	background-image:url(../images/bottom_s.jpg);
	background-repeat: no-repeat;
	margin-top: 20%;
	line-height: 40px;
	padding-left: 55px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
	.footer_Version{
	float: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-right:3%;
	}
		
		
		@media screen and (max-width: 768px) {
		
		#main_contailer{
	max-width:100%;
		}
		.name{
		width:70%;
		}
		.name_2{
		width:10px;
		}
		.submit{
		width:70%;
		}
		.submit_2{
		width:10px;
		}
		
		
		@media screen and (max-width: 360px) {
			.name{
		width:100%;
			}
		#main_contailer{
	max-width:100%;
		}
			.submit{
		width:100%;	
			}
			.footer_1{
				font-size:9px;
				padding-left: 40px;
				margin-top:30%;
			}
			
	.logo{
	height:50px;

}
.logo img{
	width:auto;
	height:100%;
}
			
		}
	
