.divHidden { 
	display: none;
}

.input, .inputreadonly, .inputtotalling, .totallingcurrency {
	color: #333 !important;
	border-radius: 11px;
	border: 1px solid #cdcdcd;
	padding: 10px;
	background-color: rgb(238,238,238);
	width: 93%;
}

.col-md-2 label {
	display: block;
        font-weight: normal;
        color: #333;
        font-family: "Questrial",sans-serif !important;
}

.col-md-4 {
	width: 32.5%;
	display: inline-block;
}

.col-md-6 {
	width: 49%;
	display: inline-block;
}

col-md-6:nth-child(2) {
	width: 48%;
}

col-md-6 label {
	font-weight: normal;
}

#custrecord_pnl_contact_us_message {
	height: 200px;
	width: 93%;
}

#custrecord_pnl_message_nankangusa {
	height: 200px;
	width: 93%;
}

#custrecord_pnl_message_milestar {
	height: 200px;
	width: 93%;
}

#custrecord_pnl_message_forte {
	height: 200px;
	width: 93%;
}

input:focus {
	background: #bcdaff;
}