@CHARSET "UTF-8";

.input-control {
	display:block;
	height:40px;
	width:100%;
	padding: 4px 10px;
	font-size:16px;
	background-color:#fff;
	border-radius:4px;
	border:1px solid #ccc;
	box-sizing:border-box;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.75);
	transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-top:10px;}

.input-pwd{
	color:#000000;
	width:140px;
	height:22px;
	border-radius:3px;
	border:1px solid #CED3D8;}

.input-email{
	color:#000000;
	width:260px;
	height:22px;
	border-radius:3px;
	border:1px solid #CED3D8;}	

.input-phone{
	color:#000000;
	width:140px;
	height:22px;
	border-radius:3px;
	border:1px solid #CED3D8;}	

.error-alert {
	border-color:#dd4b39;/*#a94442;*/
	box-shadow:inset 0 2px 2px rgba(0,0,0,.075);}
	
.error-alert-text {
	color:#dd4b39;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:700;}

.cwpToggleDiv {
	width:100%;
	position:relative;
	margin-top:10px;
	height:50px;}	
	
.cwpInputSubmit {
		width:150px;
		height:38px;
		line-height:36px;
		padding:0;
		border: 1px solid #3079ed;
		border-radius:4px;
		color:#fff;
		background-color:#4d90fe;
		box-sizing:border-box;
		text-align:center;
		font-size:16px;
		margin-top:10px;
		cursor:pointer;
}

.cwpInputSelectUnit {
	height:38px;
	border-radius:3px;
	font-size:12px;
	min-width:400px;
	width:auto;
	overflow:hidden;
}

.cwpInputRadioLabel {
	padding-left:5px;
	padding-right:5px;
}