html, body{
	margin:20px;
}

#welcome_tbl td{
	/* padding:20px; */
	padding:5px;
}
#request_tbl{
	margin-top:30px;
	width:100%;
}
#request_tbl td{
	padding:10px;
}
#request_tbl .textbox{
	width:100%;
}
#request_tbl td{
	vertical-align:text-top;
}
#request_tbl em{
	padding-right:5px
}
#request_tbl label.error {
	color: red;
	padding-left: 10px;
	display:none;
}



.textbox{
	border-radius:2px;
	border:1px solid #a6a6a6;
	padding:3px 6px;
	font-size:13px;
}
.textbox[readonly] {
  background: #e2e2e2;
  color: #333;
  border: 1px solid #c7c7c7
}
.dropdown{
	border-radius:2px;
	border:1px solid #d9d9d9;
	padding:2px 4px;
	margin:0px;
}
