div.request_header_a {
	width:870px;
	padding:7px 15px 7px 15px;
	color:#fff;
	font-weight:bold;
	background-color:#034c31;
	margin-bottom:10px;
}

div.request_header_b {
	width:870px;
	padding:7px 15px 7px 15px;
	color:#fff;
	font-weight:bold;
	background-color:#034c31;
	margin-bottom:20px;
	margin-top:20px;
}

div.request_col1 {
	width:230px;
	height:20px;/*22px;*/
	padding:2px 10px 0px 0px;
	margin:3px 0px 3px 0px;
	text-align:right;
	clear:both;
}

div.request_col2 {
	width:600px;
	margin:3px 0px 3px 0px;
}

div.request_col2a {
	width:600px;
	margin:3px 0px 3px 0px;
	height:22px;
}

div.request_col2 input {
	width:212px;/*216px;*/
	height:17px;/*18px;*/
	padding:1px 2px 0px 2px;
	*margin-top:-1px;
}

div.request_col2 input[type=radio] {
	width:auto;
	height:auto;
}

div.request_col2 select {
	width:220px;
	height:22px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
div.request_col2 select {
	width:220px;
	height:22px;
	margin-bottom:6px;
}
}


div.request_col2 textarea {
	width:212px;/*216px;*/
	height:100px;
	padding:0px 2px 0px 2px;
}




/* request */
div#request_holder {
	width:900px;
	min-height:500px;	
	margin-top:20px;
	margin-left:20px;
}

/*tabs for moving.html*/
td.down_tab{
	background: url('../template_images/pg_title2.gif') repeat-x top left; 
	font-size: 11px;
	color: #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid  #999999;
	border-top: 1px solid #999999;
	padding:0px 6px 0px 6px;
}

td.up_tab{
	background: url('../template_images/header/menu_item_active.gif') repeat-x bottom left;
	font-size: 11px; 
	color: #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:0px 6px 0px 6px;
}

td.up_tab a{color: #666666;}
td.up_tab a:link{color: #666666;}
td.up_tab a:active{color: #666666;}
td.up_tab a:visited{color: #666666;}
td.up_tab a:hover{color: #666666;}	

td.down_tab a{color: #000000;}
td.down_tab a:link{color: #000000;}
td.down_tab a:active{color: #000000;}
td.down_tab a:visited{color: #000000;}
td.down_tab a:hover{color: #000000;}

tr.grey {
	background-color:#f3f3f3;
}

tr.white {
	background-color:#ffffff;
}



