html{
	overflow-x: hidden;
}

body{
	padding: 0; margin: 0; 
	overflow-x: hidden;
	background-color: #0d0d0d;
	color: gray;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

div{
	position: relative;
	float: left;
}


.centerContainer{
	margin-top: 10%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 380;
    padding: 20;
	overflow: hidden;
	background-color: #1a1a1a;
	/*box-shadow: 0px 0px 7px 3px rgba(20,20,20,1);*/
	box-shadow: 0px 0px 7px 3px black;
	border-radius: 4px;
}

	/*
    .ccImg{
        width: 100%;
        border: 1px solid gray;
    }
    
    .ccImg img{
        width: 100%;
    }
	*/

	#topBanner{
		width: 380;
		height: 100;
	}

		#wcLogoImg{
			position: absolute;
			top: 0;
			left: 0;
			width: 106;
			height: 94;
		}

		#wcLogoText{
			position: absolute;
			top: 4;
			left: 116;
			width: 200;
			font-size: 40px;
			font-weight: bold;
			color: #e6e6e6;
		}

		#wcLogoAddress{
			position: absolute;
			top: 53;
			left: 116;
			width: 250;
			font-family: 'Courier Prime', monospace;
			transition: all .2s ease-in;  
			color: gray;
			word-wrap: break-word;
			font-weight: bold;
			font-size: 16px;
		}

    #suWhitespace{
        margin-top: 10;
        width: 96%;
		height: 3;
    }

	.ccTitle{
		margin-top: 20;
		margin-bottom: 20;
		font-size: 24px;
		color: #f2f2f2;
	}

	.inputWrapper{
		margin-top: 6;
		background-color: #1a1a1a;
		height: 50;
		width: 380;
		border-bottom: 1px solid #595959;	
	}

		input{
			position: relative;
			float: left;
			width: 320;
			border: none;
			outline: none;
			padding: 10;
			margin-top: 5;
			background: transparent;
			font-size: 18px;
			color: #cccccc;
		}
		
		.inputLabel{
			display: none;
			position: absolute;
			right: 10;
			top: 16;
			color: #a6a6a6;
			width: 70;
			font-size: 15px;
			text-align: right;
		}
		
	.inputErr{
		height: 20;
		width: 390;
		padding-left: 10;
		margin-top: 4;
		color: orange;
	}

	button{
		margin-top: 20;
		width: 380;
		text-align: center;
		height: 50;
		border-radius: 4px;
		background-color: #006600;
		border: none;
		font-size: 22px;
		cursor: pointer;
        color: #e6e6e6;
        font-weight: bold;
	}
	
	button:hover{
		background-color: #008000;
	}
	
	.buttonResponse{
		margin-top: 20;
		width: 100%;
		text-align: center;
        font-family: 'Courier Prime', monospace;
	}

    #inputLabel6Dig{
        width: 100;
    }

    #inputLabel8Dig{
        width: 120;
    }

	#fpwVerificationCode::placeholder{
		text-transform: initial;
	}


	#liContinueResponse{
		color: orange;
	}

.onboardFooter{
	float: none;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 380;
    padding: 20;
	overflow: hidden;
    text-align: center;
}

.onboardFooter a{
    color: #666666;
    text-decoration: none;
}

.onboardFooter a:hover{
    color: lightgray;
}

#requestHeader{
	margin-top: 20;
	width: 100%;
	font-size: 22px;
	color: green;
	font-weight: bold;
}

#nusuTagLine{
	margin-top: 10;
	width: 100%;
	color: #e6e6e6;
	line-height: 130%;
}

#nusuHeader{
	margin-top: 30;
	width: 100%;
	font-weight: bold;
}

#nusuSignupCode{
	display: none;
}

#nusuRequestId{
	display: none;
}

#nusuCloseWindow{
	font-size: 20px;
	text-decoration: underline;
	cursor: pointer;
}

@media screen and (orientation:portrait) {

html{
	overflow-x: hidden;
}

body{
	padding: 0;
	margin: 0;
	position: relative;
	width: 400;
	margin: 0;
	background-color: #1a1a1a;
	overflow-x: hidden;
	border: none;
}

.centerContainer{
	float: left;
	border: none;
	box-shadow: none;
	width: 400;
	padding: 0;
	margin: 16;
	margin-top: 30;
}

	#topBanner{
		width: 380;
		height: 100;
	}

		#wcLogoImg{
			position: absolute;
			top: 0;
			left: 0;
			width: 100;
			height: 94;
		}

		#wcLogoText{
			top: 4;
			left: 116;
			width: 240;
			font-size: 40px;
			font-weight: bold;
			color: #e6e6e6;
		}

		#wcLogoAddress{
			top: 53;
			left: 116;
			width: 260;
			font-size: 15px;
		}

    .inputWrapper{
        margin-top: 20;
        height: 60;
        width: 380;
        
    }

        input{
            width: 300;
            padding: 10;
            margin-top: 8;
            font-size: 21px;
            background: transparent;
        }
        
        .inputLabel{
            top: 20;
            width: 80;
            font-size: 20px;
        }

        .inputErr{
            font-size: 18px;
			width: 360;
        }
        
        .suButton{
            width: 380;
            height: 60;
            margin-top: 30
        }
        
        .buttonResponse{
            font-size: 18px;
        }

.onboardFooter{
	float: left;
	width: 380;
}




}

