@charset "utf-8";
.customer_type {
	font-family: 18px;
	text-align: center;
	color: #333333;
	text-decoration: none;
	display: inline-block;
	width: 49%;
	margin-top: 10px;
	height: auto;
	/*padding-left:10px;*/
	vertical-align: top;
	padding-bottom: 2px;
	background-color: #F9F9F9;
	box-shadow: 3px 3px 3px #E1E1E1;
	border-radius: 8px;
	position: relative;
	overflow: auto;
}


.card_header{
	display:block;
	font-size:20px;
	background-color:#FF0000;
	line-height:24px;
	color:white;
	height:auto;
	padding:12px;
	border-radius:8px 8px 0 0;
	box-shadow:2px 3px 2px #C1C1C1;
}

form {
	padding-top:10px;
}

form div{
margin-left:20px;
margin-top:5px;
min-height:22px;
}

form label{
	white-space:nowrap;
}	

.textfield{
	width:100%;
	font-size:20px;
	border:none;
	border-bottom:1px solid #D1D1D1;
	padding:5px;
	background-color: transparent;
	margin-left:-20px;
	outline:none;
}



::-webkit-input-placeholder{
color:red;
}

:-ms-input-placeholder { 
  color: red;
}

::placeholder{
color:red; 
}

.button_minimize{
	position:absolute;
	top:8px;
	right:8px;
	width:24px;
	height:24px;
	line-height:20px;
	color:white;
	font-size:20px;
	font-weight:bold;
	display:none;
		}
		
.button {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3399;
	border: 2px solid #FFFFFF;
	box-shadow:3px 3px 3px #D1D1D1;
	border-radius:4px;
	padding:6px;
	width:100%;
	margin-left:-10px;
}

.card_header_start {

	display:block;
	font-size:20px;
	background-color:#FFCC00;
	line-height:24px;
	color:white;
	height:auto;
	padding:12px;
	border-radius:8px 8px 0 0;
	box-shadow:2px 3px 2px #C1C1C1;
}
.terms li{
	font-family: 10;
	color: #333333;
}
.error_textfield {

	width:100%;
	font-size:20px;
	border:2px dashed #FF3333;
	padding:5px;
	background-color: transparent;
	margin-left:-20px;
	outline:none;
}
.hint {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	margin:0;padding:0;
}

::-webkit-input-placeholder {
	color:#999999;
}

#cpw1::placeholder {
	color:#FF6DA8;
}

#cpw2::placeholder{
	color:#FF6DA8;
}
