		body{
		margin:0;
		font-family: 'Open Sans', sans-serif;
		font-size: 90%;
		line-height: 120%;
		}
		
		@media (min-width: 768px){
			.container {
				width: 90%;
				font-size: 210%;
				line-height: 210%;
			}
			.inputtext {
				font-size: 120%;
				min-width:140px;
				width:70%;
				max-width:750px;
			}
			.submit{
				font-size: 110%;
				font-weight:bold;
				width:200px;
				height:60px;
			}
			.header{
				height:200px;
			}
			#logo img{
				width:310px;
				height:158px;
			}
			.but{
				font-size:90%;
			}
			.headertext{
				font-size:60%;
			}
			.footermessage{
				font-size: 70%;
			}
		}
		@media (min-width: 992px){
			.container {
				 width: 850px;
				font-size: 90%;
				line-height: 120%;
			}
			.inputtext {
				font-size: 100%;
				min-width:50px;
				width:45%;
				max-width:250px;
			}
			.submit{
				width:100px;
				height:25px;
			}
			.header{
				height:100px;
			}
			#logo img{
				width:146px;
				height:83px;
			}
			.but{
				font-size:20px;
			}
			.headertext{
				font-size:12px;
			}
			.footermessage{
				font-size: 11px;
			}
		}
		.header{
			border-bottom: 2px solid #3CB251;
			margin-bottom:20px;
		}
		.container {
			margin-right: auto;
			margin-left: auto;
			padding-right: 15px;
			padding-left: 15px;
		}
		.fullacc{
			float:right;
			margin-top:27px;
		}
		.but{
			display:block;
			color:#4a5777;
			background-color:#fdfdfd;
			text-decoration: none;
			border-radius: 4px;
			padding:7px 15px;
			border: 1px solid #3CB251;
			margin-bottom:6px;
		}
		a{
			color:#4a5777;
		}
		#logo{
			margin-top:10px;
			position: absolute;
		}
		.block{
			width:100%;
			border: solid 1px #eeeeee;
			margin-bottom:25px;
			padding-bottom:7px;
		}
		.title{
			background: #004261;
			color:#fff;
			padding:10px;
			font-weight: bold;
			margin-bottom:7px;
		}
		.name{
			min-width:30%;
			display:inline-block;
			
		}
		.field{
			padding:8px 0;
			margin-left:20px;
		}
		.cc{
			width:37px;
			height:23px;
			border:0;
		}
		.headertext{
			margin-left:8px;
		}
		.red{
			color:red;
		}
		.submit{
			font-weight:bold;
		}
		.inputtext{
			width:50%;
		}
		.name1{
			min-width:20%;
			display:inline-block;	
		}
		.name2{
			min-width:10%;
			display:inline-block;	
		}
		.footermessage{
			margin-left:20px;
			margin-top:-10px;
		}
		
		.payment-methods-title {
			font-size:16px; 
			font-weight: 600; 
			margin-top: 20px;
			max-width: 550px;
		}

		.payment-methods-title hr {
			margin-top: 15px;
			margin-bottom: 10px;
			border: 0;
			border-top: 2px solid #eee;
			
			
		}