@charset "utf-8";
/* CSS Document */

body { overflow: hidden !important }
.FormStyle { margin: 0 !important }
table#FormPage { width: 100% }

div[align="right"] { text-align: left; margin-bottom: 10px }

table tr td { min-height: 35px; padding-bottom: 5px }
tr:first-child table tr td { width: 50%}
input, select { display: block }
input[type="submit"] { display: inline-block }
/*
table:first-child tr td:first-child, table:first-child tr td:nth-child(3) { width: 20% !important }
table:first-child tr td:nth-child(2), table:first-child tr td:nth-child(4) { width: 30% !important }

tr:nth-child(2) td table tr td:first-child { width: 20% !important }
table:nth-child(2) tr td:nth-child(2) { width: 80% !important }
*/

input, select, textarea { border-radius: 5px; border: 1px solid rgb(204, 204, 204) }
input:focus, select:focus, textarea:focus { border-color: #7eacd2; box-shadow: 0px 0px 5px rgb(212, 227, 240); }
input, textarea { padding: 5px }
input { height: 12px; width: 158px }
select { width: 172px }
select, input[type="submit"] { padding: 0; height: 22px }
select:hover, input[type="submit"]:hover { cursor: pointer }

input[data-pageitemid="5591328"], textarea[data-pageitemid="5591330"] { display: block }
textarea[data-pageitemid="5591330"] { height: 100px }

span { margin-right: 8px }

label { margin-right: 5px }

#ctl00_mainContent_updatePnl { display: inline-block; width: 472px }

@media only screen and (min-width: 995px) {
	input[data-pageitemid="5591328"], textarea[data-pageitemid="5591330"] { width: 472px }
}

@media only screen and (max-width: 767px) {
		input[data-pageitemid="5591328"], textarea[data-pageitemid="5591330"] { width: 408px }
}

@media only screen and (min-width: 421px) and (max-width: 766px) {
	input[data-pageitemid="5591328"], textarea[data-pageitemid="5591330"] { width: 403px }
}

@media only screen and (max-width: 420px) {
	select { width: 115px }
	input { width: 104px }
	input[data-pageitemid="5591328"], textarea[data-pageitemid="5591330"] { width: 250px }
	label span { max-width: 235px }
}
