input[type="text"], textarea, select, input[type="date"], input[type="password"], input[type="number"] {	border: #aeb8bf 1px solid;	padding: 5px;	margin: 0;	font-size: 13px;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}input[type="text"], input[type="date"], input[type="password"], input[type="number"]  {	height: 15px;}input[type="radio"] {	float: left;	margin-right: 5px;}label {	cursor: pointer;}input[type="button"], input[type="submit"] {	height: 27px;}select {	height: 27px;	max-width: 100%;}.input_small {	width: 150px;}.input_medium {	width: 300px;}.input_number {	width: 80px;}.input_full_width {	width: calc(100% - 12px);}select.input_small {	width: 162px;}select.input_medium {	width: 312px;}select.input_full_width {	width: 100%;}.form_checkbox {	width: 16px;	height: 16px;	margin: 0;	margin-right: 10px;	cursor: pointer;}.checkboxes_group div {	width: 250px;	margin-right: 10px;	margin-bottom: 10px;	float: left;}.err_block {	position: absolute;	margin-top: -34px;	display: none;}.err_block div{	padding: 5px 10px 5px 10px;	min-width: 240px;	background: #cc3300;	color: white;	border-radius:5px;	margin-bottom: 10px;	font-size: 13px;}.err_block div:after {	display: block;	width: 9px;	height: 9px;	background: #cc3300;	transform: rotate(45deg);	position: absolute;	content: " ";}.warning {	padding:10px 10px 10px 40px; 	border:2px solid #810000;	background: url(/images/exclamation.png) no-repeat 10px 10px, White;	border-radius:5px;	margin-bottom: 15px;	text-align: left;	background-size:20px;}.information{	padding:10px 10px 10px 40px; 	border: #6495ED 2px solid;	background: url(/images/information.png) no-repeat 10px 10px, White;	border-radius:5px;	text-align: left;	background-size:20px;}.siteform {	background-color: #fff9ae;	padding: 20px;	border-radius:10px;	border:2px solid #633d12;}.siteform_title {	font-weight: bold;	margin-bottom: 10px;	padding-bottom: 10px;	border-style: dotted;	border-width: 0 0 1px 0;	border-color: Gray;	font-size: 16px;	color: #633d12;}.form_table {	border: none;	border-collapse: collapse;	width: 100%;}.form_table td{	padding: 0 10px 10px 0;	margin: 0;	vertical-align: top;}.form_table tr td:first-child {	width: 25%;	text-align: right;	font-weight: bold;}.form_table tr td:last-child {	padding-right: 0;}.form_table tr:last-child td {	padding-bottom: 0;}.form_table sup {	color: Red;}.colspan_all {	text-align: left !important;}.form_item_comment {	padding: 3px;	background: #F0E68C;	border-radius:3px;	margin-top: 5px;}.for_submit {	float: left;	margin-right: 20px;}.submit_button {	padding: 5px 20px;	cursor: pointer;	background: linear-gradient(to bottom, #550101, #850505),#850505;	font-size: 16px;	height: 44px;	border-radius:5px;	color: White;	border: none;	margin: 0;	outline: none;}.cancel_button {	padding: 5px 20px;	cursor: pointer;	background: #e0e0e0;	font-size: 16px;	height: 44px;	border-radius:5px;	color: #505050;	border: none;	margin: 0;	outline: none;}.umsg_alert, .umsg_error {	color: White;	padding: 20px;	position: absolute;	right: 20%;	left: 20%;	top: 300px;	border:3px solid #ffffff;}.umsg_error {	background: Red;}.umsg_alert {	background: #228b22;}.umsg_error a, .umsg_alert a {	color: White;}@media screen and (max-width: 480px) {.form_table td, .form_table tr, .form_table tbody, .form_table table {	display: block;	text-align: left!important;	width: 100% !important;}.form_table td {	padding: 0;}.form_table tr {	margin-bottom: 10px;}}