label{
	font-size: 14px;
	font-weight: bold;
}
.l{
	color: #000;
}
.b{
	font-size: 18px !important;
	font-weight: bold !important;
	color: #000 !important;
}
input:focus {
  outline: none;
}
::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder {
   color: #999;
}

::-moz-placeholder {
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}
textarea:focus{
	outline:none;
}

.twu-box{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
	padding: 10px;
	background: #f3f3f3;
	border: 1px solid #c1c1c1;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.green{
	background: #87D189;
	border: 1px solid #006600;
}
.green a, .green a:hover, .green a:visited, .green a:active, .green h3{
	color: #000 !important;
	font-weight:bold !important;
}

/* box msg */
.TwuBoxContainer{
	position: fixed;
	background:rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
	z-index: 99999;
}
.TwuBoxMsg{
	position: absolute;
	top: 50%;
	left: 50%;	
	width: 260px;
	height: 120px;
	margin-left: -130px;
	margin-top: -100px;
	background: #ff6347;
	background-color: #fff1a1;
	border: solid 2px orange;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	text-shadow: #ffffff .1em 0.1em 0.1em;
	color:#000000;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	font-size: 14px;
}
.TwuBoxHeader{
	width: 100%;
	height: 24px;
	background: orange;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	text-align: right;
	padding: 4px 10px 0 0;
	color: #fff;
	text-shadow:none;
}
.TwuBoxDiv{
	width: 240px;
	height:auto;
	padding: 10px;
	text-align: center;
}

/* form */
#TwuContentForm{
	float:left;
	width: 46%;
	height: auto;
	overflow: hidden;
	padding: 0 2% 0 2%;
	margin: 14px 0 10px 0;
}
#TwuFormLine{
	float: left;
	padding:0;	
	text-align: left;
	width:100%;
	height: auto;
	clear: right;
	margin: 10px 0 1px 0;
}
#TwuForm{
	float: left;
	position:relative;
	width: 100%;
	margin: 10px 10px 10px 0;
	padding: 0;
	overflow: hidden;
	height: auto;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	vertical-align: sub;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #2090bd;
}
.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	vertical-align: sub;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #2090bd;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.TwuTextArea{
	position: static;
	width:100%; 
	height:100px; 
	z-index:1;
	overflow-y: scroll;
	overflow-x:hidden;
	border: solid silver 1px; 
	background:#fff; 
	padding:10px;
	color: #333333;
	font-family: Verdana;
	font-size: 16px;
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	border-radius:8px 0 0 8px;
	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
   	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#twu-form-line{
	padding:0;	
	text-align: left;
	width: inherit;
	margin: 0;
	height: auto;
	overflow: hidden;
	clear: left;
	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
   	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#twu-form-line p{
	margin: 0 0 10px 0 !important;
}
#twu-form-5,
#twu-form-7,
#twu-form-8,
#twu-form-10,
#twu-form-12,
#twu-form-13,
#twu-form-15,
#twu-form-20,
#twu-form-25,
#twu-form-30, 
#twu-form-33,
#twu-form-35,
#twu-form-40,
#twu-form-45,
#twu-form-50,
#twu-form-55,
#twu-form-60,
#twu-form-65,
#twu-form-70,
#twu-form-75,
#twu-form-80,
#twu-form-85,
#twu-form-90,
#twu-form-95,
#twu-form-100{
	float:left;
	padding: 4px!important;
	margin: 4px 0 !important;
	height: auto;
	overflow: hidden;
	position: relative;
   	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
   	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#twu-div-100{
	float:left;
	position: relative;
	padding: 2px !important;
	margin: 0 !important;
	width: 100%;
	height: auto;
	overflow: hidden;
   	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
   	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#twu-form-5{
	width: 5%;
}
#twu-form-7{
	width: 7% !important;
}
#twu-form-8{
	width: 8% !important;
}
#twu-form-10{
	width: 10% !important;
}
#twu-form-12{
	width: 12% !important;
}
#twu-form-13{
	width: 13% !important;
}
#twu-form-15{
	width: 15% !important;
}
#twu-form-20{
	width: 20% !important;
}
#twu-form-25{
	width: 25% !important;
}
#twu-form-30{
	width: 30% !important;
}
#twu-form-33{
	width: 33.33% !important;
}
#twu-form-35{
	width: 35% !important;
}
#twu-form-40{
	width: 40% !important;
}
#twu-form-45{
	width: 45% !important;
}
#twu-form-50{
	width: 50% !important;
}
#twu-form-55{
	width: 55% !important;
}
#twu-form-60{
	width: 60% !important;
}
#twu-form-65{
	width: 65% !important;
}
#twu-form-70{
	width: 70% !important;
}
#twu-form-75{
	width: 75% !important;
}
#twu-form-80{
	width: 80% !important;
}
#twu-form-85{
	width: 85% !important;
}
#twu-form-90{
	width: 90% !important;
}
#twu-form-95{
	width: 95% !important;
}
#twu-form-100{
	width: 100% !important;
}
.TwuInput, .TwuInputG, .TwuInputM, .TwuInputP{
	font-family: Verdana;
	font-size: 14px;
	border: 1px solid silver;
	padding: 8px;
	height: 34px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#000;
	background: #ffffff;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.TwuInput:focus,.TwuInputG:focus, .TwuInputM:focus, .TwuInputP:focus, .TwuTextArea:focus  {
	border: solid 1px #6495ed;
}
.TwuInput{
	width: 100%;
}
.TwuInputG{
	width:600px;
}
.TwuInputM{
	width:290px;
}
.TwuInputP{
	width:160px;
}
.TwuValida{
	border: solid 3px #ff8c00;
}
.TwuBtn{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	height: 42px;
	width: auto;
	padding: 0 30px 0 30px;
	cursor: pointer;
	background: #ff8c00;
	border: none;
	color: #fff;
	outline: none;	
	font-weight:bold;
}
.TwuBtn:hover{
	background: #ff9b20;
	outline: none;
}

@media screen and (max-width:768px){  
	label{
		font-size: 12px;
	}
	#TwuContentForm{
		width: 96%;
	}
	.TwuInput, .TwuInputG, .TwuInputM, .TwuInputP{
		width: 92%;
	}
	.TwuTextArea{
		width: 92%;
	}
}
@media screen and (max-width:425px){  
	#twu-form-5,
	#twu-form-7,
	#twu-form-8,
	#twu-form-10,
	#twu-form-12,
	#twu-form-13,
	#twu-form-15,
	#twu-form-20,
	#twu-form-25,
	#twu-form-30, 
	#twu-form-33,
	#twu-form-35,
	#twu-form-40,
	#twu-form-45,
	#twu-form-50,
	#twu-form-55,
	#twu-form-60,
	#twu-form-65,
	#twu-form-70,
	#twu-form-75,
	#twu-form-80,
	#twu-form-85,
	#twu-form-90,
	#twu-form-95,
	#twu-form-100{
		float:left;
		width: 100%!important;
	}
}