﻿@charset "utf-8";

h1 {
   height: 40px;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   text-indent: -9999px;
   background:      url(images/h1.gif) no-repeat;
	
}

h2 {
   width: 550px;
   height: 30px;
   padding: 0 0 0 0; 
}

#request {
   padding: 20px 0 20px;
}

#request table {
	margin:auto;
}

#request table td {
	padding: 10px;
	background: url(images/dot_400.gif) no-repeat;
	background-position: top;
}

#request table th {
	width:130px;
	padding: 10px 0;
	background: url(images/dot_400.gif) no-repeat;
	background-position: top;
	vertical-align: top;
}
#request input,
#request textarea {
	padding:3px 5px;
}