.container {
		background-color:_red;
		max-width: 990px;
		padding:0;
		padding-bottom:30px;
		margin-top:20px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(65, 65, 65, 0.5);
-moz-box-shadow:    0px 0px 15px 0px rgba(65, 65, 65, 0.5);
box-shadow:         0px 0px 15px 0px rgba(65, 65, 65, 0.5);
		
	}
	#TopPanel {
		padding-bottom:30px;
		padding-left:25px;
		padding-right:25px;
	}
	#TopPanel .logo{
		margin-left:auto;
		margin-right:auto;
		max-width:800px;
	}
	#TopPanel .logo img{
		//max-width:800px;
		width:100%;
	}
	#TopPanel h1{
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:32px;
		line-height:34px;
		color:#054a85;
	}
	#TopPanel h2{
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
		color:#000000;
		padding-bottom:20px;
	}
	#TopPanel p{
		font-family:Arial, Helvetica, sans-serif;
		max-width:700px;
		background-color:_pink;
		margin-left:auto;
		margin-right:auto;
	}
	#TopPanel .sizeONE{
		font-size:16px;
		line-height:20px;
	}
	#TopPanel .sizeTWO{
		font-size:13px;
		line-height:16px;
	}
	#TopPanel .sizeTHREE{
		font-size:14px;
		line-height:16px;
		text-align:center;
		padding-left:30px;
		padding-right:30px;
	}
	#TopPanel .sizeTHREE a:link,
	#TopPanel .sizeTHREE a:visited,
	#TopPanel .sizeTHREE a:hover,
	#TopPanel .sizeTHREE a:active {
	color: #000000;
	text-decoration: underline;
}
	
	
	
	.SubOptions {
	background-color:_yellow;
	margin-left:auto;
	margin-right:auto;
	width:355px;
	font-size:18px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	}
	.SubOptions td{
	padding-right:5px;
	vertical-align: middle;
	}
	.SubOptions img{
		width:75px;
	}
	.SubOptions a:link,
	.SubOptions a:visited,
	.SubOptions a:hover,
	.SubOptions a:active {
	color: #000000;
	text-decoration: none;
}

	
	#CoversPanel {
	background-color:#f5f5f5;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #054a85;
	border-bottom-color: #bf2419;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:30px;
	text-align:center;
	}
	#CoversPanel p{
		padding-left:30px;
		padding-right:30px;
		text-align:center;
	margin-bottom:10px;
	background-color:_pink;
	text-align:center;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	line-height:18px;
	}
	#CoversPanel .CoversImages {
	}
	#CoversPanel .CoversImages img {
		width:100%; 
	}
    
	
	#FormPanel {
		padding-left:25px;
		padding-right:25px;
		max-width:750px;
		background-color:_yellow;
		margin-left:auto;
		margin-right:auto;
	}
	
	#FormPanel .radio-group {
		padding-bottom:30px;
	}
	
	#FormPanel .form-group .checkbox {
		background-color:_blue;
		margin-left:-20px;
	}
	
	#FormPanel .form-actions .ns_ {
		margin-top:30px;
		margin-bottom:10px;
	}
/*MODAL*/	
	#NEWSMAX_modal {
	
	}
	.NEWSMAX_modal_CONTENT {
		padding:12px;
	margin:5px;
	border: 2px solid #054a85;
	}
	
	.NEWSMAX_modal_CONTENT .TOPvisual img {
	width:100%
	}
	  
	.NEWSMAX_modal_CONTENT h2{
	font-size: 19px;
	line-height: 23px;
	text-align:center;
	font-weight:normal;
	max-width:620px;
	background-color:_yellow;
	margin-left:auto;
	margin-right:auto;
	}
	
	.NEWSMAX_modal_CONTENT h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align:left;
	font-weight:normal;
	max-width:600px;
	background-color:_pink;
	margin-left:auto;
	margin-right:auto;
	
	}
	
	.NEWSMAX_modal_CONTENT .sizeONE{
	color: #555555;
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
	background-color:_green;
	text-align:center;
	}
	.NEWSMAX_modal_CONTENT .sizeTWO{
	color: #555555;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
	background-color:_green;
	text-align:center;
	}
	
	.NEWSMAX_modal_CONTENT .disclaimerPANEL{
	background-color: #f5f5f5;
	color: #555555;
	padding: 10px;
	border: 1px solid #8d8d8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
	
	.NEWSMAX_modal_CONTENT .BTNyes {
		background-color:_orange;
		text-align:center;
		padding-bottom:10px;
	}
	.NEWSMAX_modal_CONTENT .BTNyes img{
		width:50%
	}
	.NEWSMAX_modal_CONTENT .BTNno {
		background-color:_blue;
		text-align:center;
	}
	.NEWSMAX_modal_CONTENT .BTNno img{
		width:35%
	}

	
	/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.container {
		
		width: auto;
		
		
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.NEWSMAX_modal_CONTENT .TOPvisual img {
		margin-left:-12px;
	width:105%
	}
	
	.NEWSMAX_modal_CONTENT .BTNyes img{
		width:100%
	}
	
	.NEWSMAX_modal_CONTENT .BTNno img{
		width:80%
	}
	.NEWSMAX_modal_CONTENT .sizeTWO{
	font-size: 12px;
	line-height: 14px;
	}
	.NEWSMAX_modal_CONTENT h2{
	font-size: 16px;
	line-height: 20px;
	
	}
	
	.NEWSMAX_modal_CONTENT h3{
	
	font-size: 11px;
	line-height: 14px;
	
	
	}
	#TopPanel .logo{
		width:100%;
	}
	#TopPanel .logo img{
		width:100%;
	}
	.SubOptions {
	width:100%;
	
	}



}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
	
