
	
	div.OrderNR
		{
		border: 1px solid;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		box-shadow:  3px 3px 3px #888888;
		-webkit-box-shadow:  3px 3px 3px #888888;
	    -moz-box-shadow:  3px 3px 3px #888888;
		padding: 5px;
		margin: 5px;
		background-color: #cbe7ff;
	
	/*	background-color: #01B2D3;*/
	
		/*background-color: #50C3CF;*/
		/*<!---		background-color: #70ffff;*/
		width:500px;
		}
		
	div.OrderNR_optional
		{
		border: 1px solid;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		background-color: #eee;
		box-shadow:  3px 3px 3px #888888;
		-webkit-box-shadow:  3px 3px 3px #888888;
	    -moz-box-shadow:  3px 3px 3px #888888;
		padding: 5px;
		margin: 5px;
		width: 500px;
		}
	
	div.OrderNR_mobile
		{
		border: 1px solid;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		box-shadow:  3px 3px 3px #888888;
		-webkit-box-shadow:  3px 3px 3px #888888;
	    -moz-box-shadow:  3px 3px 3px #888888;
		padding: 5px;
		margin: 5px;
		background-color: #cbe7ff;
	
	/*	background-color: #01B2D3;*/
	
		/*background-color: #50C3CF;*/
		/*<!---		background-color: #70ffff;*/
		width:450px;
		}
		
	div.OrderNR_optional_mobile
		{
		border: 1px solid;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		background-color: #eee;
		box-shadow:  3px 3px 3px #888888;
		-webkit-box-shadow:  3px 3px 3px #888888;
	    -moz-box-shadow:  3px 3px 3px #888888;
		padding: 5px;
		margin: 5px;
		width: 450px;
		}
	

	.NR_formfield
	 {
		BACKGROUND-COLOR: #fbfbfb;
		BORDER: #999999 1px solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		COLOR: #003163;
		FONT-SIZE: 16px;
		text-align: left;
		padding: 6px;
		}
	
	.NR_formfield:focus
	 { 
	    outline:none;
   		border: 2px solid  #4195fc; 
	    /* create a BIG glow */
	    -moz-box-shadow: 0px 0px 14px #4195fc;
	    -webkit-box-shadow: 0px 0px 14px #4195fc;  
  		 box-shadow: 0px 0px 14px #4195fc; 
		}
		
	.BAButton {
		font-size: 18px;
		font-weight: bolder;
		color: #09F;
		background-color:#DDD;
		padding: 10px;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		box-shadow:  3px 3px 3px #888888;
		-webkit-box-shadow:  3px 3px 3px #888888;
	    -moz-box-shadow:  3px 3px 3px #888888;
		}
		
	#nrlinktable {
		border-collapse: collapse;
		border: 1px solid #666666;
		}
	
	.mobile_view {
		padding: 25px;
		width: 350px;
		background-color: #EEE;
		}
		
	div.roundedbox
		{
		border: 1px solid;
		border-radius: 8px;
		background-color: #F5F5F5;
		box-shadow: 3px 3px 3px #888888;
		/*margin: 20px; */
		padding: 15px;
		width: 500px;
		}
		
	.roundedbox
		{
		border: 1px solid;
		border-radius: 8px;
		background-color: #F5F5F5;
		box-shadow: 3px 3px 3px #888888;
		/*margin: 20px; */
		padding: 15px;
		width: 500px;
		}
			
	td.sub {
		padding: 20px;
		text-align: center;
		}
		
		
	.tableCorr {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 0px !important;
		border-collapse: collapse;
		}
	
	.tableCorr td {
		border: 2px solid #666666;
		padding: 5px;
				}
	
	.tableCorr tr:nth-child(odd) {
		background-color: #FFF;
		}
	
	.tableCorr tr:nth-child(even) {
		background-color: #E8E8E8;
		}
		
		
		
	
		