input,select,textarea{
	font-family: arial, sans-serif;
	border-radius: 0;
}

input[type=button],textarea{
	-webkit-appearance: none;
}

select,input[type=text],input[type=password],select,textarea{
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 14px;
}

input[type=text],input[type=password],textarea{
	padding: 5px;
	width: 100%;
	max-width: 400px;
}

textarea{
	height: 150px;
	max-width: 600px;
}

select{
	padding: 4px;
	max-width: 400px;
	cursor: pointer;
}

input[type=text]:focus,input[type=password]:focus{
	border-color: #4A8BC2;
}

input[type=checkbox]{
	vertical-align: middle;
	margin-right: 3px;
}

input[type=button],input[type=submit]{
	background-color: #4A8BC2;
	cursor: pointer;
	color: white;
	border: 0;
	padding: 8px 18px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=button]:hover,input[type=submit]:hover{
	background-color: #3775A8;
}

input[type=button][disabled]{
	cursor: default;
	background-color: #bbb;
	color: #e5e5e5;
}

input.butSmall{
	font-size: 12px;
	padding: 4px 12px;
}

input[readonly=readonly],textarea[readonly=readonly],select[readonly=readonly]{
	color: #666;
	text-shadow: white 1px 1px;
	background-image: url('/modules/admin/images/assets/lock.png');
	background-repeat: no-repeat;
	background-size: 12px;
	background-color: #ddd;
	background-position: right top;
}









table.tblForm{
	width: 100%;
}

table.tblForm th,
table.tblForm td{
	vertical-align: top;
}

table.tblForm th{
	text-align: right;
	width: 115px;
	font-size: 14px;
	font-weight: normal;
	padding-right: 15px;
	padding-top: 19px;
}

table.tblForm td{
	padding-top: 12px;
}

table.tblForm tr:first-child td:not(.tdCheckRadio){
	padding-top: 0;
}

table.tblForm tr:first-child th{
	padding-top: 7px;
}

table.tblForm tr td.tdCheckRadio{
	padding-top: 19px;
}

table.tblForm tr:first-child td.tdCheckRadio{
	padding-top: 8px;
}

table.tblFormInfo th{
	font-weight: bold;
}

table.tblFormInfo td{
	font-size: 14px;
	line-height: 1.2em;
	padding-top: 18px;
}

table.tblFormInfo tr:first-child td{
	padding-top: 6px !important;
}








div.divFormLineBreak{
	border-top: 1px solid #ccc;
	margin: 15px 0;
	clear: both;
}













a.aSmallButton{
	display: inline-block;
	color: white;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	padding: 7px 10px;
	background-color: #4A8BC2;
	text-decoration: none;
	font-weight: 600;
}

a.aSmallButton:hover{
	background-color: #3775A8;
}

a.aSmallButton.disabled{
	background-color: #ccc;
	cursor: default;
}